MonoCloud Management SDK
    Preparing search index...

    Interface PatchApiResourceRequest

    Patch API Resource Request: Used to update one or more properties of an existing API resource.

    PatchApiResourceRequest

    interface PatchApiResourceRequest {
        description?: string | null;
        display_name?: string | null;
        enable_identity_access?: boolean;
        enabled?: boolean;
        require_exclusive_token?: boolean;
        user_claims?: string[];
    }
    Index

    Properties

    description?: string | null

    Description that explains the purpose of the resource.

    PatchApiResourceRequest

    display_name?: string | null

    Human-readable display name for the resource.

    PatchApiResourceRequest

    enable_identity_access?: boolean

    Specifies whether access tokens issued for this resource may include identity scopes, allowing them to be used with identity-related endpoints such as UserInfo.

    ScaleX subscription required to use resource isolation.

    PatchApiResourceRequest

    enabled?: boolean

    Indicates whether the resource is enabled.

    PatchApiResourceRequest

    require_exclusive_token?: boolean

    Specifies whether access tokens issued for this resource must be exclusive and not shared with other API resources.

    ScaleX subscription required to use resource isolation.

    PatchApiResourceRequest

    user_claims?: string[]

    List of user claim types that will be embedded into access tokens issued for this API resource.

    PatchApiResourceRequest