GoogleApi.Dataproc.V1.Model.InjectCredentialsRequest (google_api_dataproc v0.59.0)

View Source

A request to inject credentials into a cluster.

Attributes

  • clusterUuid (type: String.t, default: nil) - Required. The cluster UUID.
  • credentialsCiphertext (type: String.t, default: nil) - Required. The encrypted credentials being injected in to the cluster.The client is responsible for encrypting the credentials in a way that is supported by the cluster.A wrapped value is used here so that the actual contents of the encrypted credentials are not written to audit logs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.InjectCredentialsRequest{
  clusterUuid: String.t() | nil,
  credentialsCiphertext: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.