Class UpdateDesktopPoolPrivateAccessDetails
The details of the desktop's private access network connectivity to be set up for the desktop pool.
Inherited Members
Namespace: Oci.DesktopsService.Models
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class UpdateDesktopPoolPrivateAccessDetails
Properties
SecurityAttributes
Declaration
[JsonProperty(PropertyName = "securityAttributes")]
public Dictionary<string, Dictionary<string, object>> SecurityAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, Dictionary<string, object>> | 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.
|