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.



2886
2887
2888
# File 'lib/google/apis/dataproc_v1beta2/classes.rb', line 2886

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

Instance Attribute Details

#kerberos_configGoogle::Apis::DataprocV1beta2::KerberosConfig

Specifies Kerberos related configuration. Corresponds to the JSON property kerberosConfig



2884
2885
2886
# File 'lib/google/apis/dataproc_v1beta2/classes.rb', line 2884

def kerberos_config
  @kerberos_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2891
2892
2893
# File 'lib/google/apis/dataproc_v1beta2/classes.rb', line 2891

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