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