@@ -173,6 +173,12 @@ <h3>Method Details</h3>
173
173
{ # Provides detailed information for a particular field that is part of a PolicySchema.
174
174
"description": "A String", # Output only. The description for the field.
175
175
"field": "A String", # Output only. The name of the field for associated with this description.
176
+ "fieldDependencies": [ # Output only. Provides a list of fields and the values they must have for this field to be allowed to be set.
177
+ { # The field and the value it must have for another field to be allowed to be set.
178
+ "sourceField": "A String", # The source field which this field depends on.
179
+ "sourceFieldValue": "A String", # The value which the source field must have for this field to be allowed to be set.
180
+ },
181
+ ],
176
182
"inputConstraint": "A String", # Output only. Any input constraints associated on the values for the field.
177
183
"knownValueDescriptions": [ # Output only. If the field has a set of know values, this field will provide a description for these values.
178
184
{ # Provides detailed information about a known value that is allowed for a particular field in a PolicySchema.
@@ -287,6 +293,12 @@ <h3>Method Details</h3>
287
293
{ # Provides detailed information for a particular field that is part of a PolicySchema.
288
294
"description": "A String", # Output only. The description for the field.
289
295
"field": "A String", # Output only. The name of the field for associated with this description.
296
+ "fieldDependencies": [ # Output only. Provides a list of fields and the values they must have for this field to be allowed to be set.
297
+ { # The field and the value it must have for another field to be allowed to be set.
298
+ "sourceField": "A String", # The source field which this field depends on.
299
+ "sourceFieldValue": "A String", # The value which the source field must have for this field to be allowed to be set.
300
+ },
301
+ ],
290
302
"inputConstraint": "A String", # Output only. Any input constraints associated on the values for the field.
291
303
"knownValueDescriptions": [ # Output only. If the field has a set of know values, this field will provide a description for these values.
292
304
{ # Provides detailed information about a known value that is allowed for a particular field in a PolicySchema.
0 commit comments