Creates an authorized orgs desc. The long-running operation from this RPC has a successful status after the authorized orgs desc propagates to long-lasting storage. If a authorized orgs desc contains errors, an error response is returned for the first error encountered. The name of this AuthorizedOrgsDesc will be assigned during creation.
HTTP request
POST https://accesscontextmanager.googleapis.com/v1alpha/{parent=accessPolicies/*}/authorizedOrgsDescs
[[["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 2025-02-12 UTC."],[[["This webpage details how to create an authorized orgs description, which includes specifics on HTTP requests, path parameters, and request/response bodies."],["Creating an authorized orgs description is done via a `POST` request to a specific URL, defined by gRPC Transcoding syntax, which requires a parent access policy resource name in the path."],["The request body requires an instance of the `AuthorizedOrgsDesc`, and a successful request returns a newly created instance of `Operation`."],["Authorization for this process requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]