Sanity Library Reference Docs
    Preparing search index...
    interface SubjectResourceAccess {
        actorId: string;
        grants: Grant[];
    }
    Index

    Properties

    Properties

    actorId: string

    The actor's principal id in this resource's own namespace: per-project user id for a dataset resource, account-global id for an org-level one.

    grants: Grant[]