Class Authentication (1.3.0)

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

Scan authentication configuration. .. attribute:: google_account

Authentication using a Google account.

:type: google.cloud.websecurityscanner_v1alpha.types.ScanConfig.Authentication.GoogleAccount

Attribute

NameDescription
custom_account google.cloud.websecurityscanner_v1alpha.types.ScanConfig.Authentication.CustomAccount
Authentication using a custom account.

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.