ModelObject FriendlyPath Property DRA REST Extensions SDK
Full path to the object in canonical format. The path format uses forward slashes to define the container hierarchy. For example: mydomain.corp/NorthAmerica/West/Accounting/Myobject

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 = "friendlyPath")]
public string FriendlyPath { get; set; }

Property Value

Type: OnlineString
See Also