SecretType(value)This defines the various values of the type of secret can be.
Enums |
|
|---|---|
| Name | Description |
SECRET_TYPE_UNSPECIFIED |
Applicable to all secrets which do not have any restriction on the SecretVersions. |
CLOUD_SQL_DB_CREDENTIALS |
Applicable to secrets which are used for the managed rotation feature for Cloud SQL Single User. |
ACCESS_KEY |
Applicable to secrets where the payload contains an access key. |
CERTIFICATE |
Applicable to secrets where the payload contains a certificate. |
OTHER_DB_CREDENTIALS |
Applicable to secrets where the payload contains database credentials. |
OTHER |
Applicable to secrets whose type doesn't belong to any of the above defined types. |