interface IResourceIdentifier {
    id?: string;
    key?: string;
    typeId?: string;
}

Hierarchy (View Summary)

Properties

Properties

id?: string

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

key?: string

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

typeId?: string

Type of referenced resource. If given, it must match the expected ReferenceTypeId of the referenced resource.