type property

String? type
getter/setter pair

The type of the policy.

Output only. Possible string values are:

  • "POLICY_TYPE_UNSPECIFIED" : Unspecified policy type.
  • "SYSTEM" : Policy type denoting the system-configured policies.
  • "ADMIN" : Policy type denoting the admin-configurable policies.

Implementation

core.String? type;