You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'The date and time at which the credential expires. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
21088
21091
format: date-time
21089
21092
nullable: true
21090
21093
key:
21091
21094
type: string
21095
+
description: The value for the key credential. Should be a base-64 encoded value.
description: 'The date and time at which the credential becomes valid. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
21102
21108
format: date-time
21103
21109
nullable: true
21104
21110
thumbprint:
21105
21111
type: string
21112
+
description: The thumbprint value for the key.
21106
21113
nullable: true
21107
21114
type:
21108
21115
type: string
21116
+
description: The type of key credential. 'AsymmetricX509Cert'.
21109
21117
nullable: true
21110
21118
usage:
21111
21119
type: string
21120
+
description: 'A string that describes the purpose for which the key can be used. For example, ''Verify''.'
21112
21121
nullable: true
21113
21122
additionalProperties:
21114
21123
type: object
@@ -21172,7 +21181,7 @@ components:
21172
21181
description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user.
21173
21182
scope:
21174
21183
type: string
21175
-
description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.'
21184
+
description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal.'
0 commit comments