Backstage
    Preparing search index...

    Represents user information that is available to the backend, based on some user credentials.

    interface BackstageUserInfo {
        ownershipEntityRefs: string[];
        userEntityRef: string;
    }
    Index

    Properties

    ownershipEntityRefs: string[]
    userEntityRef: string