public enum Secret.Types.SecretTypeReference documentation and code samples for the Secret Manager v1 API enum Secret.Types.SecretType.
This defines the various values of the type of secret can be.
Namespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Fields |
|
|---|---|
| Name | Description |
AccessKey |
Applicable to secrets where the payload contains an access key. |
Certificate |
Applicable to secrets where the payload contains a certificate. |
CloudSqlDbCredentials |
Applicable to secrets which are used for the managed rotation feature for Cloud SQL Single User. |
Other |
Applicable to secrets whose type doesn't belong to any of the above defined types. |
OtherDbCredentials |
Applicable to secrets where the payload contains database credentials. |
Unspecified |
Applicable to all secrets which do not have any restriction on the SecretVersions. |