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

    Interface KeycloakCredentialRepresentation

    interface KeycloakCredentialRepresentation {
        createdDate?: number;
        credentialData?: string;
        id?: string;
        priority?: number;
        secretData?: string;
        temporary?: boolean;
        type?: string;
        userLabel?: string;
        value?: string;
    }
    Index

    Properties

    createdDate?: number
    credentialData?: string
    id?: string
    priority?: number
    secretData?: string
    temporary?: boolean
    type?: string
    userLabel?: string
    value?: string