Expand description
The messages and enums that are part of this client library.
Modules§
- replication
- Defines additional types related to Replication
- replication_
status - Defines additional types related to ReplicationStatus
- secret
- Defines additional types related to Secret
- secret_
version - Defines additional types related to SecretVersion
Structs§
- Access
Secret Version Request - Request message for SecretManagerService.AccessSecretVersion.
- Access
Secret Version Response - Response message for SecretManagerService.AccessSecretVersion.
- AddSecret
Version Request - Request message for SecretManagerService.AddSecretVersion.
- Create
Secret Request - Request message for SecretManagerService.CreateSecret.
- Customer
Managed Encryption - Configuration for encrypting secret payloads using customer-managed encryption keys (CMEK).
- Customer
Managed Encryption Status - Describes the status of customer-managed encryption.
- Delete
Secret Request - Request message for SecretManagerService.DeleteSecret.
- Destroy
Secret Version Request - Request message for SecretManagerService.DestroySecretVersion.
- Disable
Secret Version Request - Request message for SecretManagerService.DisableSecretVersion.
- Enable
Secret Version Request - Request message for SecretManagerService.EnableSecretVersion.
- GetSecret
Request - Request message for SecretManagerService.GetSecret.
- GetSecret
Version Request - Request message for SecretManagerService.GetSecretVersion.
- List
Secret Versions Request - Request message for SecretManagerService.ListSecretVersions.
- List
Secret Versions Response - Response message for SecretManagerService.ListSecretVersions.
- List
Secrets Request - Request message for SecretManagerService.ListSecrets.
- List
Secrets Response - Response message for SecretManagerService.ListSecrets.
- Replication
- A policy that defines the replication and encryption configuration of data.
- Replication
Status - The replication status of a SecretVersion.
- Rotation
- The rotation time and period for a Secret. At next_rotation_time, Secret Manager will send a Pub/Sub notification to the topics configured on the Secret. Secret.topics must be set to configure rotation.
- Secret
- A Secret is a logical secret whose value and versions can be accessed.
- Secret
Payload - A secret payload resource in the Secret Manager API. This contains the sensitive secret payload that is associated with a SecretVersion.
- Secret
Version - A secret version resource in the Secret Manager API.
- Topic
- A Pub/Sub topic which Secret Manager will publish to when control plane events occur on this secret.
- Update
Secret Request - Request message for SecretManagerService.UpdateSecret.