CloudAccountDetails: {
    activeDisconnectSupportCaseId?: string;
    environmentDescription: string;
    environmentId: string;
    environmentName: string;
    id?: string;
    provider?: "AWS" | "Azure";
    providerAccountId?: string;
    status?: "Connecting" | "Connected" | "Disconnected" | "Failed" | "Unknown";
    type?: "CustomCloud" | "CloudServices";
    workspaceId: string;
    workspaceName: string;
}

Type declaration

  • OptionalactiveDisconnectSupportCaseId?: string

    When not-null, it's the ID for a support case requesting the disconnection of this account

  • environmentDescription: string

    Environment description

  • environmentId: string

    Environment ID

  • environmentName: string

    Environment name

  • Optionalid?: string

    Cloud Account ID

  • Optionalprovider?: "AWS" | "Azure"

    Cloud Provider

  • OptionalproviderAccountId?: string

    Cloud Provider Account ID

  • Optionalstatus?: "Connecting" | "Connected" | "Disconnected" | "Failed" | "Unknown"

    Cloud Account connection status

  • Optionaltype?: "CustomCloud" | "CloudServices"

    Cloud Account type

  • workspaceId: string

    Workspace ID

  • workspaceName: string

    Workspace name