Access Context Manager API . permissions

Instance Methods

close()

Close httplib2 connections.

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

Lists all supported permissions in VPCSC 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 VPCSC Granular Controls.

Args:
  pageSize: integer, Optional. This flag specifies the maximum number of services to return per page. Default is 100.
  pageToken: string, Optional. Token to start on a later page. 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", # The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
  "supportedPermissions": [ # List of VPC-SC 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.