Package version:

Remote Support Node Settings of the cluster.

interface RemoteSupportNodeSettings {
    arcResourceId?: string;
    connectionErrorMessage?: string;
    connectionStatus?: string;
    createdAt?: any;
    state?: string;
    transcriptLocation?: string;
    updatedAt?: any;
}

Properties

arcResourceId?: string

Arc ResourceId of the Node

connectionErrorMessage?: string

Remote Support Access Connection Error Message on the Node

connectionStatus?: string

Remote Support Access Connection Status on the Node

createdAt?: any

Remote Support Enablement Request Created TimeStamp on the Node

state?: string

Remote Support Access Connection State on the Node

transcriptLocation?: string

Remote Support Transcript location on the node

updatedAt?: any

Remote Support Enablement Request Updated TimeStamp on the Node