Skip to content

Commit f546537

Browse files
authored
Update keycredentialconfiguration.md
1 parent 2dc3328 commit f546537

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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
}

0 commit comments

Comments
 (0)