Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Configuration object that can be configured to enable various restrictions for applications and service principals as part of the appManagementPolicy object. Some of these restrictions apply to both applications and service principals while others are applicable only to applications.
Inherits from appManagementConfiguration.
Properties
| Property | Type | Description |
|---|---|---|
| applicationRestrictions | customAppManagementApplicationConfiguration | Restrictions that are applicable only to application objects to which the policy is attached. |
| keyCredentials | keyCredentialConfiguration collection | Collection of keyCredential restrictions settings to be applied to an application or service principal. Inherited from appManagementConfiguration. |
| passwordCredentials | passwordCredentialConfiguration collection | Collection of password restrictions settings to be applied to an application or service principal. Inherited from appManagementConfiguration. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customAppManagementConfiguration",
"applicationRestrictions": {
"@odata.type": "microsoft.graph.customAppManagementApplicationConfiguration"
},
"keyCredentials": [
{
"@odata.type": "microsoft.graph.keyCredentialConfiguration"
}
],
"passwordCredentials": [
{
"@odata.type": "microsoft.graph.passwordCredentialConfiguration"
}
]
}