Class: Google::Apis::DataprocV1beta2::SecurityConfig
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1beta2::SecurityConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataproc_v1beta2/classes.rb,
generated/google/apis/dataproc_v1beta2/representations.rb,
generated/google/apis/dataproc_v1beta2/representations.rb
Overview
Security related configuration, including encryption, Kerberos, etc.
Instance Attribute Summary collapse
-
#kerberos_config ⇒ Google::Apis::DataprocV1beta2::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.
Constructor Details
#initialize(**args) ⇒ SecurityConfig
Returns a new instance of SecurityConfig.
2875 2876 2877 |
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 2875 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kerberos_config ⇒ Google::Apis::DataprocV1beta2::KerberosConfig
Specifies Kerberos related configuration.
Corresponds to the JSON property kerberosConfig
2873 2874 2875 |
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 2873 def kerberos_config @kerberos_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2880 2881 2882 |
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 2880 def update!(**args) @kerberos_config = args[:kerberos_config] if args.key?(:kerberos_config) end |