Package version:

The parameters for updating a token.

interface TokenUpdateParameters {
    credentials?: TokenCredentialsProperties;
    scopeMapId?: string;
    status?: string;
}

Properties

The credentials that can be used for authenticating the token.

scopeMapId?: string

The resource ID of the scope map to which the token will be associated with.

status?: string

The status of the token example enabled or disabled.