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

Properties

Properties

Single page of secrets matching the requested criteria.

totalCount: number

Count of all secrets matching the requested criteria.