Show / Hide Table of Contents

Class AbpIdentityServerPermissions.IdentityResource

Inheritance
object
AbpIdentityServerPermissions.IdentityResource
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.IdentityServer
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public static class AbpIdentityServerPermissions.IdentityResource

Fields

Create

Declaration
public const string Create = "IdentityServer.IdentityResource.Create"
Field Value
Type Description
string

Default

Declaration
public const string Default = "IdentityServer.IdentityResource"
Field Value
Type Description
string

Delete

Declaration
public const string Delete = "IdentityServer.IdentityResource.Delete"
Field Value
Type Description
string

Update

Declaration
public const string Update = "IdentityServer.IdentityResource.Update"
Field Value
Type Description
string

ViewChangeHistory

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