conditionalAccessClientApplications resource type
Namespace: microsoft.graph
Represents client applications (service principals and workload identities) included in and excluded from the policy scope.
Properties
| Property | Type | Description |
|---|---|---|
| excludeServicePrincipals | String collection | Service principal IDs excluded from the policy scope. |
| includeServicePrincipals | String collection | Service principal IDs included in the policy scope, or ServicePrincipalsInMyTenant. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.conditionalAccessClientApplications",
"includeServicePrincipals": [
"String"
],
"excludeServicePrincipals": [
"String"
]
}
Feedback
Submit and view feedback for