Class IdentityResourceEto
Inheritance
System.Object
IdentityResourceEto
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class IdentityResourceEto : object
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Emphasize
Declaration
public bool Emphasize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Id
Declaration
public Guid Id { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Required
Declaration
public bool Required { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowInDiscoveryDocument
Declaration
public bool ShowInDiscoveryDocument { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods