Skip to content

Commit d6c3798

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Weekly OpenApiDocs Download. [run ci] (#1551)
Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent 542c4cb commit d6c3798

File tree

94 files changed

+23903
-5145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+23903
-5145
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ paths:
9898
- samlMetadataUrl desc
9999
- serviceManagementReference
100100
- serviceManagementReference desc
101+
- servicePrincipalLockConfiguration
102+
- servicePrincipalLockConfiguration desc
101103
- signInAudience
102104
- signInAudience desc
103105
- spa
@@ -155,6 +157,7 @@ paths:
155157
- requiredResourceAccess
156158
- samlMetadataUrl
157159
- serviceManagementReference
160+
- servicePrincipalLockConfiguration
158161
- signInAudience
159162
- spa
160163
- tags
@@ -289,6 +292,7 @@ paths:
289292
- requiredResourceAccess
290293
- samlMetadataUrl
291294
- serviceManagementReference
295+
- servicePrincipalLockConfiguration
292296
- signInAudience
293297
- spa
294298
- tags
@@ -5128,6 +5132,7 @@ paths:
51285132
- requiredResourceAccess
51295133
- samlMetadataUrl
51305134
- serviceManagementReference
5135+
- servicePrincipalLockConfiguration
51315136
- signInAudience
51325137
- spa
51335138
- tags
@@ -5214,6 +5219,8 @@ paths:
52145219
- samlMetadataUrl desc
52155220
- serviceManagementReference
52165221
- serviceManagementReference desc
5222+
- servicePrincipalLockConfiguration
5223+
- servicePrincipalLockConfiguration desc
52175224
- signInAudience
52185225
- signInAudience desc
52195226
- spa
@@ -8406,6 +8413,8 @@ paths:
84068413
- samlMetadataUrl desc
84078414
- serviceManagementReference
84088415
- serviceManagementReference desc
8416+
- servicePrincipalLockConfiguration
8417+
- servicePrincipalLockConfiguration desc
84098418
- signInAudience
84108419
- signInAudience desc
84118420
- spa
@@ -8463,6 +8472,7 @@ paths:
84638472
- requiredResourceAccess
84648473
- samlMetadataUrl
84658474
- serviceManagementReference
8475+
- servicePrincipalLockConfiguration
84668476
- signInAudience
84678477
- spa
84688478
- tags
@@ -8583,6 +8593,7 @@ paths:
85838593
- requiredResourceAccess
85848594
- samlMetadataUrl
85858595
- serviceManagementReference
8596+
- servicePrincipalLockConfiguration
85868597
- signInAudience
85878598
- spa
85888599
- tags
@@ -17407,6 +17418,8 @@ components:
1740717418
type: string
1740817419
description: References application or service contact information from a Service or Asset Management database. Nullable.
1740917420
nullable: true
17421+
servicePrincipalLockConfiguration:
17422+
$ref: '#/components/schemas/microsoft.graph.servicePrincipalLockConfiguration'
1741017423
signInAudience:
1741117424
type: string
1741217425
description: 'Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).'
@@ -18340,6 +18353,7 @@ components:
1834018353
description: 'The delegated permissions exposed by the application. For more information see the oauth2PermissionScopes property on the application entity''s api property. Not nullable. Note: This property is named oauth2PermissionScopes in v1.0.'
1834118354
publisherName:
1834218355
type: string
18356+
description: The name of the Azure AD tenant that published the application.
1834318357
nullable: true
1834418358
replyUrls:
1834518359
type: array
@@ -18675,7 +18689,7 @@ components:
1867518689
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. Supports $filter (eq only).
1867618690
scope:
1867718691
type: string
18678-
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.'
18692+
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. Must not exceed 3850 characters in length.'
1867918693
nullable: true
1868018694
startTime:
1868118695
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])$'
@@ -18900,6 +18914,26 @@ components:
1890018914
description: The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application.
1890118915
additionalProperties:
1890218916
type: object
18917+
microsoft.graph.servicePrincipalLockConfiguration:
18918+
title: servicePrincipalLockConfiguration
18919+
type: object
18920+
properties:
18921+
allProperties:
18922+
type: boolean
18923+
nullable: true
18924+
credentialsWithUsageSign:
18925+
type: boolean
18926+
nullable: true
18927+
credentialsWithUsageVerify:
18928+
type: boolean
18929+
nullable: true
18930+
isEnabled:
18931+
type: boolean
18932+
tokenEncryptionKeyId:
18933+
type: boolean
18934+
nullable: true
18935+
additionalProperties:
18936+
type: object
1890318937
microsoft.graph.spaApplication:
1890418938
title: spaApplication
1890518939
type: object
@@ -19057,6 +19091,7 @@ components:
1905719091
properties:
1905819092
id:
1905919093
type: string
19094+
description: The unique identifier for an entity. Read-only.
1906019095
additionalProperties:
1906119096
type: object
1906219097
microsoft.graph.connectorGroupType:

