interface ListSecretTypesResponse {
    totalCount: number;
    types: Secret.v1beta1.SecretType[];
}

Properties

Properties

totalCount: number

Count of all secret types matching the requested criteria.

List of secret types.