Databricks SDK for JavaScript
    Preparing search index...

    represents an identity trying to access a resource - user or a service principal group can be a principal of a permission set assignment but an actor is always a user or a service principal

    interface Actor {
        kind?: { $case: "actorId"; actorId: bigint };
    }
    Index

    Properties

    Properties

    kind?: { $case: "actorId"; actorId: bigint }