Class UpdateApiResourceDto
Inheritance
UpdateApiResourceDto
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
Description
Declaration
public string Description { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Properties
Declaration
public List<ApiResourcePropertyDto> Properties { get; set; }
Property Value
Scopes
Declaration
public List<ApiResourceScopeDto> Scopes { get; set; }
Property Value
Secrets
Declaration
public List<ApiResourceSecretDto> Secrets { get; set; }
Property Value
UserClaims
Declaration
public List<ApiResourceClaimDto> UserClaims { get; set; }
Property Value