Skip to content

Commit

Permalink
Fix description for IamBinding and IamMember resources (#719)
Browse files Browse the repository at this point in the history
* Update provider go.mod to use Go 1.19

* Fix description for IamBinding and IamMember resources
  • Loading branch information
lblackstone authored Oct 7, 2022
1 parent f60e582 commit 5bca6b8
Show file tree
Hide file tree
Showing 2,530 changed files with 642 additions and 6,960 deletions.
1,264 changes: 632 additions & 632 deletions provider/cmd/pulumi-resource-google-native/schema.json

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions provider/pkg/gen/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -855,11 +855,6 @@ func (g *packageGenerator) genResource(typeName string, dd discoveryDocumentReso
}
}

if resourceMeta.Delete.Undefined() {
description += "\nNote - this resource's API doesn't support deletion. When deleted, the resource will persist\n" +
"on Google Cloud even though it will be deleted from Pulumi state."
}

// Apply auto-project and auto-location population.
requiredInputProperties.Delete("project")
requiredInputProperties.Delete("location")
Expand Down Expand Up @@ -890,12 +885,10 @@ func (g *packageGenerator) genResource(typeName string, dd discoveryDocumentReso
resourceSpec.Methods["getKubeconfig"] = "google-native:container/v1beta1:Cluster/getKubeconfig"
}

g.pkg.Resources[resourceTok] = resourceSpec
g.metadata.Resources[resourceTok] = resourceMeta

