conditionalAccessRuleSatisfied resource type
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.
Indicates the attributes related to applied conditional access policy or policies that are triggered by the corresponding sign-in activity.
Properties
Property | Type | Description |
---|---|---|
conditionalAccessCondition | conditionalAccessConditions | Refers to the conditional access policy conditions that are satisfied. The possible values are: none , application , users , devicePlatform , location , clientType , signInRisk , userRisk , time , deviceState , client , ipAddressSeenByAzureAD , ipAddressSeenByResourceProvider , unknownFutureValue , servicePrincipals , servicePrincipalRisk . Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals , servicePrincipalRisk . |
ruleSatisfied | conditionalAccessRule | Refers to the conditional access policy conditions that were satisfied. The possible values are: allApps , firstPartyApps , office365 , appId , acr , appFilter , allUsers , guest , groupId , roleId , userId , allDevicePlatforms , devicePlatform , allLocations , insideCorpnet , allTrustedLocations , locationId , allDevices , deviceFilter , deviceState , unknownFutureValue , deviceFilterIncludeRuleNotMatched , allDeviceStates , anonymizedIPAddress , unfamiliarFeatures , nationStateIPAddress , realTimeThreatIntelligence , internalGuest , b2bCollaborationGuest , b2bCollaborationMember , b2bDirectConnectUser , otherExternalUser , serviceProvider , microsoftAdminPortals . Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: deviceFilterIncludeRuleNotMatched , allDeviceStates , anonymizedIPAddress , unfamiliarFeatures , nationStateIPAddress , realTimeThreatIntelligence , internalGuest , b2bCollaborationGuest , b2bCollaborationMember , b2bDirectConnectUser , otherExternalUser , serviceProvider , microsoftAdminPortals . |
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.conditionalAccessRuleSatisfied",
"conditionalAccessCondition": "String",
"ruleSatisfied": "String"
}
Feedback
Submit and view feedback for