We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c467d commit 0f718b0Copy full SHA for 0f718b0
mmv1/api/resource/iam_policy.go
@@ -124,7 +124,7 @@ type IamPolicy struct {
124
SubstituteZoneValue bool `yaml:"substitute_zone_value,omitempty"`
125
126
// [Optional] If true, this resource supports User Project Overrides
127
- SupportsUserProjectOverride bool `yaml:"supports_user_project_override,omitempty"`
+ SupportsIndirectUserProjectOverride bool `yaml:"supports_indirect_user_project_override,omitempty"`
128
129
// Add a deprecation message for a resource that's been deprecated in the API.
130
DeprecationMessage string `yaml:"deprecation_message,omitempty"`
0 commit comments