interface FixedConnectAccountRequestV2 {
    credential?: {
        clientId?: string;
        clientSecret?: string;
        iamRole?: string;
        subscriptionId?: string;
        tenantId?: string;
    };
    environmentId: string;
    provider: "AWS"
    | "Azure";
    workspaceId: string;
}

Hierarchy (View Summary)

Properties

credential?: {
    clientId?: string;
    clientSecret?: string;
    iamRole?: string;
    subscriptionId?: string;
    tenantId?: string;
}
environmentId: string

Environment ID

provider: "AWS" | "Azure"

Cloud Provider

workspaceId: string

Workspace ID