@@ -83,6 +83,7 @@ attributes:
8383 attributes :
8484 - model_name : name
8585 type : String
86+ id : true
8687 description : Condition name
8788 example : Cond1
8889 - model_name : description
@@ -91,6 +92,7 @@ attributes:
9192 example : My description
9293 - model_name : conditionType
9394 type : String
95+ id : true
9496 mandatory : true
9597 enum_values :
9698 [
@@ -104,6 +106,7 @@ attributes:
104106 - model_name : id
105107 tf_name : id
106108 type : String
109+ id : true
107110 description : UUID for condition
108111 example : 12345678-f0e7-456b-a2d1-876543320123
109112 - model_name : isNegate
@@ -112,23 +115,28 @@ attributes:
112115 example : false
113116 - model_name : attributeName
114117 type : String
118+ id : true
115119 description : Dictionary attribute name
116120 example : EapAuthentication
117121 - model_name : attributeValue
118122 type : String
123+ id : true
119124 description : Attribute value for condition. Value type is specified in dictionary object.
120125 example : EAP-TLS
121126 - model_name : dictionaryName
122127 type : String
128+ id : true
123129 description : Dictionary name
124130 example : Network Access
125131 - model_name : dictionaryValue
126132 type : String
133+ id : true
127134 description : Dictionary value
128135 example : abc
129136 exclude_test : true
130137 - model_name : operator
131138 type : String
139+ id : true
132140 enum_values :
133141 [
134142 contains,
@@ -160,6 +168,7 @@ attributes:
160168 attributes :
161169 - model_name : name
162170 type : String
171+ id : true
163172 description : Condition name
164173 example : Cond1
165174 - model_name : description
@@ -168,6 +177,7 @@ attributes:
168177 example : My description
169178 - model_name : conditionType
170179 type : String
180+ id : true
171181 mandatory : true
172182 enum_values :
173183 [
@@ -181,6 +191,7 @@ attributes:
181191 - model_name : id
182192 tf_name : id
183193 type : String
194+ id : true
184195 description : UUID for condition
185196 example : 12345678-f0e7-456b-a2d1-876543320123
186197 - model_name : isNegate
@@ -189,23 +200,28 @@ attributes:
189200 example : false
190201 - model_name : attributeName
191202 type : String
203+ id : true
192204 description : Dictionary attribute name
193205 example : EapAuthentication
194206 - model_name : attributeValue
195207 type : String
208+ id : true
196209 description : Attribute value for condition. Value type is specified in dictionary object.
197210 example : EAP-TLS
198211 - model_name : dictionaryName
199212 type : String
213+ id : true
200214 description : Dictionary name
201215 example : Network Access
202216 - model_name : dictionaryValue
203217 type : String
218+ id : true
204219 description : Dictionary value
205220 example : abc
206221 exclude_test : true
207222 - model_name : operator
208223 type : String
224+ id : true
209225 enum_values :
210226 [
211227 contains,
0 commit comments