GoogleCloudPolicytroubleshooterIamV3AllowBindingExplanation constructor

GoogleCloudPolicytroubleshooterIamV3AllowBindingExplanation({
  1. String? allowAccessState,
  2. GoogleCloudPolicytroubleshooterIamV3AllowBindingExplanationAnnotatedAllowMembership? combinedMembership,
  3. GoogleTypeExpr? condition,
  4. GoogleCloudPolicytroubleshooterIamV3ConditionExplanation? conditionExplanation,
  5. Map<String, GoogleCloudPolicytroubleshooterIamV3AllowBindingExplanationAnnotatedAllowMembership>? memberships,
  6. String? relevance,
  7. String? role,
  8. String? rolePermission,
  9. String? rolePermissionRelevance,
})

Implementation

GoogleCloudPolicytroubleshooterIamV3AllowBindingExplanation({
  this.allowAccessState,
  this.combinedMembership,
  this.condition,
  this.conditionExplanation,
  this.memberships,
  this.relevance,
  this.role,
  this.rolePermission,
  this.rolePermissionRelevance,
});