blockInheritance property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Determines if a sub-organizational unit can inherit the settings of the parent organization.
The default value is false
, meaning a sub-organizational unit inherits
the settings of the nearest parent organizational unit. This field is
deprecated. Setting it to true
is no longer supported and can have
unintended consequences. For more information about inheritance and
users in an organization structure, see the
administration help center.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.bool? blockInheritance;