Close httplib2 connections.
Lists names of items associated with an unmapped identity. **Note:** This API requires an admin account to execute.
listForunmappedidentity_next(previous_request, previous_response)
Retrieves the next page of results.
close()
Close httplib2 connections.
listForunmappedidentity(parent, debugOptions_enableDebugging=None, groupResourceName=None, pageSize=None, pageToken=None, userResourceName=None, x__xgafv=None)
Lists names of items associated with an unmapped identity. **Note:** This API requires an admin account to execute. Args: parent: string, The name of the identity source, in the following format: identitysources/{source_id}} (required) debugOptions_enableDebugging: boolean, If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. groupResourceName: string, A parameter pageSize: integer, Maximum number of items to fetch in a request. Defaults to 100. pageToken: string, The next_page_token value returned from a previous List request, if any. userResourceName: string, A parameter x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { "itemNames": [ "A String", ], "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list. }
listForunmappedidentity_next(previous_request, previous_response)
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.