target.apidocs.com.google.api.services.accesscontextmanager.v1.AccessContextManager.Organizations.GcpUserAccessBindings.html Maven / Gradle / Ivy
AccessContextManager.Organizations.GcpUserAccessBindings (Access Context Manager API v1-rev20240923-2.0.0)
com.google.api.services.accesscontextmanager.v1
Class AccessContextManager.Organizations.GcpUserAccessBindings
- java.lang.Object
-
- com.google.api.services.accesscontextmanager.v1.AccessContextManager.Organizations.GcpUserAccessBindings
-
- Enclosing class:
- AccessContextManager.Organizations
public class AccessContextManager.Organizations.GcpUserAccessBindings
extends Object
The "gcpUserAccessBindings" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AccessContextManager.Organizations.GcpUserAccessBindings.Create
class
AccessContextManager.Organizations.GcpUserAccessBindings.Delete
class
AccessContextManager.Organizations.GcpUserAccessBindings.Get
class
AccessContextManager.Organizations.GcpUserAccessBindings.List
class
AccessContextManager.Organizations.GcpUserAccessBindings.Patch
-
Constructor Summary
Constructors
Constructor and Description
GcpUserAccessBindings()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AccessContextManager.Organizations.GcpUserAccessBindings.Create
create(String parent,
GcpUserAccessBinding content)
Creates a GcpUserAccessBinding.
AccessContextManager.Organizations.GcpUserAccessBindings.Delete
delete(String name)
Deletes a GcpUserAccessBinding.
AccessContextManager.Organizations.GcpUserAccessBindings.Get
get(String name)
Gets the GcpUserAccessBinding with the given name.
AccessContextManager.Organizations.GcpUserAccessBindings.List
list(String parent)
Lists all GcpUserAccessBindings for a Google Cloud organization.
AccessContextManager.Organizations.GcpUserAccessBindings.Patch
patch(String name,
GcpUserAccessBinding content)
Updates a GcpUserAccessBinding.
-
-
Method Detail
-
create
public AccessContextManager.Organizations.GcpUserAccessBindings.Create create(String parent,
GcpUserAccessBinding content)
throws IOException
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.
Create a request for the method "gcpUserAccessBindings.create".
This request holds the parameters needed by the accesscontextmanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. Example: "organizations/256"
content
- the GcpUserAccessBinding
- Returns:
- the request
- Throws:
IOException
-
delete
public AccessContextManager.Organizations.GcpUserAccessBindings.Delete delete(String name)
throws IOException
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.
Create a request for the method "gcpUserAccessBindings.delete".
This request holds the parameters needed by the accesscontextmanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. Example: "organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N"
- Returns:
- the request
- Throws:
IOException
-
get
public AccessContextManager.Organizations.GcpUserAccessBindings.Get get(String name)
throws IOException
Gets the GcpUserAccessBinding with the given name.
Create a request for the method "gcpUserAccessBindings.get".
This request holds the parameters needed by the accesscontextmanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. Example: "organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N"
- Returns:
- the request
- Throws:
IOException
-
list
public AccessContextManager.Organizations.GcpUserAccessBindings.List list(String parent)
throws IOException
Lists all GcpUserAccessBindings for a Google Cloud organization.
Create a request for the method "gcpUserAccessBindings.list".
This request holds the parameters needed by the accesscontextmanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. Example: "organizations/256"
- Returns:
- the request
- Throws:
IOException
-
patch
public AccessContextManager.Organizations.GcpUserAccessBindings.Patch patch(String name,
GcpUserAccessBinding content)
throws IOException
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.
Create a request for the method "gcpUserAccessBindings.patch".
This request holds the parameters needed by the accesscontextmanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Immutable. Assigned by the server during creation. The last segment has an arbitrary length and has
only URI unreserved characters (as defined by [RFC 3986 Section
2.3](https://tools.ietf.org/html/rfc3986#section-2.3)). Should not be specified by the
client during creation. Example: "organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N"
content
- the GcpUserAccessBinding
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy