GoogleApi.Dataproc.V1.Model.SecurityConfig (google_api_dataproc v0.47.0) View Source
Security related configuration, including encryption, Kerberos, etc.
Attributes
-
identityConfig
(type:GoogleApi.Dataproc.V1.Model.IdentityConfig.t
, default:nil
) - Optional. Identity related configuration, including service account based secure multi-tenancy user mappings. -
kerberosConfig
(type:GoogleApi.Dataproc.V1.Model.KerberosConfig.t
, default:nil
) - Optional. Kerberos related configuration.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataproc.V1.Model.SecurityConfig{ identityConfig: GoogleApi.Dataproc.V1.Model.IdentityConfig.t() | nil, kerberosConfig: GoogleApi.Dataproc.V1.Model.KerberosConfig.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.