Skip to content

Commit f150c55

Browse files
authored
Update passwordcredentialconfiguration.md
1 parent c160d17 commit f150c55

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

api-reference/beta/resources/passwordcredentialconfiguration.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Password credential configuration object that contains properties to configure r
2222
| 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`.|
2323
| 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.|
2424
| 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.|
25+
| 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.|
2626

2727
## Relationships
2828

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

0 commit comments

Comments
 (0)