Package version:

InMageRcmFailback specific provider input.

interface InMageRcmFailbackReprotectInput {
    instanceType: "InMageRcmFailback";
    policyId: string;
    processServerId: string;
    runAsAccountId?: string;
}

Hierarchy (view full)

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

policyId: string

The Policy Id.

processServerId: string

The process server Id.

runAsAccountId?: string

The run as account Id.