Class Authentication (1.1.0)

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

Scan authentication configuration.

Attributes

NameDescription
google_account google.cloud.websecurityscanner_v1.types.ScanConfig.Authentication.GoogleAccount
Authentication using a Google account.
custom_account google.cloud.websecurityscanner_v1.types.ScanConfig.Authentication.CustomAccount
Authentication using a custom account.
iap_credential google.cloud.websecurityscanner_v1.types.ScanConfig.Authentication.IapCredential
Authentication using Identity-Aware-Proxy (IAP).

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- roxy (IAP).