GoogleCloudPolicytroubleshooterIamV3AllowBindingExplanation constructor
GoogleCloudPolicytroubleshooterIamV3AllowBindingExplanation({
- String? allowAccessState,
- GoogleCloudPolicytroubleshooterIamV3AllowBindingExplanationAnnotatedAllowMembership? combinedMembership,
- GoogleTypeExpr? condition,
- GoogleCloudPolicytroubleshooterIamV3ConditionExplanation? conditionExplanation,
- Map<
String, GoogleCloudPolicytroubleshooterIamV3AllowBindingExplanationAnnotatedAllowMembership> ? memberships, - String? relevance,
- String? role,
- String? rolePermission,
- String? rolePermissionRelevance,
Implementation
GoogleCloudPolicytroubleshooterIamV3AllowBindingExplanation({
this.allowAccessState,
this.combinedMembership,
this.condition,
this.conditionExplanation,
this.memberships,
this.relevance,
this.role,
this.rolePermission,
this.rolePermissionRelevance,
});