Function set_access_inheritance

Source
pub fn set_access_inheritance(
    client: &impl UserAuthClient,
    arg: &SetAccessInheritanceArg,
) -> Result<ShareFolderLaunch, Error<SetAccessInheritanceError>>
Available on crate features sync_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.