adobe-firefly-sdk
    Preparing search index...

    Type Alias DirectRoleEntry

    DirectRoleEntry:
        | { type: "user" } & UserDirectRoleEntry
        | { type: "group" } & GroupDirectRoleEntry
        | { type: "predefined" } & PredefinedGroupsDirectRoleEntry

    DirectRoleEntry

    Represents a principal (user, group, or predefined groups) with associated role.