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 to configure app management policy restrictions like identifier URIs, password credentials, and certificate credentials that are specific to applications.
Inherits from appManagementConfiguration.
Properties
| Property | Type | Description |
|---|---|---|
| identifierUris | identifierUriConfiguration | Configuration object for restrictions on identifierUris property for an application. |
| keyCredentials | keyCredentialConfiguration collection | Collection of certificate credential 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.appManagementApplicationConfiguration",
"identifierUris": {
"@odata.type": "microsoft.graph.identifierUriConfiguration"
},
"keyCredentials": [
{
"@odata.type": "microsoft.graph.keyCredentialConfiguration"
}
],
"passwordCredentials": [
{
"@odata.type": "microsoft.graph.passwordCredentialConfiguration"
}
]
}