permissions property

List<SpacePermissionCreate> permissions
final

The permissions for the new space. If no permissions are provided, the Confluence default space permissions are applied. Note that if permissions are provided, the space is created with only the provided set of permissions, not including the default space permissions. Space permissions can be modified after creation using the space permissions endpoints, and a private space can be created using the create private space endpoint.

Implementation

final List<SpacePermissionCreate> permissions;