MonoCloud Management SDK
    Preparing search index...

    Interface PatchApiResourceClientRequest

    Patch API Resource Client Request: Used to update a client’s access configuration for an API resource.

    PatchApiResourceClientRequest

    interface PatchApiResourceClientRequest {
        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.

    PatchApiResourceClientRequest