Class CreateProfileRequest (1.0.0)

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

Create profile request.

Attributes

NameDescription
parent str
Required. The name of the tenant this profile belongs to. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".
profile `.gct_profile.Profile`
Required. The profile to be created.

Inheritance

builtins.object > proto.message.Message > CreateProfileRequest