GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanation constructor
GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanation({
- GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanationAnnotatedPermissionMatching? combinedDeniedPermission,
- GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanationAnnotatedDenyPrincipalMatching? combinedDeniedPrincipal,
- GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanationAnnotatedPermissionMatching? combinedExceptionPermission,
- GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanationAnnotatedDenyPrincipalMatching? combinedExceptionPrincipal,
- GoogleTypeExpr? condition,
- GoogleCloudPolicytroubleshooterIamV3ConditionExplanation? conditionExplanation,
- Map<
String, GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanationAnnotatedPermissionMatching> ? deniedPermissions, - Map<
String, GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanationAnnotatedDenyPrincipalMatching> ? deniedPrincipals, - String? denyAccessState,
- Map<
String, GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanationAnnotatedPermissionMatching> ? exceptionPermissions, - Map<
String, GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanationAnnotatedDenyPrincipalMatching> ? exceptionPrincipals, - String? relevance,
Implementation
GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanation({
this.combinedDeniedPermission,
this.combinedDeniedPrincipal,
this.combinedExceptionPermission,
this.combinedExceptionPrincipal,
this.condition,
this.conditionExplanation,
this.deniedPermissions,
this.deniedPrincipals,
this.denyAccessState,
this.exceptionPermissions,
this.exceptionPrincipals,
this.relevance,
});