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

    Interface RoleArgs<T>

    interface RoleArgs<T extends ProviderRoleDetails = KeycloakRoleRepresentation> {
        authProviderId?: string;
        created?: string | Date;
        id?: number;
        modified?: string | Date;
        providerDetails?: T;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    authProviderId?: string
    created?: string | Date
    id?: number
    modified?: string | Date
    providerDetails?: T