Class: Google::Apis::DataprocV1::SecurityConfig
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::SecurityConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataproc_v1/classes.rb,
generated/google/apis/dataproc_v1/representations.rb,
generated/google/apis/dataproc_v1/representations.rb
Overview
Security related configuration, including Kerberos.
Instance Attribute Summary collapse
-
#kerberos_config ⇒ Google::Apis::DataprocV1::KerberosConfig
Specifies Kerberos related configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SecurityConfig
constructor
A new instance of SecurityConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SecurityConfig
Returns a new instance of SecurityConfig.
2690 2691 2692 |
# File 'generated/google/apis/dataproc_v1/classes.rb', line 2690 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kerberos_config ⇒ Google::Apis::DataprocV1::KerberosConfig
Specifies Kerberos related configuration.
Corresponds to the JSON property kerberosConfig
2688 2689 2690 |
# File 'generated/google/apis/dataproc_v1/classes.rb', line 2688 def kerberos_config @kerberos_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2695 2696 2697 |
# File 'generated/google/apis/dataproc_v1/classes.rb', line 2695 def update!(**args) @kerberos_config = args[:kerberos_config] if args.key?(:kerberos_config) end |