Class XenDesktopDeliveryGroupAccessPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the access policy for a XenDesktop delivery group.
public class XenDesktopDeliveryGroupAccessPolicy : GlobalSerializableClassicBase
- Inheritance
-
XenDesktopDeliveryGroupAccessPolicy
Constructors
XenDesktopDeliveryGroupAccessPolicy()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroupAccessPolicy class.
public XenDesktopDeliveryGroupAccessPolicy()
Properties
AllowAnonymous
Gets or sets whether anonymous users are allowed to access this delivery group.
public BooleanOption AllowAnonymous { get; set; }
Property Value
AllowDirectConnections
Gets or sets whether to allow connections not through NetScaler Gateway.
public BooleanOption AllowDirectConnections { get; set; }
Property Value
AllowNetscalerConnections
Gets or sets whether to allow connections through NetScaler Gateway.
public BooleanOption AllowNetscalerConnections { get; set; }
Property Value
IncludedSmartAccessFilterEnabled
Gets or sets whether to only allow connections meeting any of the specified filters.
public BooleanOption IncludedSmartAccessFilterEnabled { get; set; }
Property Value
IncludedSmartAccessTags
Gets or sets the smart access filters to use.
public SerializableStringCollection IncludedSmartAccessTags { get; set; }
Property Value
- SerializableStringCollection
IncludedUsers
Gets or sets the users that are assigned to this delivery group in the format "DOMAIN\username".
public SerializableStringCollection IncludedUsers { get; set; }
Property Value
- SerializableStringCollection
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroupAccessPolicy class from the specified XML.
public static XenDesktopDeliveryGroupAccessPolicy FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the object.
Returns
- XenDesktopDeliveryGroupAccessPolicy
A CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroupAccessPolicy class.