AzureBlobUserCredentialPolicies
AzureBlobUserCredentialPolicies Document
The AzureBlobUserCredentialPolicies document describes the Azure Blob-specific policy information included in a UserCredential. This document contains read-only data about the user’s credentials.
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
sub |
string |
OAuth subject identifier claim. |
string <email> |
OAuth email claim. |
|
access_token |
string |
OAuth access token. |
refresh_token |
string |
OAuth refresh token. |
scopes |
array (string) |
OAuth scopes associated with this access token. |
token_expiry |
string <date-time> |
OAuth access token expiration time. |
{
"DATA_TYPE": "azure_blob_user_credential_policies#1.0.0",
"sub": "string",
"email": "user@example.com",
"access_token": "string",
"refresh_token": "string",
"scopes": [
"openid",
"email",
"profile",
"offline_access",
"user_impersonation"
],
"token_expiry": "2020-02-04T21:44:12Z"
}