Class ListRolesRequest (2.15.0)

ListRolesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request to get all roles defined under a resource.

Attributes

NameDescription
parent str
The parent parameter's value depends on the target resource for the request, namely
roles` __,
   
projects` __, or
organizations` __.
   Each resource type's parent value format is described
   below:
   
   -  
roles.list()` __: An empty string. This method doesn't require a resource; it simply returns all `predefined roles
page_size int
Optional limit on the number of roles to include in the response. The default is 300, and the maximum is 1,000.
page_token str
Optional pagination token returned in an earlier ListRolesResponse.
view google.cloud.iam_admin_v1.types.RoleView
Optional view for the returned Role objects. When FULL is specified, the includedPermissions field is returned, which includes a list of all permissions in the role. The default value is BASIC, which does not return the includedPermissions field.
show_deleted bool
Include Roles that have been deleted.