Class InjectCredentialsRequest
A request to inject credentials into a cluster.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class InjectCredentialsRequest : IDirectResponseSchema
Properties
ClusterUuid
Required. The cluster UUID.
Declaration
[JsonProperty("clusterUuid")]
public virtual string ClusterUuid { get; set; }
Property Value
Type | Description |
---|---|
string |
CredentialsCiphertext
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.
Declaration
[JsonProperty("credentialsCiphertext")]
public virtual string CredentialsCiphertext { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |