Class ServiceAccount (1.3.1)

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

A service account.

Attributes

NameDescription
email str
Email address of the service account. This field is a member of `oneof`_ ``_email``.
scopes Sequence[str]
The list of scopes to be made available for this service account.

Inheritance

builtins.object > proto.message.Message > ServiceAccount