Skip to content

Commit 78acd64

Browse files
authored
Merge branch 'main' into opilotadminlimitedmode-get.md
2 parents e598e19 + 20f5493 commit 78acd64

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

api-reference/beta/resources/identifierurirestriction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Configuration object to configure a restriction for identifier URIs on applicati
2424
| excludeSaml | Boolean | If `true`, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications.|
2525
| restrictForAppsCreatedAfterDateTime | String | Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.|
2626
| state | appManagementRestrictionState | String value that indicates if the restriction is evaluated. The possible values are: `enabled`, `disabled`, and `unknownFutureValue`. If `enabled`, the restriction is evaluated. If `disabled`, the restriction isn't evaluated or enforced.|
27+
| isStateSetByMicrosoft | Boolean | If `true`, Microsoft sets the `identifierUriRestriction` state. If `false`, the tenant modifies the `identifierUriRestriction` state. Read-only.|
2728

2829
## Relationships
2930
None.
@@ -39,6 +40,7 @@ The following JSON representation shows the resource type.
3940
{
4041
"@odata.type": "#microsoft.graph.identifierUriRestriction",
4142
"state": "String",
43+
"isStateSetByMicrosoft": "Boolean",
4244
"restrictForAppsCreatedAfterDateTime": "String (timestamp)",
4345
"excludeAppsReceivingV2Tokens": "Boolean",
4446
"excludeSaml": "Boolean",

changelog/Microsoft.DirectoryServices.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14047,6 +14047,40 @@
1404714047
"SubArea": "Directory management"
1404814048
},
1404914049
{
14050+
"ChangeList": [
14051+
{
14052+
"Id": "e5bc94bb-0909-4bab-95aa-3e90e117a7cc",
14053+
"ApiChange": "Property",
14054+
"ChangedApiName": "isStateSetByMicrosoft",
14055+
"ChangeType": "Addition",
14056+
"Description": "Added the **isStateSetByMicrosoft** property to the [identifierUriRestriction](https://learn.microsoft.com/en-us/graph/api/resources/identifierUriRestriction?view=graph-rest-beta) resource.",
14057+
"Target": "identifierUriRestriction"
14058+
},
14059+
{
14060+
"Id": "e5bc94bb-0909-4bab-95aa-3e90e117a7cc",
14061+
"ApiChange": "Property",
14062+
"ChangedApiName": "isStateSetByMicrosoft",
14063+
"ChangeType": "Addition",
14064+
"Description": "Added the **isStateSetByMicrosoft** property to the [keyCredentialConfiguration](https://learn.microsoft.com/en-us/graph/api/resources/keyCredentialConfiguration?view=graph-rest-beta) resource.",
14065+
"Target": "keyCredentialConfiguration"
14066+
},
14067+
{
14068+
"Id": "e5bc94bb-0909-4bab-95aa-3e90e117a7cc",
14069+
"ApiChange": "Property",
14070+
"ChangedApiName": "isStateSetByMicrosoft",
14071+
"ChangeType": "Addition",
14072+
"Description": "Added the **isStateSetByMicrosoft** property to the [passwordCredentialConfiguration](https://learn.microsoft.com/en-us/graph/api/resources/passwordCredentialConfiguration?view=graph-rest-beta) resource.",
14073+
"Target": "passwordCredentialConfiguration"
14074+
}
14075+
],
14076+
"Id": "e5bc94bb-0909-4bab-95aa-3e90e117a7cc",
14077+
"Cloud": "Review",
14078+
"Version": "beta",
14079+
"CreatedDateTime": "2024-12-13T19:46:07.288016Z",
14080+
"WorkloadArea": "Identity and access",
14081+
"SubArea": "Directory management"
14082+
},
14083+
{
1405014084
"ChangeList": [
1405114085
{
1405214086
"Id": "8cd03a79-71de-467d-bd73-0b3449a28bfc",

0 commit comments

Comments
 (0)