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

    Interface Apikey

    Interface representing an API key in Maximo

    interface Apikey {
        apikey?: string;
        userid?: string;
        expiration?: number;
        created?: string;
        lastused?: string;
        active?: boolean;
        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

    apikey?: string

    The API key token value

    userid?: string

    User ID for whom the API key was created

    expiration?: number

    Expiration time in minutes (-1 for never expires)

    created?: string

    Creation timestamp

    lastused?: string

    Last used timestamp

    active?: boolean

    Whether the API key is active

    href?: string

    URI that identifies the resource

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