The common.py module#

Summary#

UserInfo

Provides the user information schema for the current user.

Description#

Provides the user information schema for the current user.

Module detail#

class common.UserInfo(/, **data: Any)#

Provides the user information schema for the current user.

Overview#

Import detail#

from ansys.hps.data_transfer.client.models.common import UserInfo

Attribute detail#

UserInfo.groups: list[str] | None = None#
UserInfo.id: str | None = None#
UserInfo.is_admin: bool | None = None#
UserInfo.roles: list[str] | None = None#
UserInfo.username: str | None = None#