Skip to content

Commit

Permalink
feat(sasportal): update the API
Browse files Browse the repository at this point in the history
#### sasportal:v1alpha1

The following keys were added:
- schemas.SasPortalSetPolicyRequest.properties.disableNotification.description
- schemas.SasPortalSetPolicyRequest.properties.disableNotification.type
  • Loading branch information
yoshi-automation authored and sofisl committed Jun 4, 2021
1 parent 05e9676 commit 4eea524
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion discovery/sasportal-v1alpha1.json
Expand Up @@ -2483,7 +2483,7 @@
}
}
},
"revision": "20210520",
"revision": "20210527",
"rootUrl": "https://sasportal.googleapis.com/",
"schemas": {
"SasPortalAssignment": {
Expand Down Expand Up @@ -3250,6 +3250,10 @@
"description": "Request message for `SetPolicy` method.",
"id": "SasPortalSetPolicyRequest",
"properties": {
"disableNotification": {
"description": "Optional. Set the field as true when we would like to disable the onboarding notification.",
"type": "boolean"
},
"policy": {
"$ref": "SasPortalPolicy",
"description": "Required. The policy to be applied to the `resource`."
Expand Down
5 changes: 5 additions & 0 deletions src/apis/sasportal/v1alpha1.ts
Expand Up @@ -639,6 +639,10 @@ export namespace sasportal_v1alpha1 {
* Request message for `SetPolicy` method.
*/
export interface Schema$SasPortalSetPolicyRequest {
/**
* Optional. Set the field as true when we would like to disable the onboarding notification.
*/
disableNotification?: boolean | null;
/**
* Required. The policy to be applied to the `resource`.
*/
Expand Down Expand Up @@ -12521,6 +12525,7 @@ export namespace sasportal_v1alpha1 {
* requestBody: {
* // request body parameters
* // {
* // "disableNotification": false,
* // "policy": {},
* // "resource": "my_resource"
* // }
Expand Down

0 comments on commit 4eea524

Please sign in to comment.