public sealed class GenerateAttachedClusterAgentTokenRequest : IMessage<GenerateAttachedClusterAgentTokenRequest>, IEquatable<GenerateAttachedClusterAgentTokenRequest>, IDeepCloneable<GenerateAttachedClusterAgentTokenRequest>, IBufferMessage, IMessageImplements
IMessageGenerateAttachedClusterAgentTokenRequest, IEquatableGenerateAttachedClusterAgentTokenRequest, IDeepCloneableGenerateAttachedClusterAgentTokenRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
GenerateAttachedClusterAgentTokenRequest()
public GenerateAttachedClusterAgentTokenRequest()GenerateAttachedClusterAgentTokenRequest(GenerateAttachedClusterAgentTokenRequest)
public GenerateAttachedClusterAgentTokenRequest(GenerateAttachedClusterAgentTokenRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateAttachedClusterAgentTokenRequest |
Properties
AttachedCluster
public string AttachedCluster { get; set; }Required.
| Property Value | |
|---|---|
| Type | Description |
string |
|
AttachedClusterAsAttachedClusterName
public AttachedClusterName AttachedClusterAsAttachedClusterName { get; set; }AttachedClusterName-typed view over the AttachedCluster resource name property.
| Property Value | |
|---|---|
| Type | Description |
AttachedClusterName |
|
Audience
public string Audience { get; set; }Optional.
| Property Value | |
|---|---|
| Type | Description |
string |
|
GrantType
public string GrantType { 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 |
|