Class IdentityResourceCreateModalView
Inheritance
IdentityResourceCreateModalView
Assembly: Volo.Abp.IdentityServer.Web.dll
Syntax
public class IdentityResourceCreateModalView : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
IdentityResourceCreateModalView()
Declaration
public IdentityResourceCreateModalView()
Properties
Description
Declaration
[DynamicStringLength(typeof(IdentityResourceConsts), "DescriptionMaxLength", null)]
public string Description { get; set; }
Property Value
DisplayName
Declaration
[DynamicStringLength(typeof(IdentityResourceConsts), "DisplayNameMaxLength", null)]
public string DisplayName { get; set; }
Property Value
Emphasize
Declaration
public bool Emphasize { get; set; }
Property Value
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Name
Declaration
[Required]
[DynamicStringLength(typeof(IdentityResourceConsts), "DescriptionMaxLength", null)]
public string Name { get; set; }
Property Value
Required
Declaration
public bool Required { get; set; }
Property Value
ShowInDiscoveryDocument
Declaration
public bool ShowInDiscoveryDocument { get; set; }
Property Value
UserClaims
Declaration
public string[] UserClaims { get; set; }
Property Value
Implements
Extension Methods