ListAmlUserFeatureResult interface

The List Aml user feature operation response.

Properties

nextLink

The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. NOTE: This property will not be serialized. It can only be populated by the server.

value

The list of AML user facing features. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. NOTE: This property will not be serialized. It can only be populated by the server.

nextLink?: string

Property Value

string

value

The list of AML user facing features. NOTE: This property will not be serialized. It can only be populated by the server.

value?: AmlUserFeature[]

Property Value