ObjectPowers Powers Property DRA REST Extensions SDK
The powers over the object specified by ObjectIdentifier The keys in the dictionary correspond to an operatoin in DRA The values of the dictionary are themselves key value pairs that map attribute names to their powers (a combination of 'R', 'W', and/or 'V') for the given operation

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

[DataMemberAttribute(Name = "powers")]
public DictionaryData Powers { get; set; }

Property Value

Type: DictionaryData
See Also