policyEnforcementMeans property

String? policyEnforcementMeans
getter/setter pair

The policy enforcement means used in the policy review. Possible string values are:

  • "AD_POLICY_ENFORCEMENT_MEANS_UNKNOWN" : Unknown or not specified.
  • "AUTOMATED" : The enforcement process was fully automated.
  • "HUMAN_REVIEW" : A human was partially or fully involved in the decision enforcement process.

Implementation

core.String? policyEnforcementMeans;