ApproverGroupLevel¶
-
class
oci.apiaccesscontrol.models.ApproverGroupLevel(**kwargs)¶ Bases:
objectIt represents the group level detail for authorization
Methods
__init__(**kwargs)Initializes a new ApproverGroupLevel object with values from keyword arguments. Attributes
group_id[Required] Gets the group_id of this ApproverGroupLevel. group_level[Required] Gets the group_level of this ApproverGroupLevel. -
__init__(**kwargs)¶ Initializes a new ApproverGroupLevel object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - group_id (list[str]) – The value to assign to the group_id property of this ApproverGroupLevel.
- group_level (int) – The value to assign to the group_level property of this ApproverGroupLevel.
-
group_id¶ [Required] Gets the group_id of this ApproverGroupLevel. id of the group.
Returns: The group_id of this ApproverGroupLevel. Return type: list[str]
-
group_level¶ [Required] Gets the group_level of this ApproverGroupLevel. level of the group.
Returns: The group_level of this ApproverGroupLevel. Return type: int
-