MonoCloud Management SDK
    Preparing search index...

    Interface PatchClaimResourceRequest

    Patch Claim Request: Used to update one or more properties of an existing claim.

    PatchClaimResourceRequest

    interface PatchClaimResourceRequest {
        description?: string | null;
        display_name?: string | null;
        show_in_discovery_document?: boolean;
        source?: string;
    }
    Index

    Properties

    description?: string | null

    Description that explains the purpose of the resource.

    PatchClaimResourceRequest

    display_name?: string | null

    Human-readable display name for the resource.

    PatchClaimResourceRequest

    show_in_discovery_document?: boolean

    Indicates whether this resource is advertised via the discovery document.

    PatchClaimResourceRequest

    source?: string

    Specifies the expression or attribute path used to derive the claim value from the user profile or identity context.

    PatchClaimResourceRequest