public static interface SlackWorkspaceConfiguration.Builder extends SdkPojo, CopyableBuilder<SlackWorkspaceConfiguration.Builder,SlackWorkspaceConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SlackWorkspaceConfiguration.Builder |
allowOrganizationMemberAccount(Boolean allowOrganizationMemberAccount)
Whether to allow member accounts to authorize Slack workspaces.
|
SlackWorkspaceConfiguration.Builder |
teamId(String teamId)
The team ID in Slack.
|
SlackWorkspaceConfiguration.Builder |
teamName(String teamName)
The name of the Slack workspace.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlackWorkspaceConfiguration.Builder allowOrganizationMemberAccount(Boolean allowOrganizationMemberAccount)
Whether to allow member accounts to authorize Slack workspaces. Member accounts must be part of an organization in Organizations.
allowOrganizationMemberAccount - Whether to allow member accounts to authorize Slack workspaces. Member accounts must be part of an
organization in Organizations.SlackWorkspaceConfiguration.Builder teamId(String teamId)
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
teamId - The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.SlackWorkspaceConfiguration.Builder teamName(String teamName)
The name of the Slack workspace.
teamName - The name of the Slack workspace.Copyright © 2022. All rights reserved.