Config

Config for all repositories in a given project and location.

JSON representation
{
  "name": string,
  "defaultKmsKeyName": string,
  "internalMetadata": string
}
Fields
name

string

Identifier. The config name.

defaultKmsKeyName

string

Optional. The default KMS key that is used if no encryption key is provided when a repository is created.

internalMetadata

string

Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.