public sealed class GenerateAwsClusterAgentTokenRequest : IMessage<GenerateAwsClusterAgentTokenRequest>, IEquatable<GenerateAwsClusterAgentTokenRequest>, IDeepCloneable<GenerateAwsClusterAgentTokenRequest>, IBufferMessage, IMessageImplements
IMessageGenerateAwsClusterAgentTokenRequest, IEquatableGenerateAwsClusterAgentTokenRequest, IDeepCloneableGenerateAwsClusterAgentTokenRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
GenerateAwsClusterAgentTokenRequest()
public GenerateAwsClusterAgentTokenRequest()GenerateAwsClusterAgentTokenRequest(GenerateAwsClusterAgentTokenRequest)
public GenerateAwsClusterAgentTokenRequest(GenerateAwsClusterAgentTokenRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateAwsClusterAgentTokenRequest |
Properties
Audience
public string Audience { get; set; }Optional.
| Property Value | |
|---|---|
| Type | Description |
string |
|
AwsCluster
public string AwsCluster { get; set; }Required.
| Property Value | |
|---|---|
| Type | Description |
string |
|
AwsClusterAsAwsClusterName
public AwsClusterName AwsClusterAsAwsClusterName { get; set; }AwsClusterName-typed view over the AwsCluster resource name property.
| Property Value | |
|---|---|
| Type | Description |
AwsClusterName |
|
GrantType
public string GrantType { get; set; }Optional.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NodePoolId
public string NodePoolId { get; set; }Optional.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Options
public string Options { get; set; }Optional.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RequestedTokenType
public string RequestedTokenType { get; set; }Optional.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Scope
public string Scope { get; set; }Optional.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SubjectToken
public string SubjectToken { get; set; }Required.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SubjectTokenType
public string SubjectTokenType { get; set; }Required.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Version
public string Version { get; set; }Required.
| Property Value | |
|---|---|
| Type | Description |
string |
|