state property
Only an ENABLED SecurityAction is enforced.
An ENABLED SecurityAction past its expiration time will not be enforced.
Required. Possible string values are:
- "STATE_UNSPECIFIED" : The default value. This only exists for forward compatibility. A create request with this value will be rejected.
- "ENABLED" : An ENABLED SecurityAction is actively enforced if the
expiration_time
is in the future. - "DISABLED" : A disabled SecurityAction is never enforced.
Implementation
core.String? state;