You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/AndroidManagement.java
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5425,6 +5425,43 @@ public Create setAdminEmail(java.lang.String adminEmail) {
5425
5425
returnthis;
5426
5426
}
5427
5427
5428
+
/**
5429
+
* Optional. A list of domains that are permitted for the admin email. The IT admin cannot
5430
+
* enter an email address with a domain name that is not in this list. Subdomains of domains
5431
+
* in this list are not allowed but can be allowed by adding a second entry which has *.
5432
+
* prefixed to the domain name (e.g. *.example.com). If the field is not present or is an
5433
+
* empty list then the IT admin is free to use any valid domain name. Personal email domains
5434
+
* are always allowed, but will result in the creation of a managed Google Play Accounts
0 commit comments