state property
Whether the user creds are enabled or disabled.
Defaults to ENABLED on creation.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The default value. Should not be used.
- "ENABLED" : The user creds are enabled.
- "DISABLED" : The user creds are disabled.
Implementation
core.String? state;