Creates a GcpUserAccessBinding. If the client specifies a name, the server ignores it. Fails if a resource already exists with the same groupKey. Completion of this long-running operation does not necessarily signify that the new binding is deployed onto all affected users, which may take more time.
HTTP request
POST https://accesscontextmanager.googleapis.com/v1/{parent=organizations/*}/gcpUserAccessBindings
[[["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 page details the process of creating a GcpUserAccessBinding, which the server will create even if the client specifies a name, but will fail if the groupKey already exists."],["The HTTP request to create a GcpUserAccessBinding is a POST request to `https://accesscontextmanager.googleapis.com/v1/{parent=organizations/*}/gcpUserAccessBindings`."],["The request requires a `parent` path parameter, formatted as \"organizations/\\[organization ID]\", such as \"organizations/256\"."],["The request body should contain an instance of GcpUserAccessBinding, and the response body will contain a newly created Operation instance if successful."],["To make this request, authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]