Backstage
    Preparing search index...

    Type Alias BackstageUserIdentity

    User identity information within Backstage.

    type BackstageUserIdentity = {
        ownershipEntityRefs: string[];
        type: "user";
        userEntityRef: string;
    }
    Index

    Properties

    ownershipEntityRefs: string[]

    The user and group entities that the user claims ownership through

    type: "user"

    The type of identity that this structure represents. In the frontend app this will currently always be 'user'.

    userEntityRef: string

    The entityRef of the user in the catalog. For example User:default/sandra