GetInfoOptions VisibleProperties Property DRA REST Extensions SDK
Flag indicating the DRA server should not return an error if the client does not have powers to read any of the requested attributes but instead simply return values for those properties they do have permission to read

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

Property Value

Type: OnlineNullable OnlineBoolean 
See Also