Show / Hide Table of Contents

Class ApiScopeWithDetailsDto

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

Constructors

ApiScopeWithDetailsDto()

Declaration
public ApiScopeWithDetailsDto()

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<ApiScopePropertyDto> Properties { get; set; }
Property Value
Type Description
List<ApiScopePropertyDto>

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<ApiScopeClaimDto> UserClaims { get; set; }
Property Value
Type Description
List<ApiScopeClaimDto>
In this article
Back to top Powered by Volosoft