Show / Hide Table of Contents

Class IdentityResourceWithDetailsDto

Inheritance
object
IdentityResourceWithDetailsDto
Namespace: Volo.Abp.IdentityServer.IdentityResource.Dtos
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class IdentityResourceWithDetailsDto : ExtensibleEntityDto<Guid>

Constructors

IdentityResourceWithDetailsDto()

Declaration
public IdentityResourceWithDetailsDto()

Properties

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

Emphasize

Declaration
public bool Emphasize { get; set; }
Property Value
Type Description
bool

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
bool

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Properties

Declaration
public List<IdentityResourcePropertyDto> Properties { get; set; }
Property Value
Type Description
List<IdentityResourcePropertyDto>

Required

Declaration
public bool Required { get; set; }
Property Value
Type Description
bool

ShowInDiscoveryDocument

Declaration
public bool ShowInDiscoveryDocument { get; set; }
Property Value
Type Description
bool

UserClaims

Declaration
public List<IdentityResourceClaimDto> UserClaims { get; set; }
Property Value
Type Description
List<IdentityResourceClaimDto>
In this article
Back to top Powered by Volosoft