Reference documentation and code samples for the Grafeas V1 Client class SecretKind.
Kind of secret.
Protobuf type grafeas.v1.SecretKind
Namespace
Grafeas \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SECRET_KIND_UNSPECIFIED
Value: 0
Unspecified
Generated from protobuf enum SECRET_KIND_UNSPECIFIED = 0;
SECRET_KIND_UNKNOWN
Value: 1
The secret kind is unknown.
Generated from protobuf enum SECRET_KIND_UNKNOWN = 1;
SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY
Value: 2
A GCP service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys
Generated from protobuf enum SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY = 2;