interface CloudflareNodeParameters {
certificate?: string;
certificateId?: string;
filters?: {
status?:
| "deleted"
| "active"
| "expired"
| "pending";
};
limit?: number;
operation?: "get"
| "delete"
| "getMany"
| "upload";
privateKey?: string;
resource?: "zoneCertificate";
returnAll?: boolean;
zoneId?: string;
}
Properties§
Source§readonly limit?: number
readonly limit?: number
Max number of results to return Default: 25 Type options: {"minValue":1,"maxValue":50}
Source§readonly zone Id?: string
readonly zone Id?: string
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getZones"}
The zone's leaf certificate