OrganizationsGcpUserAccessBindings
class OrganizationsGcpUserAccessBindings extends Resource (View source)
The "gcpUserAccessBindings" collection of methods.
Typical usage is:
$accesscontextmanagerService = new Google\Service\AccessContextManager(...);
$gcpUserAccessBindings = $accesscontextmanagerService->organizations_gcpUserAccessBindings;
Methods
Creates a GcpUserAccessBinding. If the client specifies a name, the server ignores it. Fails if a resource already exists with the same group_key.
Deletes a GcpUserAccessBinding. Completion of this long-running operation does not necessarily signify that the binding deletion is deployed onto all affected users, which may take more time. (gcpUserAccessBindings.delete)
Gets the GcpUserAccessBinding with the given name.
Lists all GcpUserAccessBindings for a Google Cloud organization.
Updates a GcpUserAccessBinding. Completion of this long-running operation does not necessarily signify that the changed binding is deployed onto all affected users, which may take more time. (gcpUserAccessBindings.patch)
Details
Operation
create(string $parent, GcpUserAccessBinding $postBody, array $optParams = [])
Creates a GcpUserAccessBinding. If the client specifies a name, the server ignores it. Fails if a resource already exists with the same group_key.
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. (gcpUserAccessBindings.create)
Operation
delete(string $name, array $optParams = [])
Deletes a GcpUserAccessBinding. Completion of this long-running operation does not necessarily signify that the binding deletion is deployed onto all affected users, which may take more time. (gcpUserAccessBindings.delete)
GcpUserAccessBinding
get(string $name, array $optParams = [])
Gets the GcpUserAccessBinding with the given name.
(gcpUserAccessBindings.get)
ListGcpUserAccessBindingsResponse
listOrganizationsGcpUserAccessBindings(string $parent, array $optParams = [])
Lists all GcpUserAccessBindings for a Google Cloud organization.
(gcpUserAccessBindings.listOrganizationsGcpUserAccessBindings)
Operation
patch(string $name, GcpUserAccessBinding $postBody, array $optParams = [])
Updates a GcpUserAccessBinding. Completion of this long-running operation does not necessarily signify that the changed binding is deployed onto all affected users, which may take more time. (gcpUserAccessBindings.patch)