Show / Hide Table of Contents

Class CreateApiScopeDto

Inheritance
object
CreateApiScopeDto
Namespace: Volo.Abp.IdentityServer.ApiScope.Dtos
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class CreateApiScopeDto : ExtensibleObject

Constructors

CreateApiScopeDto()

Declaration
public CreateApiScopeDto()

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
[Required]
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