metadata(Optional[String[1]])
— This must be set to 'true'.
access_token(Optional[String[1]])
— This is the requested access token. The app can use this token to authenticate to the sink resource.
client_id(Optional[String[1]])
— This is the client_id specified in the request, if any.
resource(Optional[String[1]])
— This is the app ID URI of the sink resource.
authority(Optional[String[1]])
— This indicates the authority to request AAD tokens from. Defaults to the known authority of the identity to be used.
expires_on(Optional[String[1]])
— This is the time when the access token expires. The date is represented as the number of seconds from 1970-01-01T0:0:0Z UTC until the expiration time. This value is used to determine the lifetime of cached tokens.
ext_expires_in(Optional[String[1]])
— This indicates the extended lifetime of the token (in seconds).
token_type(Optional[String[1]])
— This indicates the token type value.
expires_in(Optional[String[1]])
— This is how long the access token is valid (in seconds).
not_before(Optional[String[1]])
— This is the time when the access token becomes effective. The date is represented as the number of seconds from 1970-01-01T0:0:0Z UTC until the expiration time.
api_version(Optional[String[1]])
— This is the API version to use.
object_id(Optional[String[1]])
— This is the object_id specified in the request, if any.
msi_res_id(Optional[String[1]])
— This is the msi_res_id specified in the request, if any.
bypass_cache(Optional[String[1]])
— If provided, the value must be 'true'. This indicates to the server that the token must be retrieved from Azure AD and cannot be retrieved from an internal cache.