...
This structure includes basic information about a clientan Advanced Analytical Module (AAM) integration. The information represented in this structure is not comprehensive and only includes certain key attributes of a client deemed to be useful in a listing of clients .
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|
AamIntegrationId | Int32 | No | The |
AAM integration Id is a unique identifier for a client. For internal use only. | |||||
AamIntegrationName | String (50) | Yes | The name of AAM integration type. For example, Projector BI (deprecated - refers to old AAM), MS Power BI and Other Compatible BI Tool. | MS Power BI | |
AamIntegrationUid | Int64 | No | A unique and immutable identifier for an AAM integration. | 1152921504606847218 | |
AamType | String (1) | Yes | The AAM Integration type code: P for Projector BIĀ (deprecated - refers to old AAM) M for MS Power BI O for Other Compatible BI Tool | M |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:AamIntegrationSummary> <b:AamIntegrationId i:nil="true"/> <b:AamIntegrationName>Projector BI</b:AamIntegrationName> <b:AamIntegrationUid>1152921504606847218</b:AamIntegrationUid> <b:AamType>P</b:AamType> </b:AamIntegrationSummary> |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:AamIntegrationSummary> <b:AamIntegrationId i:nil="true"/> <b:AamIntegrationName>MS Power BI</b:AamIntegrationName> <b:AamIntegrationUid>1152921504606847220</b:AamIntegrationUid> <b:AamType>M</b:AamType> </b:AamIntegrationSummary> |