audit_access_open {connectapi}R Documentation

Audit Access Controls

Description

[Experimental]

Usage

audit_access_open(content, type = "all")

Arguments

content

data.frame of content information, as from get_content()

type

One of "all" or "logged_in". If "all", return a list of apps whose access control is set to "Everyone". If "logged_in", return a list of apps whose access control is set to "All logged in users"

See Also

Other audit functions: audit_r_versions(), audit_runas(), vanity_is_available()


[Package connectapi version 0.2.0 Index]