Access Context Manager API . permissions

Instance Methods

close()

Close httplib2 connections.

list(pageSize=None, pageToken=None, x__xgafv=None)

Lists all supported permissions in VPC Service Controls ingress and egress rules for Granular Controls.

list_next()

Retrieves the next page of results.

Method Details

close()
Close httplib2 connections.
list(pageSize=None, pageToken=None, x__xgafv=None)
Lists all supported permissions in VPC Service Controls ingress and egress rules for Granular Controls.

Args:
  pageSize: integer, Optional. This flag specifies the maximum number of services to return per page. Default value is 100.
  pageToken: string, Optional. Use this token to retrieve a specific page of results. Default is the first page.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # A response to `ListSupportedPermissionsRequest`.
  "nextPageToken": "A String", # Use this pagination token to retrieve the next page of results. An empty value indicates that no further results are available.
  "supportedPermissions": [ # List of VPC Service Controls supported permissions.
    "A String",
  ],
}
list_next()
Retrieves the next page of results.

        Args:
          previous_request: The request for the previous page. (required)
          previous_response: The response from the request for the previous page. (required)

        Returns:
          A request object that you can call 'execute()' on to request the next
          page. Returns None if there are no more items in the collection.