interface ListSecretsResponse {
    secrets: Secret.v1beta1.Secret[];
    totalCount: number;
}

Properties

Properties

secrets: Secret.v1beta1.Secret[]

Single page of secrets matching the requested criteria.

totalCount: number

Count of all secrets matching the requested criteria.