Class Authentication (1.9.1)

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

Scan authentication configuration.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
google_account google.cloud.websecurityscanner_v1beta.types.ScanConfig.Authentication.GoogleAccount
Authentication using a Google account. This field is a member of `oneof`_ ``authentication``.
custom_account google.cloud.websecurityscanner_v1beta.types.ScanConfig.Authentication.CustomAccount
Authentication using a custom account. This field is a member of `oneof`_ ``authentication``.

Inheritance

builtins.object > proto.message.Message > Authentication

Classes

CustomAccount

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

Describes authentication configuration that uses a custom account.

GoogleAccount

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

Describes authentication configuration that uses a Google account.