state property

String? state
getter/setter pair

The state of the SingleTenantHsmInstance.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not specified.
  • "CREATING" : The SingleTenantHsmInstance is being created.
  • "PENDING_TWO_FACTOR_AUTH_REGISTRATION" : The SingleTenantHsmInstance is waiting for 2FA keys to be registered. This can be done by calling CreateSingleTenantHsmInstanceProposal with the RegisterTwoFactorAuthKeys operation.
  • "ACTIVE" : The SingleTenantHsmInstance is ready to use. A SingleTenantHsmInstance must be in the ACTIVE state for all CryptoKeys created within the SingleTenantHsmInstance to be usable.
  • "DISABLING" : The SingleTenantHsmInstance is being disabled.
  • "DISABLED" : The SingleTenantHsmInstance is disabled.
  • "DELETING" : The SingleTenantHsmInstance is being deleted. Requests to the instance will be rejected in this state.
  • "DELETED" : The SingleTenantHsmInstance has been deleted.
  • "FAILED" : The SingleTenantHsmInstance has failed and can not be recovered or used.

Implementation

core.String? state;