state property

String? state
getter/setter pair

The current state of the security policy applied to the attached resource. Possible string values are:

  • "STATE_UNSPECIFIED" : State unspecified.
  • "READY" : Security policy has been successfully applied to the attached resource.
  • "APPLYING" : Security policy is in the process of being applied to the attached resource.
  • "ERROR" : Security policy could not be applied to the attached resource due to errors.

Implementation

core.String? state;