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.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jun 3, 2021
1 parent 6677f6f commit ca30edd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/dyn/sasportal_v1alpha1.policies.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Request message for `SetPolicy` method.
&quot;disableNotification&quot;: True or False, # Optional. Set the field as true when we would like to disable the onboarding notification.
&quot;policy&quot;: { # Defines an access control policy to the resources. # Required. The policy to be applied to the `resource`.
&quot;assignments&quot;: [ # List of assignments
{ # Associates `members` with a `role`.
Expand Down
Original file line number Diff line number Diff line change
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

0 comments on commit ca30edd

Please sign in to comment.