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/*/products/*}/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 2023-02-22 UTC."],[[["This API endpoint creates an encrypted auth config record, fetching credentials for specific auth types like OAuth 2.0 access tokens or JWT tokens."],["The HTTP request method is `POST` to the URL `https://integrations.googleapis.com/v1/{parent=projects/*/locations/*/products/*}/authConfigs`, using gRPC Transcoding syntax."],["The request requires a `parent` path parameter in the format `projects/{project}/locations/{location}`."],["Successful requests return a newly created `AuthConfig` instance, and it needs the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."],["To use this endpoint, the caller must have one or more of these IAM permissions on the parent resource: `integrations.apigeeAuthConfigs.create`, `integrations.authConfigs.create`, or `integrations.securityAuthConfigs.create`."]]],[]]