Skip to content

Commit 24ecfe4

Browse files
author
AWS
committed
Amazon AppStream Update: Add support for managing admin consent requirement on selected domains for OneDrive Storage Connectors in AppStream2.0.
1 parent 02319ad commit 24ecfe4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon AppStream",
4+
"contributor": "",
5+
"description": "Add support for managing admin consent requirement on selected domains for OneDrive Storage Connectors in AppStream2.0."
6+
}

services/appstream/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5041,6 +5041,10 @@
50415041
"Domains":{
50425042
"shape":"DomainList",
50435043
"documentation":"<p>The names of the domains for the account.</p>"
5044+
},
5045+
"DomainsRequireAdminConsent":{
5046+
"shape":"DomainList",
5047+
"documentation":"<p>The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0. The attribute can only be specified when ConnectorType=ONE_DRIVE.</p>"
50445048
}
50455049
},
50465050
"documentation":"<p>Describes a connector that enables persistent storage for users.</p>"

0 commit comments

Comments
 (0)