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

Hierarchy (view full)

Properties

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