Show / Hide Table of Contents

Class UpdateApiResourceDto

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

Constructors

UpdateApiResourceDto()

Declaration
public UpdateApiResourceDto()

Properties

AllowedAccessTokenSigningAlgorithms

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

Description

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

DisplayName

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

Enabled

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

Properties

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

Scopes

Declaration
public List<ApiResourceScopeDto> Scopes { get; set; }
Property Value
Type Description
List<ApiResourceScopeDto>

Secrets

Declaration
public List<ApiResourceSecretDto> Secrets { get; set; }
Property Value
Type Description
List<ApiResourceSecretDto>

UserClaims

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