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
<pclass="firstline">Removes the user from the list of those specifically allowed to see the collection. If the collection's visibility is set to viewersOnly then only such users will see the collection.</p>
<pclass="firstline">Retrieves the ID of the user if they have been specifically allowed to see the collection. If the collection's visibility is set to viewersOnly then only these users will see the collection.</p>
<pclass="firstline">Retrieves the IDs of the users who have been specifically allowed to see the collection. If the collection's visibility is set to viewersOnly then only these users will see the collection.</p>
<pclass="firstline">Adds the user to the list of those specifically allowed to see the collection. If the collection's visibility is set to viewersOnly then only such users will see the collection. This method supports patch semantics.</p>
<pclass="firstline">Adds the user to the list of those specifically allowed to see the collection. If the collection's visibility is set to viewersOnly then only such users will see the collection.</p>
<pre>Removes the user from the list of those specifically allowed to see the collection. If the collection's visibility is set to viewersOnly then only such users will see the collection.
96
+
97
+
Args:
98
+
enterpriseId: string, The ID of the enterprise. (required)
99
+
collectionId: string, The ID of the collection. (required)
<pre>Retrieves the ID of the user if they have been specifically allowed to see the collection. If the collection's visibility is set to viewersOnly then only these users will see the collection.
107
+
108
+
Args:
109
+
enterpriseId: string, The ID of the enterprise. (required)
110
+
collectionId: string, The ID of the collection. (required)
111
+
userId: string, The ID of the user. (required)
112
+
113
+
Returns:
114
+
An object of the form:
115
+
116
+
{ # A user resource represents an individual user within the enterprise's domain.
117
+
#
118
+
# Note that each user is associated with a Google account based on the user's corporate email address (which must be in one of the enterprise's domains). As part of installing an MDM app to manage a device the Google account must be provisioned to the device, and so the user resource must be created before that. This can be done using the Google Admin SDK Directory API.
119
+
#
120
+
# The ID for a user is an opaque string. It can be retrieved using the list method queried by the user's primary email address.
121
+
"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed string "androidenterprise#user".
122
+
"primaryEmail": "A String", # The user's primary email, e.g. "[email protected]".
<pre>Retrieves the IDs of the users who have been specifically allowed to see the collection. If the collection's visibility is set to viewersOnly then only these users will see the collection.
130
+
131
+
Args:
132
+
enterpriseId: string, The ID of the enterprise. (required)
133
+
collectionId: string, The ID of the collection. (required)
134
+
135
+
Returns:
136
+
An object of the form:
137
+
138
+
{ # The user resources for the collection.
139
+
"kind": "androidenterprise#collectionViewersListResponse", # Identifies what kind of resource this is. Value: the fixed string "androidenterprise#collectionViewersListResponse".
140
+
"user": [ # A user of an enterprise.
141
+
{ # A user resource represents an individual user within the enterprise's domain.
142
+
#
143
+
# Note that each user is associated with a Google account based on the user's corporate email address (which must be in one of the enterprise's domains). As part of installing an MDM app to manage a device the Google account must be provisioned to the device, and so the user resource must be created before that. This can be done using the Google Admin SDK Directory API.
144
+
#
145
+
# The ID for a user is an opaque string. It can be retrieved using the list method queried by the user's primary email address.
146
+
"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed string "androidenterprise#user".
147
+
"primaryEmail": "A String", # The user's primary email, e.g. "[email protected]".
<pre>Adds the user to the list of those specifically allowed to see the collection. If the collection's visibility is set to viewersOnly then only such users will see the collection. This method supports patch semantics.
157
+
158
+
Args:
159
+
enterpriseId: string, The ID of the enterprise. (required)
160
+
collectionId: string, The ID of the collection. (required)
161
+
userId: string, The ID of the user. (required)
162
+
body: object, The request body. (required)
163
+
The object takes the form of:
164
+
165
+
{ # A user resource represents an individual user within the enterprise's domain.
166
+
#
167
+
# Note that each user is associated with a Google account based on the user's corporate email address (which must be in one of the enterprise's domains). As part of installing an MDM app to manage a device the Google account must be provisioned to the device, and so the user resource must be created before that. This can be done using the Google Admin SDK Directory API.
168
+
#
169
+
# The ID for a user is an opaque string. It can be retrieved using the list method queried by the user's primary email address.
170
+
"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed string "androidenterprise#user".
171
+
"primaryEmail": "A String", # The user's primary email, e.g. "[email protected]".
172
+
"id": "A String", # The unique ID for the user.
173
+
}
174
+
175
+
176
+
Returns:
177
+
An object of the form:
178
+
179
+
{ # A user resource represents an individual user within the enterprise's domain.
180
+
#
181
+
# Note that each user is associated with a Google account based on the user's corporate email address (which must be in one of the enterprise's domains). As part of installing an MDM app to manage a device the Google account must be provisioned to the device, and so the user resource must be created before that. This can be done using the Google Admin SDK Directory API.
182
+
#
183
+
# The ID for a user is an opaque string. It can be retrieved using the list method queried by the user's primary email address.
184
+
"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed string "androidenterprise#user".
185
+
"primaryEmail": "A String", # The user's primary email, e.g. "[email protected]".
<pre>Adds the user to the list of those specifically allowed to see the collection. If the collection's visibility is set to viewersOnly then only such users will see the collection.
193
+
194
+
Args:
195
+
enterpriseId: string, The ID of the enterprise. (required)
196
+
collectionId: string, The ID of the collection. (required)
197
+
userId: string, The ID of the user. (required)
198
+
body: object, The request body. (required)
199
+
The object takes the form of:
200
+
201
+
{ # A user resource represents an individual user within the enterprise's domain.
202
+
#
203
+
# Note that each user is associated with a Google account based on the user's corporate email address (which must be in one of the enterprise's domains). As part of installing an MDM app to manage a device the Google account must be provisioned to the device, and so the user resource must be created before that. This can be done using the Google Admin SDK Directory API.
204
+
#
205
+
# The ID for a user is an opaque string. It can be retrieved using the list method queried by the user's primary email address.
206
+
"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed string "androidenterprise#user".
207
+
"primaryEmail": "A String", # The user's primary email, e.g. "[email protected]".
208
+
"id": "A String", # The unique ID for the user.
209
+
}
210
+
211
+
212
+
Returns:
213
+
An object of the form:
214
+
215
+
{ # A user resource represents an individual user within the enterprise's domain.
216
+
#
217
+
# Note that each user is associated with a Google account based on the user's corporate email address (which must be in one of the enterprise's domains). As part of installing an MDM app to manage a device the Google account must be provisioned to the device, and so the user resource must be created before that. This can be done using the Google Admin SDK Directory API.
218
+
#
219
+
# The ID for a user is an opaque string. It can be retrieved using the list method queried by the user's primary email address.
220
+
"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed string "androidenterprise#user".
221
+
"primaryEmail": "A String", # The user's primary email, e.g. "[email protected]".
0 commit comments