appManagementConfiguration resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
App management configuration object that contains properties which can be configured to enable various restrictions for applications and service principals.
Properties
Property | Type | Description |
---|---|---|
passwordCredentials | passwordCredentialConfiguration collection | Collection of password restrictions settings to be applied to an application or service principal. |
keyCredentials | keyCredentialConfiguration collection | Collection of keyCredential restrictions settings to be applied to an application or service principal. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.appManagementConfiguration",
"passwordCredentials": [
{
"@odata.type": "microsoft.graph.passwordCredentialConfiguration"
}
],
"keyCredentials": [
{
"@odata.type": "microsoft.graph.keyCredentialConfiguration"
}
]
}
Feedback
Submit and view feedback for