kind property
Type of secret.
Required. Possible string values are:
- "SECRET_KIND_UNSPECIFIED" : Unspecified
- "SECRET_KIND_UNKNOWN" : The secret kind is unknown.
- "SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY" : A GCP service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys
Implementation
core.String? kind;