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§
§
§
§
§
§
§
§
readonly certificate?: string
readonly certificate Id?: string
§readonly filters?: { ... }
Default: {}
readonly limit?: number
Max number of results to return Default: 25 Type options: {"minValue":1,"maxValue":50}
readonly operation?: "get" | "delete" | "getMany" | "upload"
Default: "upload"
readonly private Key?: string
§readonly resource?: "zoneCertificate"
Default: "zoneCertificate"
readonly return All?: boolean
Whether to return all results or only up to a given limit
readonly zone Id?: string
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getZones"}
The zone's leaf certificate