interface ZoneResourceIdentifier {
    id?: string;
    key?: string;
    typeId: "zone";
}

Properties

Properties

id?: string

Unique identifier of the referenced Zone. Either id or key is required.

key?: string

User-defined unique identifier of the referenced Zone. Either id or key is required.

typeId: "zone"

Generated using TypeDoc