deniedValues property Null safety
read / write
List of values denied at this resource.
Can only be set if all_values
is set to ALL_VALUES_UNSPECIFIED
.
Implementation
core.List<core.String>? deniedValues;
List of values denied at this resource.
Can only be set if all_values
is set to ALL_VALUES_UNSPECIFIED
.
core.List<core.String>? deniedValues;