diff --git a/google/iam/v1/policy.proto b/google/iam/v1/policy.proto index 027a9705..1676ad48 100644 --- a/google/iam/v1/policy.proto +++ b/google/iam/v1/policy.proto @@ -45,7 +45,7 @@ option php_namespace = "Google\\Cloud\\Iam\\V1"; // { // "bindings": [ // { -// "role": "role/resourcemanager.organizationAdmin", +// "role": "roles/resourcemanager.organizationAdmin", // "members": [ // "user:mike@example.com", // "group:admins@example.com", @@ -198,8 +198,7 @@ message BindingDelta { // Required string member = 3; - // The condition that is associated with this binding. This field is logged - // only for Cloud Audit Logging. + // The condition that is associated with this binding. google.type.Expr condition = 4; }