...
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 | BdDashboardAlias | String (50) | Yes if AAM integration type = Projector BI | The | name of AAM integration type. For exmaple, Project BI, MS Power BI and Other Compatible BI Tool.dashboard alias name that from the Project BI (Belladarti) | RD-MyStats | |
BdDashboardParameters | String (255) | No | MS Power BI | |||||||
AamIntegrationUidPbFilter | Int64 | No | A unique and immutable identifier for an AAM integration. | 1152921504606847218 | ||||||
AamTypePbReportId | String (1) | Yes | The AAM Integration type code: P for Projector BI M for MS Power BIO for Other Compatible BI Tool M | |||||||
PbWorkspaceId | ||||||||||
OtherUrl |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:ProjectAamDashboardParams i:type="b:PwsAamBdDashboardParams"> <b:BdDashboardAlias>Workspace-Project Health</b:BdDashboardAlias> <b:BdDashboardParameters>ProjectorProjectCode={0}</b:BdDashboardParameters> </b:ProjectAamDashboardParams> |
...