Skip to content

Commit 1e0f4a6

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/dyn/prod_tt_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/prod_tt_sasportal.v1alpha1.json

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

0 commit comments

Comments
 (0)