2021-09-02 19:05:13 -07:00
|
|
|
query appConfig {
|
|
|
|
appConfig {
|
2022-01-11 15:00:57 -08:00
|
|
|
appVersion
|
2021-09-02 19:05:13 -07:00
|
|
|
policiesConfig {
|
|
|
|
enabled
|
|
|
|
platformPrivileges {
|
|
|
|
type
|
|
|
|
displayName
|
|
|
|
description
|
|
|
|
}
|
|
|
|
resourcePrivileges {
|
|
|
|
resourceType
|
|
|
|
resourceTypeDisplayName
|
|
|
|
entityType
|
|
|
|
privileges {
|
|
|
|
type
|
|
|
|
displayName
|
|
|
|
description
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
analyticsConfig {
|
|
|
|
enabled
|
|
|
|
}
|
2021-10-07 16:14:35 -07:00
|
|
|
identityManagementConfig {
|
|
|
|
enabled
|
|
|
|
}
|
2022-03-04 16:10:25 -08:00
|
|
|
lineageConfig {
|
|
|
|
supportsImpactAnalysis
|
|
|
|
}
|
2022-01-27 10:33:12 -08:00
|
|
|
managedIngestionConfig {
|
|
|
|
enabled
|
|
|
|
}
|
2022-04-15 09:37:08 -07:00
|
|
|
visualConfig {
|
|
|
|
logoUrl
|
|
|
|
}
|
2021-09-02 19:05:13 -07:00
|
|
|
}
|
|
|
|
}
|
2021-10-19 22:20:31 -07:00
|
|
|
|
|
|
|
query getEntityCounts($input: EntityCountInput) {
|
|
|
|
getEntityCounts(input: $input) {
|
|
|
|
counts {
|
|
|
|
entityType
|
|
|
|
count
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|