Class: Google::Apis::DataprocV1beta2::SecurityConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataproc_v1beta2/classes.rb,
lib/google/apis/dataproc_v1beta2/representations.rb,
lib/google/apis/dataproc_v1beta2/representations.rb

Overview

Security related configuration, including encryption, Kerberos, etc.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SecurityConfig

Returns a new instance of SecurityConfig.



2877
2878
2879
# File 'lib/google/apis/dataproc_v1beta2/classes.rb', line 2877

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kerberos_configGoogle::Apis::DataprocV1beta2::KerberosConfig

Specifies Kerberos related configuration. Corresponds to the JSON property kerberosConfig



2875
2876
2877
# File 'lib/google/apis/dataproc_v1beta2/classes.rb', line 2875

def kerberos_config
  @kerberos_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2882
2883
2884
# File 'lib/google/apis/dataproc_v1beta2/classes.rb', line 2882

def update!(**args)
  @kerberos_config = args[:kerberos_config] if args.key?(:kerberos_config)
end