Class ApiResourceUpdateModalView
Inheritance
ApiResourceUpdateModalView
Assembly: Volo.Abp.IdentityServer.Web.dll
Syntax
public class ApiResourceUpdateModalView : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
ApiResourceUpdateModalView()
Declaration
public ApiResourceUpdateModalView()
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
Id
Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
Name
Declaration
[DynamicStringLength(typeof(ApiResourceConsts), "DescriptionMaxLength", null)]
[ReadOnlyInput]
public string Name { get; set; }
Property Value
Properties
Declaration
public ApiResourcePropertyDto[] Properties { get; set; }
Property Value
Scopes
Declaration
public List<string> Scopes { get; set; }
Property Value
Secrets
Declaration
public ApiResourceSecretDto[] Secrets { get; set; }
Property Value
ShowInDiscoveryDocument
Declaration
public bool ShowInDiscoveryDocument { get; set; }
Property Value
UserClaims
Declaration
public string[] UserClaims { get; set; }
Property Value
Implements
Extension Methods