Table of Contents

Class TeamLifecycleOptions

Namespace
Tharga.Team.Service
Assembly
Tharga.Team.Service.dll

Service-layer view of the self-service team-lifecycle policy, used by the authorization decorator. Populated at registration time from the Blazor option of the same name (which lives in a higher layer).

public sealed class TeamLifecycleOptions
Inheritance
TeamLifecycleOptions
Inherited Members

Properties

AllowTeamCreation

When false, the self-service team:manage paths for creating and (in-team) deleting a team are denied at the service layer. Does not affect the teams:delete system scope, which can always delete.

public bool AllowTeamCreation { get; init; }

Property Value

bool