// For resources with a `setIamPolicy` method defined, also generate Binding and Member resources to provide
// more granular alternatives to overwriting the entire policy.
if dd.hasIAMOverlays {
resourceMeta := deepcopy.Copy(resourceMeta).(resources.CloudAPIResource)
// Delete for policy is the same operation as an update.
resourceMeta.Delete.Endpoint = resourceMeta.Update.Endpoint
resourceMeta.Delete.SDKProperties = resourceMeta.Update.SDKProperties
Expand Down Expand Up @@ -960,6 +953,15 @@ func (g *packageGenerator) genResource(typeName string, dd discoveryDocumentReso
g.metadata.Resources[iamMemberToken] = resourceMeta
}

if resourceMeta.Delete.Undefined() {
resourceSpec.ObjectTypeSpec.Description +=
"\nNote - this resource's API doesn't support deletion. When deleted, the resource will persist\n" +
"on Google Cloud even though it will be deleted from Pulumi state."
}

g.pkg.Resources[resourceTok] = resourceSpec
g.metadata.Resources[resourceTok] = resourceMeta

return nil
}

Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/APIGateway/V1/ApiConfigIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.APIGateway.V1
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigateway/v1:ApiConfigIamBinding")]
public partial class ApiConfigIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/APIGateway/V1/ApiConfigIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.APIGateway.V1
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigateway/v1:ApiConfigIamMember")]
public partial class ApiConfigIamMember : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/APIGateway/V1/ApiIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.APIGateway.V1
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigateway/v1:ApiIamBinding")]
public partial class ApiIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/APIGateway/V1/ApiIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.APIGateway.V1
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigateway/v1:ApiIamMember")]
public partial class ApiIamMember : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/APIGateway/V1/GatewayIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.APIGateway.V1
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigateway/v1:GatewayIamBinding")]
public partial class GatewayIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/APIGateway/V1/GatewayIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.APIGateway.V1
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigateway/v1:GatewayIamMember")]
public partial class GatewayIamMember : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/APIGateway/V1Beta/ApiConfigIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.APIGateway.V1Beta
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigateway/v1beta:ApiConfigIamBinding")]
public partial class ApiConfigIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/APIGateway/V1Beta/ApiConfigIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.APIGateway.V1Beta
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigateway/v1beta:ApiConfigIamMember")]
public partial class ApiConfigIamMember : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/APIGateway/V1Beta/ApiIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.APIGateway.V1Beta
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigateway/v1beta:ApiIamBinding")]
public partial class ApiIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/APIGateway/V1Beta/ApiIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.APIGateway.V1Beta
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigateway/v1beta:ApiIamMember")]
public partial class ApiIamMember : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/APIGateway/V1Beta/GatewayIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.APIGateway.V1Beta
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigateway/v1beta:GatewayIamBinding")]
public partial class GatewayIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/APIGateway/V1Beta/GatewayIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.APIGateway.V1Beta
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigateway/v1beta:GatewayIamMember")]
public partial class GatewayIamMember : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/AccessContextManager/V1/AccessPolicyIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.AccessContextManager.V1
{
/// <summary>
/// Sets the IAM policy for the specified Access Context Manager access policy. This method replaces the existing IAM policy on the access policy. The IAM policy controls the set of users who can perform specific operations on the Access Context Manager access policy.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:accesscontextmanager/v1:AccessPolicyIamBinding")]
public partial class AccessPolicyIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/AccessContextManager/V1/AccessPolicyIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.AccessContextManager.V1
{
/// <summary>
/// Sets the IAM policy for the specified Access Context Manager access policy. This method replaces the existing IAM policy on the access policy. The IAM policy controls the set of users who can perform specific operations on the Access Context Manager access policy.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:accesscontextmanager/v1:AccessPolicyIamMember")]
public partial class AccessPolicyIamMember : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/AnalyticsHub/V1/DataExchangeIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.AnalyticsHub.V1
{
/// <summary>
/// Sets the IAM policy.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:analyticshub/v1:DataExchangeIamBinding")]
public partial class DataExchangeIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/AnalyticsHub/V1/DataExchangeIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.AnalyticsHub.V1
{
/// <summary>
/// Sets the IAM policy.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:analyticshub/v1:DataExchangeIamMember")]
public partial class DataExchangeIamMember : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/AnalyticsHub/V1/DataExchangeListingIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.AnalyticsHub.V1
{
/// <summary>
/// Sets the IAM policy.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:analyticshub/v1:DataExchangeListingIamBinding")]
public partial class DataExchangeListingIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/AnalyticsHub/V1/DataExchangeListingIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.AnalyticsHub.V1
{
/// <summary>
/// Sets the IAM policy.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:analyticshub/v1:DataExchangeListingIamMember")]
public partial class DataExchangeListingIamMember : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/AnalyticsHub/V1Beta1/DataExchangeIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.AnalyticsHub.V1Beta1
{
/// <summary>
/// Sets the IAM policy.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:analyticshub/v1beta1:DataExchangeIamBinding")]
public partial class DataExchangeIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/AnalyticsHub/V1Beta1/DataExchangeIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.AnalyticsHub.V1Beta1
{
/// <summary>
/// Sets the IAM policy.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:analyticshub/v1beta1:DataExchangeIamMember")]
public partial class DataExchangeIamMember : global::Pulumi.CustomResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.AnalyticsHub.V1Beta1
{
/// <summary>
/// Sets the IAM policy.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:analyticshub/v1beta1:DataExchangeListingIamBinding")]
public partial class DataExchangeListingIamBinding : global::Pulumi.CustomResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.AnalyticsHub.V1Beta1
{
/// <summary>
/// Sets the IAM policy.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:analyticshub/v1beta1:DataExchangeListingIamMember")]
public partial class DataExchangeListingIamMember : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/Apigee/V1/OrganizationEnvironmentIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.Apigee.V1
{
/// <summary>
/// Sets the IAM policy on an environment, if the policy already exists it will be replaced. For more information, see [Manage users, roles, and permissions using the API](https://cloud.google.com/apigee/docs/api-platform/system-administration/manage-users-roles). You must have the `apigee.environments.setIamPolicy` permission to call this API.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigee/v1:OrganizationEnvironmentIamBinding")]
public partial class OrganizationEnvironmentIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/Apigee/V1/OrganizationEnvironmentIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.Apigee.V1
{
/// <summary>
/// Sets the IAM policy on an environment, if the policy already exists it will be replaced. For more information, see [Manage users, roles, and permissions using the API](https://cloud.google.com/apigee/docs/api-platform/system-administration/manage-users-roles). You must have the `apigee.environments.setIamPolicy` permission to call this API.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigee/v1:OrganizationEnvironmentIamMember")]
public partial class OrganizationEnvironmentIamMember : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/ApigeeRegistry/V1/ApiArtifactIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.ApigeeRegistry.V1
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigeeregistry/v1:ApiArtifactIamBinding")]
public partial class ApiArtifactIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/ApigeeRegistry/V1/ApiArtifactIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.ApigeeRegistry.V1
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigeeregistry/v1:ApiArtifactIamMember")]
public partial class ApiArtifactIamMember : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/ApigeeRegistry/V1/ApiDeploymentIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.ApigeeRegistry.V1
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigeeregistry/v1:ApiDeploymentIamBinding")]
public partial class ApiDeploymentIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/ApigeeRegistry/V1/ApiDeploymentIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.ApigeeRegistry.V1
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigeeregistry/v1:ApiDeploymentIamMember")]
public partial class ApiDeploymentIamMember : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/ApigeeRegistry/V1/ApiIamBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.ApigeeRegistry.V1
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigeeregistry/v1:ApiIamBinding")]
public partial class ApiIamBinding : global::Pulumi.CustomResource
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/ApigeeRegistry/V1/ApiIamMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Pulumi.GoogleNative.ApigeeRegistry.V1
{
/// <summary>
/// Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/// Note - this resource's API doesn't support deletion. When deleted, the resource will persist
/// on Google Cloud even though it will be deleted from Pulumi state.
/// </summary>
[GoogleNativeResourceType("google-native:apigeeregistry/v1:ApiIamMember")]
public partial class ApiIamMember : global::Pulumi.CustomResource
Expand Down
Loading

0 comments on commit 5bca6b8

Please sign in to comment.