• Home
  • Raw
  • Download

Lines Matching full:user

79 <p class="firstline">Deleted an EMM-managed user.</p>
82 …which the device policy client can use to provision the given EMM-managed user account on a device…
85 <p class="firstline">Generates a token (activation code) to allow this user to configure their mana…
88 <p class="firstline">Retrieves a user's details.</p>
91 <p class="firstline">Retrieves the set of products a user is entitled to access.</p>
94 <p class="firstline">Creates a new EMM-managed user.</p>
97 <p class="firstline">Looks up a user by primary email address. This is only supported for Google-ma…
100 <p class="firstline">Updates the details of an EMM-managed user.</p>
103 <p class="firstline">Revokes access to all devices currently provisioned to the user. The user will…
106 <p class="firstline">Revokes a previously generated token (activation code) for the user.</p>
109 <p class="firstline">Modifies the set of products that a user is entitled to access (referred to as…
112 <p class="firstline">Updates the details of an EMM-managed user.</p>
116 <pre>Deleted an EMM-managed user.
120 userId: string, The ID of the user. (required)
126 …which the device policy client can use to provision the given EMM-managed user account on a device…
128 You can provision a maximum of 10 devices per user.
134 userId: string, The ID of the user. (required)
139 … the EMM's device policy client on a device to provision the given EMM-managed user on that device.
147 …<pre>Generates a token (activation code) to allow this user to configure their managed account in …
153 userId: string, The ID of the user. (required)
158 …Token is used by a user when setting up a managed device or profile with their managed Google Play…
160 "userId": "A String", # The unique ID for the user.
161 …"token": "A String", # The token (activation code) to be entered by the user. This consists of a s…
167 <pre>Retrieves a user's details.
171 userId: string, The ID of the user. (required)
176 …n enterprise. The account may be specific to a device or to an individual user (who can then use t…
178 …ccounts identity model provides a dynamic means for enterprises to create user or device accounts …
179 …"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed str…
180user interfaces. Setting this property is optional when creating EMM-managed users. If you do set …
181 …"accountIdentifier": "A String", # A unique identifier you create for this user, such as "user342"…
182 …t manages the user. With googleManaged users, the source of truth is Google so EMMs have to make s…
183 …"primaryEmail": "A String", # The user's primary email address, for example, "jsmith@example.com".…
184user represents. A userAccount can be installed on multiple devices, but a deviceAccount is specif…
185 "id": "A String", # The unique ID for the user.
191 <pre>Retrieves the set of products a user is entitled to access.
195 userId: string, The ID of the user. (required)
201 …fy which tracks (alpha, beta, production) of a product are visible to the user. See ProductVisibil…
202 { # A product to be made visible to a user.
203 …"trackIds": [ # Grants the user visibility to the specified product track(s), identified by trackI…
209 …"productId": "A String", # The product ID to make visible to the user. Required for each item in t…
213user is entitled to access the product set. "includeAll" means that all products are accessible, i…
222 <pre>Creates a new EMM-managed user.
225 If a corresponding user already exists with the same account identifier, the user will be updated w…
232 …n enterprise. The account may be specific to a device or to an individual user (who can then use t…
234 …ccounts identity model provides a dynamic means for enterprises to create user or device accounts …
235 …"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed str…
236user interfaces. Setting this property is optional when creating EMM-managed users. If you do set …
237 …"accountIdentifier": "A String", # A unique identifier you create for this user, such as "user342"…
238 …t manages the user. With googleManaged users, the source of truth is Google so EMMs have to make s…
239 …"primaryEmail": "A String", # The user's primary email address, for example, "jsmith@example.com".…
240user represents. A userAccount can be installed on multiple devices, but a deviceAccount is specif…
241 "id": "A String", # The unique ID for the user.
248 …n enterprise. The account may be specific to a device or to an individual user (who can then use t…
250 …ccounts identity model provides a dynamic means for enterprises to create user or device accounts …
251 …"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed str…
252user interfaces. Setting this property is optional when creating EMM-managed users. If you do set …
253 …"accountIdentifier": "A String", # A unique identifier you create for this user, such as "user342"…
254 …t manages the user. With googleManaged users, the source of truth is Google so EMMs have to make s…
255 …"primaryEmail": "A String", # The user's primary email address, for example, "jsmith@example.com".…
256user represents. A userAccount can be installed on multiple devices, but a deviceAccount is specif…
257 "id": "A String", # The unique ID for the user.
263 …<pre>Looks up a user by primary email address. This is only supported for Google-managed users. Lo…
267 email: string, The exact primary email address of the user to look up. (required)
272 { # The matching user resources.
274 "user": [ # A user of an enterprise.
275 …n enterprise. The account may be specific to a device or to an individual user (who can then use t…
277 …ccounts identity model provides a dynamic means for enterprises to create user or device accounts …
278 …"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed str…
279user interfaces. Setting this property is optional when creating EMM-managed users. If you do set …
280 …"accountIdentifier": "A String", # A unique identifier you create for this user, such as "user342"…
281 …t manages the user. With googleManaged users, the source of truth is Google so EMMs have to make s…
282 …"primaryEmail": "A String", # The user's primary email address, for example, "jsmith@example.com".…
283user represents. A userAccount can be installed on multiple devices, but a deviceAccount is specif…
284 "id": "A String", # The unique ID for the user.
292 <pre>Updates the details of an EMM-managed user.
298 userId: string, The ID of the user. (required)
302 …n enterprise. The account may be specific to a device or to an individual user (who can then use t…
304 …ccounts identity model provides a dynamic means for enterprises to create user or device accounts …
305 …"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed str…
306user interfaces. Setting this property is optional when creating EMM-managed users. If you do set …
307 …"accountIdentifier": "A String", # A unique identifier you create for this user, such as "user342"…
308 …t manages the user. With googleManaged users, the source of truth is Google so EMMs have to make s…
309 …"primaryEmail": "A String", # The user's primary email address, for example, "jsmith@example.com".…
310user represents. A userAccount can be installed on multiple devices, but a deviceAccount is specif…
311 "id": "A String", # The unique ID for the user.
318 …n enterprise. The account may be specific to a device or to an individual user (who can then use t…
320 …ccounts identity model provides a dynamic means for enterprises to create user or device accounts …
321 …"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed str…
322user interfaces. Setting this property is optional when creating EMM-managed users. If you do set …
323 …"accountIdentifier": "A String", # A unique identifier you create for this user, such as "user342"…
324 …t manages the user. With googleManaged users, the source of truth is Google so EMMs have to make s…
325 …"primaryEmail": "A String", # The user's primary email address, for example, "jsmith@example.com".…
326user represents. A userAccount can be installed on multiple devices, but a deviceAccount is specif…
327 "id": "A String", # The unique ID for the user.
333 …<pre>Revokes access to all devices currently provisioned to the user. The user will no longer be a…
339 userId: string, The ID of the user. (required)
345 <pre>Revokes a previously generated token (activation code) for the user.
349 userId: string, The ID of the user. (required)
355 …<pre>Modifies the set of products that a user is entitled to access (referred to as whitelisted pr…
359 userId: string, The ID of the user. (required)
364 …fy which tracks (alpha, beta, production) of a product are visible to the user. See ProductVisibil…
365 { # A product to be made visible to a user.
366 …"trackIds": [ # Grants the user visibility to the specified product track(s), identified by trackI…
372 …"productId": "A String", # The product ID to make visible to the user. Required for each item in t…
376user is entitled to access the product set. "includeAll" means that all products are accessible, i…
387 …fy which tracks (alpha, beta, production) of a product are visible to the user. See ProductVisibil…
388 { # A product to be made visible to a user.
389 …"trackIds": [ # Grants the user visibility to the specified product track(s), identified by trackI…
395 …"productId": "A String", # The product ID to make visible to the user. Required for each item in t…
399user is entitled to access the product set. "includeAll" means that all products are accessible, i…
408 <pre>Updates the details of an EMM-managed user.
414 userId: string, The ID of the user. (required)
418 …n enterprise. The account may be specific to a device or to an individual user (who can then use t…
420 …ccounts identity model provides a dynamic means for enterprises to create user or device accounts …
421 …"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed str…
422user interfaces. Setting this property is optional when creating EMM-managed users. If you do set …
423 …"accountIdentifier": "A String", # A unique identifier you create for this user, such as "user342"…
424 …t manages the user. With googleManaged users, the source of truth is Google so EMMs have to make s…
425 …"primaryEmail": "A String", # The user's primary email address, for example, "jsmith@example.com".…
426user represents. A userAccount can be installed on multiple devices, but a deviceAccount is specif…
427 "id": "A String", # The unique ID for the user.
434 …n enterprise. The account may be specific to a device or to an individual user (who can then use t…
436 …ccounts identity model provides a dynamic means for enterprises to create user or device accounts …
437 …"kind": "androidenterprise#user", # Identifies what kind of resource this is. Value: the fixed str…
438user interfaces. Setting this property is optional when creating EMM-managed users. If you do set …
439 …"accountIdentifier": "A String", # A unique identifier you create for this user, such as "user342"…
440 …t manages the user. With googleManaged users, the source of truth is Google so EMMs have to make s…
441 …"primaryEmail": "A String", # The user's primary email address, for example, "jsmith@example.com".…
442user represents. A userAccount can be installed on multiple devices, but a deviceAccount is specif…
443 "id": "A String", # The unique ID for the user.