You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <para>The details about the access denial. This parameter is returned only if Resource Access Management (RAM) permission verification failed.</para>
@@ -54,6 +77,12 @@ public class CancelIProductionJobResponseBodyAccessDeniedDetail : TeaModel {
54
77
publicstringEncodedDiagnosticMessage{get;set;}
55
78
56
79
/// <summary>
80
+
/// <para>The type of policy that resulted in the denial. Valid values:</para>
81
+
/// <list type="bullet">
82
+
/// <item><description><b>ImplicitDeny</b>: The resource holder has not configured a policy for the current user. By default, unauthorized operations are denied.</description></item>
83
+
/// <item><description><b>ExplicitDeny</b>: The RAM policy configured by the resource holder explicitly denies the current user access to the corresponding resources.</description></item>
84
+
/// </list>
85
+
///
57
86
/// <b>Example:</b>
58
87
/// <para>ImplicitDeny</para>
59
88
/// </summary>
@@ -62,6 +91,15 @@ public class CancelIProductionJobResponseBodyAccessDeniedDetail : TeaModel {
62
91
publicstringNoPermissionType{get;set;}
63
92
64
93
/// <summary>
94
+
/// <para>The type of policy that triggered the permission failure.</para>
95
+
/// <list type="bullet">
96
+
/// <item><description><b>ControlPolicy</b>: control policy</description></item>
97
+
/// <item><description><b>SessionPolicy</b>: an additional policy attached to a temporary token.</description></item>
98
+
/// <item><description><b>AssumeRolePolicy</b>: the trust policy of a RAM role.</description></item>
99
+
/// <item><description><b>AccountLevelIdentityBasedPolicy</b>: an identity-based policy at the account level (custom or system).</description></item>
100
+
/// <item><description><b>ResourceGroupLevelIdentityBasedPolicy</b>: an identity-based policy scoped to a resource group.</description></item>
101
+
/// </list>
102
+
///
65
103
/// <b>Example:</b>
66
104
/// <para>AssumeRolePolicy</para>
67
105
/// </summary>
@@ -72,6 +110,8 @@ public class CancelIProductionJobResponseBodyAccessDeniedDetail : TeaModel {
72
110
}
73
111
74
112
/// <summary>
113
+
/// <para>The message returned.</para>
114
+
///
75
115
/// <b>Example:</b>
76
116
/// <para>Success</para>
77
117
/// </summary>
@@ -80,6 +120,8 @@ public class CancelIProductionJobResponseBodyAccessDeniedDetail : TeaModel {
0 commit comments