disallowUnspecifiedMode property

bool? disallowUnspecifiedMode
getter/setter pair

If this is true, aunspecified repo type will be treated as error.

Is used for new repo types that don't have any specific fields. Right now is used by AOSS team when creating repos for customers.

Optional.

Implementation

core.bool? disallowUnspecifiedMode;