UpdateDesktopPoolPrivateAccessDetails¶
-
class
oci.desktops.models.UpdateDesktopPoolPrivateAccessDetails(**kwargs)¶ Bases:
objectThe details of the desktop’s private access network connectivity to be set up for the desktop pool.
Methods
__init__(**kwargs)Initializes a new UpdateDesktopPoolPrivateAccessDetails object with values from keyword arguments. Attributes
security_attributesGets the security_attributes of this UpdateDesktopPoolPrivateAccessDetails. -
__init__(**kwargs)¶ Initializes a new UpdateDesktopPoolPrivateAccessDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: security_attributes (dict(str, dict(str, object))) – The value to assign to the security_attributes property of this UpdateDesktopPoolPrivateAccessDetails.
-
security_attributes¶ Gets the security_attributes of this UpdateDesktopPoolPrivateAccessDetails. Security attributes for this resource. Each attribute can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources.
Example: {“Oracle-ZPR”: {“MaxEgressCount”: {“value”: “42”, “mode”: “audit”}}}
Returns: The security_attributes of this UpdateDesktopPoolPrivateAccessDetails. Return type: dict(str, dict(str, object))
-