Class EditModalModel.ClaimTypeInfoModel
Inheritance
System.Object
EditModalModel.ClaimTypeInfoModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class ClaimTypeInfoModel : ExtensibleObject
Properties
Description
Declaration
public string Description { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Id
Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
| Type |
Description |
| System.Guid |
|
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Regex
Declaration
public string Regex { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RegexDescription
Declaration
public string RegexDescription { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Required
Declaration
public bool Required { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ValueType
Declaration
public IdentityClaimValueType ValueType { get; set; }
Property Value
| Type |
Description |
| IdentityClaimValueType |
|