Class ListSecretsRequest (1.5.0)

public sealed class ListSecretsRequest : IPageRequest, IMessage<ListSecretsRequest>, IEquatable<ListSecretsRequest>, IDeepCloneable<ListSecretsRequest>, IBufferMessage, IMessage

Request message for [SecretManagerService.ListSecrets][google.cloud.secretmanager.v1.SecretManagerService.ListSecrets].

Inheritance

Object > ListSecretsRequest

Namespace

Google.Cloud.SecretManager.V1

Assembly

Google.Cloud.SecretManager.V1.dll

Constructors

ListSecretsRequest()

public ListSecretsRequest()

ListSecretsRequest(ListSecretsRequest)

public ListSecretsRequest(ListSecretsRequest other)
Parameter
NameDescription
otherListSecretsRequest

Properties

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
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Optional. Pagination token, returned earlier via [ListSecretsResponse.next_page_token][google.cloud.secretmanager.v1.ListSecretsResponse.next_page_token].

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The resource name of the project associated with the [Secrets][google.cloud.secretmanager.v1.Secret], in the format projects/*.

Property Value
TypeDescription
String

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName