Function set_access_inheritance

Source
pub fn set_access_inheritance<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a SetAccessInheritanceArg,
) -> impl Future<Output = Result<ShareFolderLaunch, Error<SetAccessInheritanceError>>> + Send + 'a
Available on crate features async_routes and dbx_sharing only.
Expand description

Change the inheritance policy of an existing Shared Folder. Only permitted for shared folders in a shared team root. If a ShareFolderLaunch::AsyncJobId is returned, you’ll need to call check_share_job_status() until the action completes to get the metadata for the folder.