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 | |
---|---|
Name | Description |
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.