Computer TrustedForDelegation Property DRA REST Extensions SDK
Indicates if this computer is trusted to impersonate another user for accessing resources outside of the computer. Optional. Default is false.

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 = "trustedForDelegation")]
public Nullable<bool> TrustedForDelegation { get; set; }

Property Value

Type: OnlineNullable OnlineBoolean 
See Also