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

    Interface KeycloakRoleComposites

    interface KeycloakRoleComposites {
        application?: Record<string, string[]>;
        client?: Record<string, string[]>;
        realm?: string[];
    }
    Index

    Properties

    application?: Record<string, string[]>
    client?: Record<string, string[]>
    realm?: string[]