Class DeleteSecretRequest (2.12.5)

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

Request message for SecretManagerService.DeleteSecret.

Attributes

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

Inheritance

builtins.object > proto.message.Message > DeleteSecretRequest