Show / Hide Table of Contents

Class SaasHostPermissions.Tenants

Inheritance
object
SaasHostPermissions.Tenants
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Saas.Host
Assembly: Volo.Saas.Host.Application.Contracts.dll
Syntax
public static class SaasHostPermissions.Tenants

Fields

Create

Declaration
public const string Create = "Saas.Tenants.Create"
Field Value
Type Description
string

Default

Declaration
public const string Default = "Saas.Tenants"
Field Value
Type Description
string

Delete

Declaration
public const string Delete = "Saas.Tenants.Delete"
Field Value
Type Description
string

Impersonation

Declaration
public const string Impersonation = "Saas.Tenants.Impersonation"
Field Value
Type Description
string

ManageConnectionStrings

Declaration
public const string ManageConnectionStrings = "Saas.Tenants.ManageConnectionStrings"
Field Value
Type Description
string

ManageFeatures

Declaration
public const string ManageFeatures = "Saas.Tenants.ManageFeatures"
Field Value
Type Description
string

SetPassword

Declaration
public const string SetPassword = "Saas.Tenants.SetPassword"
Field Value
Type Description
string

Update

Declaration
public const string Update = "Saas.Tenants.Update"
Field Value
Type Description
string

ViewChangeHistory

Declaration
public const string ViewChangeHistory = "AuditLogging.ViewChangeHistory:Volo.Saas.Tenant"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform