For Babelfish Release 1.11.1.3

MatchAuthorization Property

A list of authorized capabilities the caller has for this match. These values are returned by the Rest API, but are not sent to the cloud. Instead 'AuthorizationList' is sent, and the list of Authorizations is derved using it and the caller's identificaiton.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public List<MatchAuthorizationCapability> Authorization { get; set; }

Property Value

ListMatchAuthorizationCapability

Remarks

Should really rename this to Capabilities or AuthorizedCapabilities

See Also