Creates an auth config record. Fetch corresponding credentials for specific auth types, e.g. access token for OAuth 2.0, JWT token for JWT. Encrypt the auth config with Cloud KMS and store the encrypted credentials in Spanner. Returns the encrypted auth config.
HTTP request
POST https://integrations.googleapis.com/v1/{parent=projects/*/locations/*}/authConfigs
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-11 UTC."],[[["This webpage details how to create an auth config record, fetch credentials for various auth types, and encrypt and store them using Cloud KMS and Spanner."],["The `POST` HTTP request to create an auth config utilizes gRPC Transcoding syntax, with a specific URL format: `https://integrations.googleapis.com/v1/{parent=projects/*/locations/*}/authConfigs`."],["The request requires a `parent` path parameter in the format \"projects/{project}/locations/{location}\" and an instance of `AuthConfig` in the request body."],["Successful requests return a newly created instance of `AuthConfig` in the response body."],["Creating an auth config record requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `integrations.authConfigs.create` on the parent resource."]]],[]]