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

    Interface ApiKeyCreateResponse

    Interface for API key creation response

    interface ApiKeyCreateResponse {
        apikey: string;
        userid: string;
        expiration: number;
    }
    Index

    Properties

    apikey: string

    The generated API key value

    userid: string

    User ID for whom the key was created

    expiration: number

    Expiration time in minutes