UpdatePrivilegedApiControlDetails¶
-
class
oci.apiaccesscontrol.models.
UpdatePrivilegedApiControlDetails
(**kwargs)¶ Bases:
object
The data to update a PrivilegedApiControl.
Methods
__init__
(**kwargs)Initializes a new UpdatePrivilegedApiControlDetails object with values from keyword arguments. Attributes
approver_group_id_list
Gets the approver_group_id_list of this UpdatePrivilegedApiControlDetails. defined_tags
Gets the defined_tags of this UpdatePrivilegedApiControlDetails. description
Gets the description of this UpdatePrivilegedApiControlDetails. display_name
Gets the display_name of this UpdatePrivilegedApiControlDetails. freeform_tags
Gets the freeform_tags of this UpdatePrivilegedApiControlDetails. notification_topic_id
Gets the notification_topic_id of this UpdatePrivilegedApiControlDetails. number_of_approvers
Gets the number_of_approvers of this UpdatePrivilegedApiControlDetails. privileged_operation_list
Gets the privileged_operation_list of this UpdatePrivilegedApiControlDetails. resource_type
Gets the resource_type of this UpdatePrivilegedApiControlDetails. resources
Gets the resources of this UpdatePrivilegedApiControlDetails. -
__init__
(**kwargs)¶ Initializes a new UpdatePrivilegedApiControlDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdatePrivilegedApiControlDetails.
- description (str) – The value to assign to the description property of this UpdatePrivilegedApiControlDetails.
- resource_type (str) – The value to assign to the resource_type property of this UpdatePrivilegedApiControlDetails.
- resources (list[str]) – The value to assign to the resources property of this UpdatePrivilegedApiControlDetails.
- notification_topic_id (str) – The value to assign to the notification_topic_id property of this UpdatePrivilegedApiControlDetails.
- approver_group_id_list (list[str]) – The value to assign to the approver_group_id_list property of this UpdatePrivilegedApiControlDetails.
- privileged_operation_list (list[oci.apiaccesscontrol.models.PrivilegedApiDetails]) – The value to assign to the privileged_operation_list property of this UpdatePrivilegedApiControlDetails.
- number_of_approvers (int) – The value to assign to the number_of_approvers property of this UpdatePrivilegedApiControlDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdatePrivilegedApiControlDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdatePrivilegedApiControlDetails.
-
approver_group_id_list
¶ Gets the approver_group_id_list of this UpdatePrivilegedApiControlDetails. List of user IAM group ids who can approve an privilegedApi request associated with a target resource under the governance of this privilegedApi control.
Returns: The approver_group_id_list of this UpdatePrivilegedApiControlDetails. Return type: list[str]
Gets the defined_tags of this UpdatePrivilegedApiControlDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdatePrivilegedApiControlDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdatePrivilegedApiControlDetails. Description of the privilegedApi control.
Returns: The description of this UpdatePrivilegedApiControlDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdatePrivilegedApiControlDetails. Name of the privilegedApi control. Needs to be unique.
Returns: The display_name of this UpdatePrivilegedApiControlDetails. Return type: str
Gets the freeform_tags of this UpdatePrivilegedApiControlDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdatePrivilegedApiControlDetails. Return type: dict(str, str)
-
notification_topic_id
¶ Gets the notification_topic_id of this UpdatePrivilegedApiControlDetails. The OCID of the OCI Notification topic to publish messages related to this Delegation Control.
Returns: The notification_topic_id of this UpdatePrivilegedApiControlDetails. Return type: str
-
number_of_approvers
¶ Gets the number_of_approvers of this UpdatePrivilegedApiControlDetails. Number of approvers required to approve an privilegedApi request.
Returns: The number_of_approvers of this UpdatePrivilegedApiControlDetails. Return type: int
-
privileged_operation_list
¶ Gets the privileged_operation_list of this UpdatePrivilegedApiControlDetails. List of privileged operator operations. If Privileged API Managment is enabled for a resource it will be validated whether the operation done by the operator is a part of privileged operation.
Returns: The privileged_operation_list of this UpdatePrivilegedApiControlDetails. Return type: list[oci.apiaccesscontrol.models.PrivilegedApiDetails]
-
resource_type
¶ Gets the resource_type of this UpdatePrivilegedApiControlDetails. resourceType for which the PrivilegedApiControl is applicable
Returns: The resource_type of this UpdatePrivilegedApiControlDetails. Return type: str
-
resources
¶ Gets the resources of this UpdatePrivilegedApiControlDetails. contains Resource details
Returns: The resources of this UpdatePrivilegedApiControlDetails. Return type: list[str]
-