public sealed class ListSecretVersionsRequest : IPageRequest, IMessage<ListSecretVersionsRequest>, IEquatable<ListSecretVersionsRequest>, IDeepCloneable<ListSecretVersionsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1 API class ListSecretVersionsRequest.
Request message for [SecretManagerService.ListSecretVersions][google.cloud.secretmanager.v1.SecretManagerService.ListSecretVersions].
Implements
IPageRequest, IMessageListSecretVersionsRequest, IEquatableListSecretVersionsRequest, IDeepCloneableListSecretVersionsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
ListSecretVersionsRequest()
public ListSecretVersionsRequest()
ListSecretVersionsRequest(ListSecretVersionsRequest)
public ListSecretVersionsRequest(ListSecretVersionsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListSecretVersionsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filter string, adhering to the rules in List-operation filtering. List only secret versions matching the filter. If filter is empty, all secret versions are listed.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. Pagination token, returned earlier via ListSecretVersionsResponse.next_page_token][].
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the
[Secret][google.cloud.secretmanager.v1.Secret] associated with the
[SecretVersions][google.cloud.secretmanager.v1.SecretVersion] to list, in
the format projects/*/secrets/*
or projects/*/locations/*/secrets/*
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsSecretName
public SecretName ParentAsSecretName { get; set; }
SecretName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
SecretName |