Skip to content

Commit 8be1440

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Weekly OpenApiDocs Download (#1170)
* Weekly OpenApiDocs Download. [run ci] * Add generated MgCommandMetadata.json. [run ci] Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent 2475673 commit 8be1440

37 files changed

+67001
-61766
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21077,38 +21077,47 @@ components:
2107721077
properties:
2107821078
customKeyIdentifier:
2107921079
type: string
21080+
description: Custom key identifier.
2108021081
format: base64url
2108121082
nullable: true
2108221083
displayName:
2108321084
type: string
21085+
description: The friendly name for the key.
2108421086
nullable: true
2108521087
endDateTime:
2108621088
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
2108721089
type: string
21090+
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.'
2108821091
format: date-time
2108921092
nullable: true
2109021093
key:
2109121094
type: string
21095+
description: The value for the key credential. Should be a base-64 encoded value.
2109221096
format: base64url
2109321097
nullable: true
2109421098
keyId:
2109521099
pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'
2109621100
type: string
21101+
description: The unique identifier (GUID) for the key.
2109721102
format: uuid
2109821103
nullable: true
2109921104
startDateTime:
2110021105
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
2110121106
type: string
21107+
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.'
2110221108
format: date-time
2110321109
nullable: true
2110421110
thumbprint:
2110521111
type: string
21112+
description: The thumbprint value for the key.
2110621113
nullable: true
2110721114
type:
2110821115
type: string
21116+
description: The type of key credential. 'AsymmetricX509Cert'.
2110921117
nullable: true
2111021118
usage:
2111121119
type: string
21120+
description: 'A string that describes the purpose for which the key can be used. For example, ''Verify''.'
2111221121
nullable: true
2111321122
additionalProperties:
2111421123
type: object
@@ -21172,7 +21181,7 @@ components:
2117221181
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.
2117321182
scope:
2117421183
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.'
2117621185
nullable: true
2117721186
startTime:
2117821187
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'

0 commit comments

Comments
 (0)