Class AddSecretVersionRequest (2.12.0)

AddSecretVersionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for SecretManagerService.AddSecretVersion.

Attributes

NameDescription
parent str
Required. The resource name of the Secret to associate with the SecretVersion in the format ``projects/*/secrets/*``.
payload google.cloud.secretmanager_v1beta1.types.SecretPayload
Required. The secret payload of the SecretVersion.

Inheritance

builtins.object > proto.message.Message > AddSecretVersionRequest