Share via


TokenProperties Class

The properties of a token.

Constructor

TokenProperties(*args: Any, **kwargs: Any)

Variables

Name Description
creation_date

The creation date of scope map.

provisioning_state

Provisioning state of the resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".

scope_map_id
str

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

credentials

The credentials that can be used for authenticating the token.

status

The status of the token example enabled or disabled. Known values are: "enabled" and "disabled".

Attributes

creation_date

The creation date of scope map.

creation_date: datetime | None

credentials

The credentials that can be used for authenticating the token.

credentials: _models.TokenCredentialsProperties | None

provisioning_state

"Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".

provisioning_state: str | _models.ProvisioningState | None

scope_map_id

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

scope_map_id: str | None

status

"enabled" and "disabled".

status: str | _models.TokenStatus | None