Skip to content

Commit c160d17

Browse files
authored
Update keycredentialconfiguration.md
1 parent f546537 commit c160d17

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

api-reference/beta/resources/keycredentialconfiguration.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Represents a key credential configuration object that contains properties to con
2323
| 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`.|
2424
| 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.|
2525
| 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.|
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.|
2727

2828
## Relationships
2929

@@ -42,12 +42,8 @@ The following JSON representation shows the resource type.
4242
```json
4343
{
4444
"@odata.type": "#microsoft.graph.keyCredentialConfiguration",
45-
"restrictionType": {
46-
"@odata.type": "microsoft.graph.appKeyCredentialRestrictionType"
47-
},
48-
"state": {
49-
"@odata.type": "microsoft.graph.appManagementRestrictionState"
50-
},
45+
"restrictionType": "String",
46+
"state": "String",
5147
"restrictForAppsCreatedAfterDateTime": "String (DateTime)",
5248
"maxLifetime": "String (duration)",
5349
"certificateBasedApplicationConfigurationIds": [

0 commit comments

Comments
 (0)