Class UpdateApiResourceDto
Inheritance
UpdateApiResourceDto
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class UpdateApiResourceDto : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
UpdateApiResourceDto()
Declaration
public UpdateApiResourceDto()
Properties
AllowedAccessTokenSigningAlgorithms
Declaration
[DynamicStringLength(typeof(ApiResourceConsts), "AllowedAccessTokenSigningAlgorithmsMaxLength", null)]
public string AllowedAccessTokenSigningAlgorithms { get; set; }
Property Value
Description
Declaration
[DynamicStringLength(typeof(ApiResourceConsts), "DescriptionMaxLength", null)]
public string Description { get; set; }
Property Value
DisplayName
Declaration
[DynamicStringLength(typeof(ApiResourceConsts), "DisplayNameMaxLength", null)]
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
Implements
Extension Methods