Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InjectCredentialsRequest

import type { InjectCredentialsRequest } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

A request to inject credentials into a cluster.

interface InjectCredentialsRequest {
clusterUuid?: string;
credentialsCiphertext?: string;
}

§Properties

§
clusterUuid?: string
[src]

Required. The cluster UUID.

§
credentialsCiphertext?: string
[src]

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.