Class AppsCapacityQueryAwemePermissionListV1Response.Types.Data.Types.Capacity.Types.Permission
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsCapacityQueryAwemePermissionListV1Response.Types.Data.Types.Capacity.Types.Permission
- Inheritance
-
AppsCapacityQueryAwemePermissionListV1Response.Types.Data.Types.Capacity.Types.Permission
- Inherited Members
Constructors
Permission()
public Permission()
Properties
CanApply
获取或设置是否可以申请。
[JsonPropertyName("can_apply")]
[JsonConverter(typeof(NumericalBooleanConverter))]
public bool CanApply { get; set; }
Property Value
Description
获取或设置权限描述。
[JsonPropertyName("permission_desc")]
public string Description { get; set; }
Property Value
Name
获取或设置权限名称。
[JsonPropertyName("permission_name")]
public string Name { get; set; }
Property Value
PermissionKey
获取或设置权限 Key。
[JsonPropertyName("permission_key")]
public string PermissionKey { get; set; }
Property Value
RejectReasonList
获取或设置申请拒绝原因列表。
[JsonPropertyName("reject_reason_list")]
public string[]? RejectReasonList { get; set; }
Property Value
- string[]
ScopeList
获取或设置作用域列表。
[JsonPropertyName("scope_list")]
public AppsCapacityQueryAwemePermissionListV1Response.Types.Data.Types.Capacity.Types.Permission.Types.Scope[] ScopeList { get; set; }
Property Value
- Scope[]
Status
获取或设置状态。
[JsonPropertyName("status")]
public int Status { get; set; }