OBJECT
AzureAdConditionalAccessPolicy
Description
Azure AD conditional access policy.
link GraphQL Schema definition
- type AzureAdConditionalAccessPolicy {
- # Created date and time of the Azure AD conditional access policy.
- : DateTime
- # Display name of the Azure AD conditional access policy.
- : String!
- # Modified date and time of the Azure AD conditional access policy.
- : DateTime
- # State of the Azure AD conditional access policy.
- : AzureAdConditionalAccessPolicyStateEnumType!
- }