ENUM

AzureAdConditionalAccessPolicyStateEnumType

Description

Specifies the state of an Azure AD conditional access policy.

link GraphQL Schema definition

  • enum AzureAdConditionalAccessPolicyStateEnumType {
  • # Azure AD policy state is unknown.
  • AZURE_AD_POLICY_STATE_UNKNOWN
  • # Azure AD policy state is off.
  • OFF
  • # Azure AD policy state is on.
  • ON
  • # Azure AD policy state is report only.
  • REPORT_ONLY
  • }