ManagedIdentityToken interface
The managed identity token for the managed app resource.
Properties
access |
The requested access token. |
authorization |
The aud (audience) the access token was request for. This is the same as what was provided in the listTokens request. |
expires |
The number of seconds the access token will be valid. |
expires |
The timespan when the access token expires. This is represented as the number of seconds from epoch. |
not |
The timespan when the access token takes effect. This is represented as the number of seconds from epoch. |
resource |
The Azure resource ID for the issued token. This is either the managed application ID or the user-assigned identity ID. |
token |
The type of the token. |
Property Details
accessToken
The requested access token.
accessToken?: string
Property Value
string
authorizationAudience
The aud (audience) the access token was request for. This is the same as what was provided in the listTokens request.
authorizationAudience?: string
Property Value
string
expiresIn
The number of seconds the access token will be valid.
expiresIn?: string
Property Value
string
expiresOn
The timespan when the access token expires. This is represented as the number of seconds from epoch.
expiresOn?: string
Property Value
string
notBefore
The timespan when the access token takes effect. This is represented as the number of seconds from epoch.
notBefore?: string
Property Value
string
resourceId
The Azure resource ID for the issued token. This is either the managed application ID or the user-assigned identity ID.
resourceId?: string
Property Value
string
tokenType
The type of the token.
tokenType?: string
Property Value
string