Computer RemoteAccessPermissions Property DRA REST Extensions SDK
Specifies the remote access permissions for dial-in connections 1 = Allow access 2 = Deny access 4 = Access is controlled through remote access policy

Namespace: NetIQ.DRA.Common.Rest.DataModels
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataMemberAttribute(Name = "remoteAccessPermissions")]
public Nullable<int> RemoteAccessPermissions { get; set; }

Property Value

Type: OnlineNullable OnlineInt32 
See Also