mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-26 02:50:01 +00:00
26 lines
556 B
GraphQL
26 lines
556 B
GraphQL
![]() |
query appConfig {
|
||
|
appConfig {
|
||
|
policiesConfig {
|
||
|
enabled
|
||
|
platformPrivileges {
|
||
|
type
|
||
|
displayName
|
||
|
description
|
||
|
}
|
||
|
resourcePrivileges {
|
||
|
resourceType
|
||
|
resourceTypeDisplayName
|
||
|
entityType
|
||
|
privileges {
|
||
|
type
|
||
|
displayName
|
||
|
description
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
analyticsConfig {
|
||
|
enabled
|
||
|
}
|
||
|
}
|
||
|
}
|