openApiDocs/beta/Bookings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3155,6 +3155,7 @@ components:
31553155
properties:
31563156
id:
31573157
type: string
3158+
description: The unique identifier for an entity. Read-only.
31583159
additionalProperties:
31593160
type: object
31603161
microsoft.graph.location:

openApiDocs/beta/Calendar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114570,6 +114570,7 @@ components:
114570114570
properties:
114571114571
id:
114572114572
type: string
114573+
description: The unique identifier for an entity. Read-only.
114573114574
additionalProperties:
114574114575
type: object
114575114576
microsoft.graph.onlineMeetingProviderType:

openApiDocs/beta/ChangeNotifications.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ components:
295295
properties:
296296
id:
297297
type: string
298+
description: The unique identifier for an entity. Read-only.
298299
additionalProperties:
299300
type: object
300301
microsoft.graph.subscriptionCollectionResponse:

openApiDocs/beta/CloudCommunications.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9532,6 +9532,7 @@ components:
95329532
properties:
95339533
id:
95349534
type: string
9535+
description: The unique identifier for an entity. Read-only.
95359536
additionalProperties:
95369537
type: object
95379538
microsoft.graph.callRecords.modality:
@@ -9613,6 +9614,7 @@ components:
96139614
properties:
96149615
hideBotAfterEscalation:
96159616
type: boolean
9617+
description: Indicates whether to hide the app after the call is escalated.
96169618
nullable: true
96179619
isContentSharingNotificationEnabled:
96189620
type: boolean

openApiDocs/beta/Compliance.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8778,6 +8778,7 @@ components:
87788778
properties:
87798779
id:
87808780
type: string
8781+
description: The unique identifier for an entity. Read-only.
87818782
additionalProperties:
87828783
type: object
87838784
microsoft.graph.identitySet:
@@ -13889,6 +13890,7 @@ components:
1388913890
description: 'The delegated permissions exposed by the application. For more information see the oauth2PermissionScopes property on the application entity''s api property. Not nullable. Note: This property is named oauth2PermissionScopes in v1.0.'
1389013891
publisherName:
1389113892
type: string
13893+
description: The name of the Azure AD tenant that published the application.
1389213894
nullable: true
1389313895
replyUrls:
1389413896
type: array
@@ -14081,7 +14083,7 @@ components:
1408114083
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. Supports $filter (eq only).
1408214084
scope:
1408314085
type: string
14084-
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.'
14086+
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. Must not exceed 3850 characters in length.'
1408514087
nullable: true
1408614088
startTime:
1408714089
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])$'
@@ -21772,6 +21774,7 @@ components:
2177221774
ageGroup:
2177321775
type: string
2177421776
description: 'Shows the age group of user. Allowed values null, minor, notAdult and adult are generated by the directory and cannot be changed.'
21777+
nullable: true
2177521778
countryCode:
2177621779
type: string
2177721780
description: Contains the two-character country code associated with the users account.
@@ -23761,6 +23764,7 @@ components:
2376123764
- group
2376223765
- unknownFutureValue
2376323766
- roster
23767+
- project
2376423768
type: string
2376523769
microsoft.graph.plannerCategoryDescriptions:
2376623770
title: plannerCategoryDescriptions

openApiDocs/beta/CrossDeviceExperiences.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3177,6 +3177,7 @@ components:
31773177
properties:
31783178
id:
31793179
type: string
3180+
description: The unique identifier for an entity. Read-only.
31803181
additionalProperties:
31813182
type: object
31823183
microsoft.graph.Json:

0 commit comments

Comments
 (0)