Type Alias CloudAccountDetailsWithCredentialV2
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
environmentId: string
id: string
provider: "AWS" | "Azure"
status: "Connecting" | "Connected" | "Disconnected" | "Failed" | "Unknown"
type: "CustomCloud" | "CloudServices"
workspaceId: string
Cloud Account credential identifier for Secret Manager