interface BrowseSecretsResponse {
    currentPath: string;
    items: BrowseSecretsResponseItem[];
    totalCount: number;
}

Properties

currentPath: string

Current path for the given prefix.

Repeated item of type secret or folder, sorted by the request parameter.

totalCount: number

Count of all secrets and folders matching the requested criteria.