Show / Hide Table of Contents

Class UpdateApiScopeDto

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

Constructors

UpdateApiScopeDto()

Declaration
public UpdateApiScopeDto()

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

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