Class IdentityResourceEto
Inheritance
IdentityResourceEto
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class IdentityResourceEto
Constructors
IdentityResourceEto()
Declaration
public IdentityResourceEto()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
DisplayName
Declaration
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
Id
Declaration
public Guid Id { get; set; }
Property Value
Name
Declaration
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
Extension Methods