MonoCloud Management SDK
    Preparing search index...

    Interface CreateApiResourceClientRequest

    Create API Resource Client Request: Creates an entry that authorizes client access to an API resource.

    CreateApiResourceClientRequest

    interface CreateApiResourceClientRequest {
        restricted_scopes?: string[];
    }
    Index

    Properties

    restricted_scopes?: string[]

    List of API scopes the client is explicitly allowed to access. When empty, the client is permitted to access all scopes defined for the API resource.

    CreateApiResourceClientRequest