ISPO SDK
    Preparing search index...

    Interface EntityCreateOptions

    Markdown
    interface EntityCreateOptions {
        grants?: EntityGrantInput[];
        id?: string;
        idempotencyKey?: string;
        source?: EntityCallerSource;
    }
    Index
    grants?: EntityGrantInput[]
    id?: string

    Required when idempotencyKey is supplied.

    idempotencyKey?: string