Class: Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::CustomAccount

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb

Overview

Describes authentication configuration that uses a custom account.

Instance Attribute Summary collapse

Instance Attribute Details

#login_url::String

Returns Required. The login form URL of the website.

Returns:

  • (::String)

    Required. The login form URL of the website.



118
119
120
121
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb', line 118

class CustomAccount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#password::String

Returns Required. Input only. The password of the custom account. The credential is stored encrypted and not returned in any response nor included in audit logs.

Returns:

  • (::String)

    Required. Input only. The password of the custom account. The credential is stored encrypted and not returned in any response nor included in audit logs.



118
119
120
121
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb', line 118

class CustomAccount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#username::String

Returns Required. The user name of the custom account.

Returns:

  • (::String)

    Required. The user name of the custom account.



118
119
120
121
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb', line 118

class CustomAccount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end