domainSharingPolicy property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Deprecated: Does not granularly represent allowlisted domains or Trust Rules.
The domain sharing policy for the current user. Possible values are: *
allowed * allowedWithWarning * incomingOnly * disallowed Note that
if the user is enrolled in Trust Rules, disallowed will always be
returned. If sharing is restricted to allowlisted domains, either
incomingOnly or allowedWithWarning will be returned, depending on
whether receiving files from outside the allowlisted domains is permitted.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? domainSharingPolicy;