Class Authentication (1.14.2)

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_v1.types.ScanConfig.Authentication.GoogleAccount
Authentication using a Google account. This field is a member of oneof_ authentication.
custom_account google.cloud.websecurityscanner_v1.types.ScanConfig.Authentication.CustomAccount
Authentication using a custom account. This field is a member of oneof_ authentication.
iap_credential google.cloud.websecurityscanner_v1.types.ScanConfig.Authentication.IapCredential
Authentication using Identity-Aware-Proxy (IAP). This field is a member of oneof_ 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.

IapCredential

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

Describes authentication configuration for Identity-Aware-Proxy (IAP).

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