CloudAccountDetailsWithCredentialV2: {
    credentialSecretIdentifier?: string;
    environmentId: string;
    id: string;
    provider: "AWS" | "Azure";
    status: "Connecting" | "Connected" | "Disconnected" | "Failed" | "Unknown";
    type: "CustomCloud" | "CloudServices";
    workspaceId: string;
}

Type declaration

  • OptionalcredentialSecretIdentifier?: string

    Cloud Account credential identifier for Secret Manager

  • environmentId: string

    Environment ID

  • id: string

    Cloud Account ID

  • provider: "AWS" | "Azure"

    Cloud Provider

  • status: "Connecting" | "Connected" | "Disconnected" | "Failed" | "Unknown"

    Cloud Account connection status

  • type: "CustomCloud" | "CloudServices"

    Cloud Account type

  • workspaceId: string

    Workspace ID