interface ListTLSStagesResponse {
    stages: TLSStage[];
    totalCount: number;
}

Properties

Properties

stages: TLSStage[]

Paginated list of TLS stages.

totalCount: number

Count of all TLS stages matching the requested criteria.