Class BoardSharingPolicyInternal

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

  • BoardSharingPolicy

Constructors

Properties

access?: string

Defines the public-level access to the board.

inviteToAccountAndBoardLinkAccess?: string = BoardSharingPolicy.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.

organizationAccess?: string = BoardSharingPolicy.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.