mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
parent
e534f9bc1b
commit
663f72300b
@ -30,10 +30,6 @@ type DynamicObject {
|
|||||||
%attribute string "*"
|
%attribute string "*"
|
||||||
},
|
},
|
||||||
|
|
||||||
%attribute array "authorities" {
|
|
||||||
%attribute name(Endpoint) "*"
|
|
||||||
},
|
|
||||||
|
|
||||||
%attribute array "domains" {
|
%attribute array "domains" {
|
||||||
%attribute string "*"
|
%attribute string "*"
|
||||||
}
|
}
|
||||||
|
@ -126,7 +126,11 @@ type Service {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
%attribute any "templates"
|
%attribute any "templates",
|
||||||
|
|
||||||
|
%attribute array "authorities" {
|
||||||
|
%attribute name(Endpoint) "*"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
type ServiceGroup {
|
type ServiceGroup {
|
||||||
@ -165,7 +169,11 @@ type Notification {
|
|||||||
%attribute number "notification_type_filter",
|
%attribute number "notification_type_filter",
|
||||||
%attribute number "notification_state_filter",
|
%attribute number "notification_state_filter",
|
||||||
|
|
||||||
%attribute any "templates"
|
%attribute any "templates",
|
||||||
|
|
||||||
|
%attribute array "authorities" {
|
||||||
|
%attribute name(Endpoint) "*"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
type User {
|
type User {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user