Class: Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Describes authentication configuration that uses a Google account.
Instance Attribute Summary collapse
-
#password ⇒ ::String
Required.
-
#username ⇒ ::String
Required.
Instance Attribute Details
#password ⇒ ::String
Returns Required. Input only. The password of the Google account. The credential is stored encrypted and not returned in any response nor included in audit logs.
102 103 104 105 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb', line 102 class GoogleAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns Required. The user name of the Google account.
102 103 104 105 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb', line 102 class GoogleAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |