Class ListUserWorkloadsSecretsResponse
The user workloads Secrets for a given environment.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class ListUserWorkloadsSecretsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The page token used to query for the next page if one exists.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
UserWorkloadsSecrets
The list of Secrets returned by a ListUserWorkloadsSecretsRequest.
Declaration
[JsonProperty("userWorkloadsSecrets")]
public virtual IList<UserWorkloadsSecret> UserWorkloadsSecrets { get; set; }
Property Value
Type | Description |
---|---|
IList<UserWorkloadsSecret> |