UpdateDesktopNetworkConfiguration¶
-
class
oci.desktops.models.UpdateDesktopNetworkConfiguration(**kwargs)¶ Bases:
objectProvides information about the network configuration of the desktop pool.
Methods
__init__(**kwargs)Initializes a new UpdateDesktopNetworkConfiguration object with values from keyword arguments. Attributes
security_attributesGets the security_attributes of this UpdateDesktopNetworkConfiguration. -
__init__(**kwargs)¶ Initializes a new UpdateDesktopNetworkConfiguration 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 UpdateDesktopNetworkConfiguration.
-
security_attributes¶ Gets the security_attributes of this UpdateDesktopNetworkConfiguration. 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 UpdateDesktopNetworkConfiguration. Return type: dict(str, dict(str, object))
-