Class ListProfilesResponse (2.0.0)

Stay organized with collections Save and categorize content based on your preferences.
ListProfilesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The List profiles response object.

Attributes

NameDescription
profiles Sequence[`.gct_profile.Profile`]
Profiles for the specific tenant.
next_page_token str
A token to retrieve the next page of results. This is empty if there are no more results.

Inheritance

builtins.object > proto.message.Message > ListProfilesResponse