public class CollaborationAllowlistExemptTargetsManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CollaborationAllowlistExemptTargetsManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
CollaborationAllowlistExemptTargetsManager() |
protected |
CollaborationAllowlistExemptTargetsManager(CollaborationAllowlistExemptTargetsManager.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
CollaborationAllowlistExemptTarget |
createCollaborationWhitelistExemptTarget(CreateCollaborationWhitelistExemptTargetRequestBody requestBody)
Exempts a user from the restrictions set out by the allowed list of domains for collaborations.
|
CollaborationAllowlistExemptTarget |
createCollaborationWhitelistExemptTarget(CreateCollaborationWhitelistExemptTargetRequestBody requestBody,
CreateCollaborationWhitelistExemptTargetHeaders headers)
Exempts a user from the restrictions set out by the allowed list of domains for collaborations.
|
void |
deleteCollaborationWhitelistExemptTargetById(String collaborationWhitelistExemptTargetId)
Removes a user's exemption from the restrictions set out by the allowed list of domains for
collaborations.
|
void |
deleteCollaborationWhitelistExemptTargetById(String collaborationWhitelistExemptTargetId,
DeleteCollaborationWhitelistExemptTargetByIdHeaders headers)
Removes a user's exemption from the restrictions set out by the allowed list of domains for
collaborations.
|
Authentication |
getAuth() |
CollaborationAllowlistExemptTarget |
getCollaborationWhitelistExemptTargetById(String collaborationWhitelistExemptTargetId)
Returns a users who has been exempt from the collaboration domain restrictions.
|
CollaborationAllowlistExemptTarget |
getCollaborationWhitelistExemptTargetById(String collaborationWhitelistExemptTargetId,
GetCollaborationWhitelistExemptTargetByIdHeaders headers)
Returns a users who has been exempt from the collaboration domain restrictions.
|
CollaborationAllowlistExemptTargets |
getCollaborationWhitelistExemptTargets()
Returns a list of users who have been exempt from the collaboration domain restrictions.
|
CollaborationAllowlistExemptTargets |
getCollaborationWhitelistExemptTargets(GetCollaborationWhitelistExemptTargetsHeaders headers)
Returns a list of users who have been exempt from the collaboration domain restrictions.
|
CollaborationAllowlistExemptTargets |
getCollaborationWhitelistExemptTargets(GetCollaborationWhitelistExemptTargetsQueryParams queryParams)
Returns a list of users who have been exempt from the collaboration domain restrictions.
|
CollaborationAllowlistExemptTargets |
getCollaborationWhitelistExemptTargets(GetCollaborationWhitelistExemptTargetsQueryParams queryParams,
GetCollaborationWhitelistExemptTargetsHeaders headers)
Returns a list of users who have been exempt from the collaboration domain restrictions.
|
NetworkSession |
getNetworkSession() |
public Authentication auth
public NetworkSession networkSession
public CollaborationAllowlistExemptTargetsManager()
protected CollaborationAllowlistExemptTargetsManager(CollaborationAllowlistExemptTargetsManager.Builder builder)
public CollaborationAllowlistExemptTargets getCollaborationWhitelistExemptTargets()
public CollaborationAllowlistExemptTargets getCollaborationWhitelistExemptTargets(GetCollaborationWhitelistExemptTargetsQueryParams queryParams)
queryParams - Query parameters of getCollaborationWhitelistExemptTargets methodpublic CollaborationAllowlistExemptTargets getCollaborationWhitelistExemptTargets(GetCollaborationWhitelistExemptTargetsHeaders headers)
headers - Headers of getCollaborationWhitelistExemptTargets methodpublic CollaborationAllowlistExemptTargets getCollaborationWhitelistExemptTargets(GetCollaborationWhitelistExemptTargetsQueryParams queryParams, GetCollaborationWhitelistExemptTargetsHeaders headers)
queryParams - Query parameters of getCollaborationWhitelistExemptTargets methodheaders - Headers of getCollaborationWhitelistExemptTargets methodpublic CollaborationAllowlistExemptTarget createCollaborationWhitelistExemptTarget(CreateCollaborationWhitelistExemptTargetRequestBody requestBody)
requestBody - Request body of createCollaborationWhitelistExemptTarget methodpublic CollaborationAllowlistExemptTarget createCollaborationWhitelistExemptTarget(CreateCollaborationWhitelistExemptTargetRequestBody requestBody, CreateCollaborationWhitelistExemptTargetHeaders headers)
requestBody - Request body of createCollaborationWhitelistExemptTarget methodheaders - Headers of createCollaborationWhitelistExemptTarget methodpublic CollaborationAllowlistExemptTarget getCollaborationWhitelistExemptTargetById(String collaborationWhitelistExemptTargetId)
collaborationWhitelistExemptTargetId - The ID of the exemption to the list. Example:
"984923"public CollaborationAllowlistExemptTarget getCollaborationWhitelistExemptTargetById(String collaborationWhitelistExemptTargetId, GetCollaborationWhitelistExemptTargetByIdHeaders headers)
collaborationWhitelistExemptTargetId - The ID of the exemption to the list. Example:
"984923"headers - Headers of getCollaborationWhitelistExemptTargetById methodpublic void deleteCollaborationWhitelistExemptTargetById(String collaborationWhitelistExemptTargetId)
collaborationWhitelistExemptTargetId - The ID of the exemption to the list. Example:
"984923"public void deleteCollaborationWhitelistExemptTargetById(String collaborationWhitelistExemptTargetId, DeleteCollaborationWhitelistExemptTargetByIdHeaders headers)
collaborationWhitelistExemptTargetId - The ID of the exemption to the list. Example:
"984923"headers - Headers of deleteCollaborationWhitelistExemptTargetById methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()