Maximo API Client - v0.9.01
    Preparing search index...

    Interface SigOption

    interface SigOption {
        app?: string;
        optionname?: string;
        description?: string;
        esigenabled?: boolean;
        visible?: boolean;
        alsogrants?: string;
        alsorevokes?: string;
        prerequisite?: string;
        description_longdescription?: string;
        sigoptionid?: number;
        groupname?: string;
        authorized?: boolean;
        langcode?: string;
        hasld?: boolean;
        conditionnum?: string;
        workcenter?: string;
        sigoptflag?: SigOptFlag[];
        href?: string;
        "rdf:about"?: string;
        "dcterms:title"?: string;
        "dcterms:identifier"?: string;
        allowedactions?: AllowedActions;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    app?: string
    optionname?: string
    description?: string
    esigenabled?: boolean
    visible?: boolean
    alsogrants?: string
    alsorevokes?: string
    prerequisite?: string
    description_longdescription?: string
    sigoptionid?: number
    groupname?: string
    authorized?: boolean
    langcode?: string
    hasld?: boolean
    conditionnum?: string
    workcenter?: string
    sigoptflag?: SigOptFlag[]
    href?: string

    URI that identifies the resource

    "rdf:about"?: string
    "dcterms:title"?: string
    "dcterms:identifier"?: string
    allowedactions?: AllowedActions