Methods
list
list
List secrets associated with a user filtered with optional parameters passed in the body.
Parameters
typing.Optional[int]
Number of items per page
typing.Optional[int]
Number of items to skip
typing.Optional[typing.Sequence[str]]
Array of FQNs
typing.Optional[str]
Secret Group Id of the secret gourp.
typing.Optional[bool]
Whether to include the secret values in the response. Defaults to false.
Returns
SyncPager[Secret, ListSecretsResponse]
🔗 ListSecretsResponseReturns the secrets associated with a user filtered with optional parameters passed in the body.
Usage
get
get