Class BoardSharingPolicyChangeInternal

Defines the public-level, organization-level, and team-level access for the board. The access level that a user gets depends on the highest level of access that results from considering the public-level, team-level, organization-level, and direct sharing access.

Hierarchy

  • BoardSharingPolicyChange

Constructors

Properties

access?: string = BoardSharingPolicyChange.AccessEnum.Private

Defines the public-level access to the board.

inviteToAccountAndBoardLinkAccess?: string = BoardSharingPolicyChange.InviteToAccountAndBoardLinkAccessEnum.NoAccess

Defines the user role when inviting a user via the invite to team and board link. For Enterprise users, the inviteToAccountAndBoardLinkAccess parameter is always set to no_access regardless of the value that you assign for this parameter.

organizationAccess?: string = BoardSharingPolicyChange.OrganizationAccessEnum.Private

Defines the organization-level access to the board. If the board is created for a team that does not belong to an organization, the organizationAccess parameter is always set to the default value.

teamAccess?: string

Defines the team-level access to the board. By default, edit for the free plan and private for other plans.