Skip to content

Commit ec35340

Browse files
authored
Merge pull request #25809 from microsoftgraph/JarbasHorst-patch-10
Update passwordcredentialconfiguration.md
2 parents a69a61a + 44c8ffa commit ec35340

File tree

4 files changed

+14
-28
lines changed

4 files changed

+14
-28
lines changed

api-reference/beta/resources/keycredentialconfiguration.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
55
author: "madansr7"
66
ms.subservice: "entra-sign-in"
77
doc_type: resourcePageType
8+
ms.date: 12/02/2024
89
---
910

1011
# keyCredentialConfiguration resource type
@@ -23,7 +24,7 @@ Represents a key credential configuration object that contains properties to con
2324
| maxLifetime | Duration | String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, `P4DT12H30M5S` represents four days, 12 hours, 30 minutes, and five seconds. This property is required when **restrictionType** is set to `keyLifetime`.|
2425
| restrictForAppsCreatedAfterDateTime | DateTimeOffset | Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.|
2526
| restrictionType | appKeyCredentialRestrictionType | The type of restriction being applied. Possible values are `asymmetricKeyLifetime`, and `unknownFutureValue`. Each value of restrictionType can be used only once per policy.|
26-
| 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+
| state | appManagementRestrictionState | Indicates whether the restriction is evaluated. The possible values are: `enabled`, `disabled`, `unknownFutureValue`. If `enabled`, the restriction is evaluated. If `disabled`, the restriction isn't evaluated or enforced.|
2728

2829
## Relationships
2930

@@ -42,12 +43,8 @@ The following JSON representation shows the resource type.
4243
```json
4344
{
4445
"@odata.type": "#microsoft.graph.keyCredentialConfiguration",
45-
"restrictionType": {
46-
"@odata.type": "microsoft.graph.appKeyCredentialRestrictionType"
47-
},
48-
"state": {
49-
"@odata.type": "microsoft.graph.appManagementRestrictionState"
50-
},
46+
"restrictionType": "String",
47+
"state": "String",
5148
"restrictForAppsCreatedAfterDateTime": "String (DateTime)",
5249
"maxLifetime": "String (duration)",
5350
"certificateBasedApplicationConfigurationIds": [

api-reference/beta/resources/passwordcredentialconfiguration.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: "madansr7"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-sign-in"
77
doc_type: resourcePageType
8+
ms.date: 12/02/2024
89
---
910

1011
# passwordCredentialConfiguration resource type
@@ -22,7 +23,7 @@ Password credential configuration object that contains properties to configure r
2223
| maxLifetime | Duration | String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, `P4DT12H30M5S` represents four days, 12 hours, 30 minutes, and five seconds. This property is required when **restrictionType** is set to `passwordLifetime`.|
2324
| restrictForAppsCreatedAfterDateTime | DateTimeOffset | Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.|
2425
| restrictionType | appCredentialRestrictionType | The type of restriction being applied. The possible values are: `passwordAddition`, `passwordLifetime`, `symmetricKeyAddition`, `symmetricKeyLifetime`, `customPasswordAddition`, and `unknownFutureValue`. Each value of restrictionType can be used only once per policy.|
25-
| 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.|
26+
| state | appManagementRestrictionState | Indicates whether the restriction is evaluated. The possible values are: `enabled`, `disabled`, `unknownFutureValue`. If `enabled`, the restriction is evaluated. If `disabled`, the restriction isn't evaluated or enforced.|
2627

2728
## Relationships
2829

@@ -41,12 +42,8 @@ The following JSON representation shows the resource.
4142
```json
4243
{
4344
"@odata.type": "#microsoft.graph.passwordCredentialConfiguration",
44-
"restrictionType": {
45-
"@odata.type": "microsoft.graph.appCredentialRestrictionType"
46-
},
47-
"state": {
48-
"@odata.type": "microsoft.graph.appManagementRestrictionState"
49-
},
45+
"restrictionType": "String",
46+
"state": "String",
5047
"restrictForAppsCreatedAfterDateTime": "String (DateTime)",
5148
"maxLifetime": "String (duration)"
5249
}

api-reference/v1.0/resources/keycredentialconfiguration.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Represents a key credential configuration object that contains properties to con
2121
| maxLifetime | Duration | String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, `P4DT12H30M5S` represents four days, 12 hours, 30 minutes, and five seconds. This property is required when **restrictionType** is set to `keyLifetime`.|
2222
| restrictForAppsCreatedAfterDateTime | DateTimeOffset | Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.|
2323
| restrictionType | appKeyCredentialRestrictionType | The type of restriction being applied. Possible values are `asymmetricKeyLifetime`, and `unknownFutureValue`. Each value of restrictionType can be used only once per policy.|
24-
| 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.|
24+
| state | appManagementRestrictionState | Indicates whether the restriction is evaluated. The possible values are: `enabled`, `disabled`, `unknownFutureValue`. If `enabled`, the restriction is evaluated. If `disabled`, the restriction isn't evaluated or enforced.|
2525

2626
## Relationships
2727

@@ -40,12 +40,8 @@ The following JSON representation shows the resource type.
4040
```json
4141
{
4242
"@odata.type": "#microsoft.graph.keyCredentialConfiguration",
43-
"restrictionType": {
44-
"@odata.type": "microsoft.graph.appKeyCredentialRestrictionType"
45-
},
46-
"state": {
47-
"@odata.type": "microsoft.graph.appManagementRestrictionState"
48-
},
43+
"restrictionType": "String",
44+
"state": "String",
4945
"restrictForAppsCreatedAfterDateTime": "String (DateTime)",
5046
"maxLifetime": "String (duration)"
5147
}

api-reference/v1.0/resources/passwordcredentialconfiguration.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Password credential configuration object that contains properties to configure r
2121
| maxLifetime | Duration | String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, `P4DT12H30M5S` represents four days, 12 hours, 30 minutes, and five seconds. This property is required when **restrictionType** is set to `passwordLifetime`.|
2222
| restrictForAppsCreatedAfterDateTime | DateTimeOffset | Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.|
2323
| restrictionType | appCredentialRestrictionType | The type of restriction being applied. The possible values are: `passwordAddition`, `passwordLifetime`, `symmetricKeyAddition`, `symmetricKeyLifetime`, `customPasswordAddition`, and `unknownFutureValue`. Each value of restrictionType can be used only once per policy.|
24-
| 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.|
24+
| state | appManagementRestrictionState | Indicates whether the restriction is evaluated. The possible values are: `enabled`, `disabled`, `unknownFutureValue`. If `enabled`, the restriction is evaluated. If `disabled`, the restriction isn't evaluated or enforced.|
2525

2626
## Relationships
2727

@@ -40,12 +40,8 @@ The following JSON representation shows the resource type.
4040
```json
4141
{
4242
"@odata.type": "#microsoft.graph.passwordCredentialConfiguration",
43-
"restrictionType": {
44-
"@odata.type": "microsoft.graph.appCredentialRestrictionType"
45-
},
46-
"state": {
47-
"@odata.type": "microsoft.graph.appManagementRestrictionState"
48-
},
43+
"restrictionType": "String",
44+
"state": "String",
4945
"restrictForAppsCreatedAfterDateTime": "String (DateTime)",
5046
"maxLifetime": "String (duration)"
5147
}

0 commit comments

Comments
 (0)