@terrestris/shogun-util
    Preparing search index...

    Interface KeycloakRoleRepresentation

    interface KeycloakRoleRepresentation {
        attributes?: Record<string, string[]>;
        clientRole?: boolean;
        composite?: boolean;
        composites?: KeycloakRoleComposites;
        containerId?: string;
        description?: string;
        id?: string;
        name?: string;
        scopeParamRequired?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: Record<string, string[]>
    clientRole?: boolean
    composite?: boolean
    containerId?: string
    description?: string
    id?: string
    name?: string
    scopeParamRequired?: boolean