Typescript SDK Type Docs
    Preparing search index...

    Interface ZoneResourceIdentifier

    ResourceIdentifier to a Zone. Either id or key is required. If both are set, an InvalidJsonInput error is returned.

    interface ZoneResourceIdentifier {
        id?: string;
        key?: string;
        typeId: ReferenceTypeId;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id?: string

    Unique identifier of the referenced Zone. Required if key is absent.

    key?: string

    User-defined unique identifier of the referenced Zone. Required if id is absent.

    Type of resource the value should reference. Supported resource type identifiers are: