Class SecretPayload (2.12.5)

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

A secret payload resource in the Secret Manager API. This contains the sensitive secret data that is associated with a SecretVersion.

Attribute

NameDescription
data bytes
The secret data. Must be no larger than 64KiB.

Inheritance

builtins.object > proto.message.Message > SecretPayload