|
98 | 98 | - samlMetadataUrl desc |
99 | 99 | - serviceManagementReference |
100 | 100 | - serviceManagementReference desc |
| 101 | + - servicePrincipalLockConfiguration |
| 102 | + - servicePrincipalLockConfiguration desc |
101 | 103 | - signInAudience |
102 | 104 | - signInAudience desc |
103 | 105 | - spa |
@@ -155,6 +157,7 @@ paths: |
155 | 157 | - requiredResourceAccess |
156 | 158 | - samlMetadataUrl |
157 | 159 | - serviceManagementReference |
| 160 | + - servicePrincipalLockConfiguration |
158 | 161 | - signInAudience |
159 | 162 | - spa |
160 | 163 | - tags |
@@ -289,6 +292,7 @@ paths: |
289 | 292 | - requiredResourceAccess |
290 | 293 | - samlMetadataUrl |
291 | 294 | - serviceManagementReference |
| 295 | + - servicePrincipalLockConfiguration |
292 | 296 | - signInAudience |
293 | 297 | - spa |
294 | 298 | - tags |
@@ -5128,6 +5132,7 @@ paths: |
5128 | 5132 | - requiredResourceAccess |
5129 | 5133 | - samlMetadataUrl |
5130 | 5134 | - serviceManagementReference |
| 5135 | + - servicePrincipalLockConfiguration |
5131 | 5136 | - signInAudience |
5132 | 5137 | - spa |
5133 | 5138 | - tags |
@@ -5214,6 +5219,8 @@ paths: |
5214 | 5219 | - samlMetadataUrl desc |
5215 | 5220 | - serviceManagementReference |
5216 | 5221 | - serviceManagementReference desc |
| 5222 | + - servicePrincipalLockConfiguration |
| 5223 | + - servicePrincipalLockConfiguration desc |
5217 | 5224 | - signInAudience |
5218 | 5225 | - signInAudience desc |
5219 | 5226 | - spa |
@@ -8406,6 +8413,8 @@ paths: |
8406 | 8413 | - samlMetadataUrl desc |
8407 | 8414 | - serviceManagementReference |
8408 | 8415 | - serviceManagementReference desc |
| 8416 | + - servicePrincipalLockConfiguration |
| 8417 | + - servicePrincipalLockConfiguration desc |
8409 | 8418 | - signInAudience |
8410 | 8419 | - signInAudience desc |
8411 | 8420 | - spa |
@@ -8463,6 +8472,7 @@ paths: |
8463 | 8472 | - requiredResourceAccess |
8464 | 8473 | - samlMetadataUrl |
8465 | 8474 | - serviceManagementReference |
| 8475 | + - servicePrincipalLockConfiguration |
8466 | 8476 | - signInAudience |
8467 | 8477 | - spa |
8468 | 8478 | - tags |
@@ -8583,6 +8593,7 @@ paths: |
8583 | 8593 | - requiredResourceAccess |
8584 | 8594 | - samlMetadataUrl |
8585 | 8595 | - serviceManagementReference |
| 8596 | + - servicePrincipalLockConfiguration |
8586 | 8597 | - signInAudience |
8587 | 8598 | - spa |
8588 | 8599 | - tags |
@@ -17407,6 +17418,8 @@ components: |
17407 | 17418 | type: string |
17408 | 17419 | description: References application or service contact information from a Service or Asset Management database. Nullable. |
17409 | 17420 | nullable: true |
| 17421 | + servicePrincipalLockConfiguration: |
| 17422 | + $ref: '#/components/schemas/microsoft.graph.servicePrincipalLockConfiguration' |
17410 | 17423 | signInAudience: |
17411 | 17424 | type: string |
17412 | 17425 | 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: |
18340 | 18353 | 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.' |
18341 | 18354 | publisherName: |
18342 | 18355 | type: string |
| 18356 | + description: The name of the Azure AD tenant that published the application. |
18343 | 18357 | nullable: true |
18344 | 18358 | replyUrls: |
18345 | 18359 | type: array |
@@ -18675,7 +18689,7 @@ components: |
18675 | 18689 | 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). |
18676 | 18690 | scope: |
18677 | 18691 | 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.' |
18679 | 18693 | nullable: true |
18680 | 18694 | startTime: |
18681 | 18695 | 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: |
18900 | 18914 | 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. |
18901 | 18915 | additionalProperties: |
18902 | 18916 | 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 |
18903 | 18937 | microsoft.graph.spaApplication: |
18904 | 18938 | title: spaApplication |
18905 | 18939 | type: object |
@@ -19057,6 +19091,7 @@ components: |
19057 | 19091 | properties: |
19058 | 19092 | id: |
19059 | 19093 | type: string |
| 19094 | + description: The unique identifier for an entity. Read-only. |
19060 | 19095 | additionalProperties: |
19061 | 19096 | type: object |
19062 | 19097 | microsoft.graph.connectorGroupType: |
|
0 commit comments