AddUserToGroupDetails¶
-
class
oci.identity.models.
AddUserToGroupDetails
(**kwargs)¶ Bases:
object
AddUserToGroupDetails model.
Methods
__init__
(**kwargs)Initializes a new AddUserToGroupDetails object with values from keyword arguments. Attributes
group_id
[Required] Gets the group_id of this AddUserToGroupDetails. user_id
[Required] Gets the user_id of this AddUserToGroupDetails. -
__init__
(**kwargs)¶ Initializes a new AddUserToGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - user_id (str) – The value to assign to the user_id property of this AddUserToGroupDetails.
- group_id (str) – The value to assign to the group_id property of this AddUserToGroupDetails.
-
group_id
¶ [Required] Gets the group_id of this AddUserToGroupDetails. The OCID of the group.
Returns: The group_id of this AddUserToGroupDetails. Return type: str
-
user_id
¶ [Required] Gets the user_id of this AddUserToGroupDetails. The OCID of the user.
Returns: The user_id of this AddUserToGroupDetails. Return type: str
-