ListSecretVersionsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for SecretManagerService.ListSecretVersions.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The resource name of the Secret associated with the SecretVersions to list, in the format projects/*/secrets/* or
projects/*/locations/*/secrets/*.
|
page_size |
int
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. |
page_token |
str
Optional. Pagination token, returned earlier via ListSecretVersionsResponse.next_page_token][]. |
filter |
str
Optional. Filter string, adhering to the rules in `List-operation filtering |