v1
latestOpenAPI 3.1.02026-07-26289714404.6 KBUpdate Credentials
Update deployment credentials or cost credentials for an organization
Path parameters
Request body
A JSON representation of the provider credentials.
-
For AWS_ASSUMED_ROLE_FOR_DEPLOYMENT and AWS_ASSUMED_ROLE types use: { roleArn: "your-role-arn", duration?: "duration-in-seconds" }
-
For GCP_CREDENTIALS type use: { tableId: "your-table-id", secret: "your-secret" }
-
For AZURE_CREDENTIALS type use: { clientId: "your-clientId", clientSecret: "your-clientSecret", tenantId: "your-tenantId", subscriptionId: "your-subscriptionId" }
-
For AWS_ACCESS_KEYS_FOR_DEPLOYMENT type use: { accessKeyId: "your-access-key-id", secretAccessKey: "your-secret-access-key" }
-
For AWS_OIDC type use: { roleArn: "your-role-arn", duration?: "duration-in-seconds", tokenFormat?: "v1" | "v2" }
-
For AZURE_OIDC type use: { clientId: "your-clientId", tenantId: "your-tenantId", subscriptionId: "your-subscriptionId", tokenFormat?: "v1" | "v2" }
-
For GCP_SERVICE_ACCOUNT_FOR_DEPLOYMENT type use: { serviceAccountKey: "your-service-account-key", projectId?: "your-project-id" }
-
For GCP_OIDC type use: { credentialConfigurationFileContent: "your-credential-configuration-file-content", tokenFormat?: "v1" | "v2" }
-
For K8S_KUBECONFIG_FILE type use: { kubeConfig: "your-kube-config" }
-
For K8S_EKS_AUTH type use: { clusterName: "your-cluster-name", clusterRegion: "your-cluster-region" }
-
For K8S_AZURE_AKS_AUTH type use: { clusterName: "your-cluster-name", resourceGroup: "your-resource-group" }
-
For K8S_GCP_GKE_AUTH type use: { clusterName: "your-cluster-name", computeRegion: "your-compute-region" }
-
For VAULT_OIDC type use: { roleName: "your-role-name", namespace?: "your-namespace", address: "your-address", version: "your-version", jwtAuthBackendPath: "your-jwt-auth-backend-path", tokenFormat?: "v1" | "v2" }
-
For OCI_API_KEY_FOR_DEPLOYMENT type use: { tenancyOcid: "your-tenancy-ocid", userOcid: "your-user-ocid", fingerprint: "your-fingerprint", privateKey: "your-private-key", region: "your-region" }