conditionalAccessApplications resource type
Namespace: microsoft.graph
Represents the applications and user actions included in and excluded from the policy.
Properties
Property | Type | Description |
---|---|---|
includeApplications | String collection | The list of application IDs the policy applies to, unless explicitly excluded (in excludeApplications). Can also be set to All . |
excludeApplications | String collection | The list of application IDs explicitly excluded from the policy. |
includeUserActions | String collection | User actions to include. Supported values are urn:user:registersecurityinfo and urn:user:registerdevice |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"includeApplications": ["String"],
"excludeApplications": ["String"],
"includeUserActions": ["String"]
}
Feedback
Submit and view feedback for