Skip to content

Commit ca30edd

Browse files
feat(sasportal): update the api
#### sasportal:v1alpha1 The following keys were added: - schemas.SasPortalSetPolicyRequest.properties.disableNotification.type (Total Keys: 1)
1 parent 6677f6f commit ca30edd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/dyn/sasportal_v1alpha1.policies.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ <h3>Method Details</h3>
134134
The object takes the form of:
135135

136136
{ # Request message for `SetPolicy` method.
137+
&quot;disableNotification&quot;: True or False, # Optional. Set the field as true when we would like to disable the onboarding notification.
137138
&quot;policy&quot;: { # Defines an access control policy to the resources. # Required. The policy to be applied to the `resource`.
138139
&quot;assignments&quot;: [ # List of assignments
139140
{ # Associates `members` with a `role`.

googleapiclient/discovery_cache/documents/sasportal.v1alpha1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@
24832483
}
24842484
}
24852485
},
2486-
"revision": "20210520",
2486+
"revision": "20210527",
24872487
"rootUrl": "https://sasportal.googleapis.com/",
24882488
"schemas": {
24892489
"SasPortalAssignment": {
@@ -3250,6 +3250,10 @@
32503250
"description": "Request message for `SetPolicy` method.",
32513251
"id": "SasPortalSetPolicyRequest",
32523252
"properties": {
3253+
"disableNotification": {
3254+
"description": "Optional. Set the field as true when we would like to disable the onboarding notification.",
3255+
"type": "boolean"
3256+
},
32533257
"policy": {
32543258
"$ref": "SasPortalPolicy",
32553259
"description": "Required. The policy to be applied to the `resource`."

0 commit comments

Comments
 (0)