interface ListDeploymentACLRulesResponse {
    rules: Inference.v1beta1.ACLRule[];
    totalCount: number;
}

Properties

Properties

List of ACL rules on the current page.

totalCount: number

Total number of ACL rules.