CmosUserGroupInfo¶
-
class
oci.cims.models.
CmosUserGroupInfo
(**kwargs)¶ Bases:
object
Identifier and name of a user group (userGroupId and userGroupName) that the current user has access to. Note: The Customer User Administrator (CUA) can manage user groups by name using My Oracle Cloud Support portal.
Methods
__init__
(**kwargs)Initializes a new CmosUserGroupInfo object with values from keyword arguments. Attributes
user_group_id
Gets the user_group_id of this CmosUserGroupInfo. user_group_name
Gets the user_group_name of this CmosUserGroupInfo. -
__init__
(**kwargs)¶ Initializes a new CmosUserGroupInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - user_group_id (str) – The value to assign to the user_group_id property of this CmosUserGroupInfo.
- user_group_name (str) – The value to assign to the user_group_name property of this CmosUserGroupInfo.
-
user_group_id
¶ Gets the user_group_id of this CmosUserGroupInfo. Technical support type (TECH) only: The identifier of a user group in My Oracle Cloud Support portal.
Returns: The user_group_id of this CmosUserGroupInfo. Return type: str
-
user_group_name
¶ Gets the user_group_name of this CmosUserGroupInfo. Technical support type (TECH) only: Name of a user group in My Oracle Cloud Support portal.
Returns: The user_group_name of this CmosUserGroupInfo. Return type: str
-