All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.accesscontextmanager.v1.AccessContextManager.Organizations.GcpUserAccessBindings.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241113-2.0.0
Show newest version






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
    • Constructor Detail

      • GcpUserAccessBindings

        public GcpUserAccessBindings()
    • 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