Skip to content

Commit

Permalink
fix(backupdr): update the API
Browse files Browse the repository at this point in the history
#### backupdr:v1

The following keys were changed:
- schemas.Binding.properties.role.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 7, 2024
1 parent 33b061d commit bd59c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/backupdr-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
}
}
},
"revision": "20231224",
"revision": "20240124",
"rootUrl": "https://backupdr.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -634,7 +634,7 @@
"type": "array"
},
"role": {
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/backupdr/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export namespace backupdr_v1 {
*/
members?: string[] | null;
/**
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
*/
role?: string | null;
}
Expand Down

0 comments on commit bd59c17

Please sign in to comment.