Creates a GcpUserAccessBinding. If the client specifies a name, the server ignores it. Fails if a resource already exists with the same [groupKey]
[google.identity.accesscontextmanager.v1alpha.GcpUserAccessBinding.group_ke y]. 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/v1alpha/{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 endpoint creates a new GcpUserAccessBinding resource within a specified organization."],["The HTTP request is a POST operation to the provided URL, utilizing gRPC Transcoding syntax, and requires a parent organization identifier."],["The request body must contain an instance of GcpUserAccessBinding, while the response body returns a new Operation instance upon success."],["Creating the GcpUserAccessBinding fails if a resource with the same groupKey already exists."],["Authorization to use this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]