Click or drag to resize

IDRARestServerVirtualAttributeSchemaPropertyEnum Method

Lists the virtual attributes defined in the DRA schema for the specified object class
UriTemplate: /dra/attributes/virutal/{objectClass}/get

Namespace:  NetIQ.DRA.RestServiceLibrary
Assembly:  NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/attributes/virutal/{objectClass}/get")]
Stream VirtualAttributeSchemaPropertyEnum(
	string objectClass,
	SchemaAttribute schemaAttributeAndFilter,
	SchemaAttribute schemaAttributeOrFilter,
	string excludeFilter,
	ConnectionParameters connectionParameters
)

Parameters

objectClass
Type: SystemString
The object class whose properties are to be searched.
schemaAttributeAndFilter
Type: NetIQ.DRA.Common.Rest.DataModelsSchemaAttribute
An optional SchemaAttribute object that defines the attribute patterns to match for schema attributes to use in the 'and' clause.
schemaAttributeOrFilter
Type: NetIQ.DRA.Common.Rest.DataModelsSchemaAttribute
An optional SchemaAttribute object that defines the attribute patterns to match for schema attributes to use in the 'or' clause.
excludeFilter
Type: SystemString
An optional match string. Any property whose name matches the filter will be excluded from the results.
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials.

Return Value

Type: Stream
A SchemaAttributeListResponse containing the operation results
See Also