Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsAamIntegrationSummary
  • PwsClientSummaryPwsAamIntegrationSummary
    • AamIntegrationId: Int32
    • AamIntegrationName: String (50)
    • AamIntegrationUid: Int64
    • AamType; : String (1)

Elements


Element

Data Type

Required?

Default

Description

Sample Data

ClientId

AamIntegrationId

Int32

No


The

client

AAM integration Id is a unique identifier for a client. For internal use only.


AamIntegrationNameString (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
AamIntegrationUidInt64No
A unique and immutable identifier for an AAM integration.
1152921504606847218
AamTypeString (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
languagexml
titleExample 01 - Projector BI
collapsetrue
 							<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>

...