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