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