Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.
Property | Type | Description |
---|---|---|
applicationRestrictions | customAppManagementApplicationConfiguration | Restrictions applicable only to application objects that the policy applies to. |
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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customAppManagementConfiguration",
"passwordCredentials": [
{
"@odata.type": "microsoft.graph.passwordCredentialConfiguration"
}
],
"keyCredentials": [
{
"@odata.type": "microsoft.graph.keyCredentialConfiguration"
}
],
"applicationRestrictions": {
"@odata.type": "microsoft.graph.customAppManagementApplicationConfiguration"
}
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now