Class ApiScopeWithDetailsDto
Inheritance
ApiScopeWithDetailsDto
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class ApiScopeWithDetailsDto : ExtensibleEntityDto<Guid>, IHasExtraProperties, IValidatableObject, IEntityDto<Guid>, IEntityDto
Constructors
ApiScopeWithDetailsDto()
Declaration
public ApiScopeWithDetailsDto()
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
Name
Declaration
public string Name { get; set; }
Property Value
Properties
Declaration
public List<ApiScopePropertyDto> Properties { get; set; }
Property Value
Required
Declaration
public bool Required { get; set; }
Property Value
ShowInDiscoveryDocument
Declaration
public bool ShowInDiscoveryDocument { get; set; }
Property Value
UserClaims
Declaration
public List<ApiScopeClaimDto> UserClaims { get; set; }
Property Value
Implements
Extension Methods