Class EnableSecretVersionRequest (2.12.0)

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

Request message for SecretManagerService.EnableSecretVersion.

Attributes

NameDescription
name str
Required. The resource name of the SecretVersion to enable in the format ``projects/*/secrets/*/versions/*``.
etag str
Optional. Etag of the SecretVersion. The request succeeds if it matches the etag of the currently stored secret version object. If the etag is omitted, the request succeeds.

Inheritance

builtins.object > proto.message.Message > EnableSecretVersionRequest