Defines the structure for the response received from PAN-OS after successfully generating an API key.

interface ApiKeyResponse {
    key: string;
}

Properties

Properties

key: string

The generated API key as a string. This key is used to authenticate subsequent requests to the PAN-OS API.

Generated using TypeDoc