conditionalAccessRuleSatisfied リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
適用された条件付きアクセス ポリシーまたは対応するサインイン アクティビティによってトリガーされるポリシーに関連する属性を示します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
conditionalAccessCondition | conditionalAccessConditions | 満たされている条件付きアクセス ポリシー条件を参照します。 使用できる値は、 none 、 application 、 users 、 devicePlatform 、 location 、 clientType 、 signInRisk 、 userRisk 、 time 、 deviceState client 、 ipAddressSeenByAzureAD 、 ipAddressSeenByResourceProvider 、 unknownFutureValue 、 servicePrincipals 、 servicePrincipalRisk 、 authenticationFlows 、 insiderRisk です。 この進化可能な列挙型で次の値を取得するには、Prefer: include-unknown-enum-members 要求ヘッダーを使用する必要があることに注意してください。servicePrincipals 、servicePrincipalRisk 、authenticationFlows 、insiderRisk 。
conditionalAccessConditions は複数値の列挙体であり、プロパティにはコンマ区切りリストに複数の値を含めることができます。 |
ruleSatisfied | conditionalAccessRule | 満たされた条件付きアクセス ポリシー条件を参照します。 使用できる値は、 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 、 deviceCodeFlow 、 accountTransfer 、 insiderRisk 、、。
Prefer: include-unknown-enum-members 要求ヘッダーを使用して、この進化可能な列挙型で次の値を取得する必要があることに注意してください。deviceFilterIncludeRuleNotMatched 、allDeviceStates 、anonymizedIPAddress 、unfamiliarFeatures 、nationStateIPAddress 、realTimeThreatIntelligence 、internalGuest 、b2bCollaborationGuest 、b2bCollaborationMember 、b2bDirectConnectUser 、otherExternalUser 、serviceProvider 、microsoftAdminPortals 、deviceCodeFlow accountTransfer 、insiderRisk 。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.conditionalAccessRuleSatisfied",
"conditionalAccessCondition": "String",
"ruleSatisfied": "String"
}