Managed Identity Token Response
data class ManagedIdentityTokenResponse(val accessToken: String? = null, val authorizationAudience: String? = null, val expiresIn: String? = null, val expiresOn: String? = null, val notBefore: String? = null, val resourceId: String? = null, val tokenType: String? = null)
The managed identity token for the managed app resource.
Constructors
Properties
Link copied to clipboard
The requested access token.
Link copied to clipboard
The aud (audience) the access token was request for. This is the same as what was provided in the listTokens request.
Link copied to clipboard
The Azure resource ID for the issued token. This is either the managed application ID or the user-assigned identity ID.