View Source GoogleApi.Dataproc.V1.Model.SecurityConfig (google_api_dataproc v0.54.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.SecurityConfig{
  identityConfig: GoogleApi.Dataproc.V1.Model.IdentityConfig.t() | nil,
  kerberosConfig: GoogleApi.Dataproc.V1.Model.KerberosConfig.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.