Liking cljdoc? Tell your friends :D

happygapi.licensing.licenseAssignments

Enterprise License Manager API: licenseAssignments. The Google Enterprise License Manager API's allows you to license apps for all the users of a domain managed by you. See: https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments

Enterprise License Manager API: licenseAssignments.
The Google Enterprise License Manager API's allows you to license apps for all the users of a domain managed by you.
See: https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/delete

Required parameters: skuId, userId, productId

Optional parameters: none

Revoke a license.

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/delete

Required parameters: skuId, userId, productId

Optional parameters: none

Revoke a license.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/get

Required parameters: skuId, userId, productId

Optional parameters: none

Get a specific user's license by product SKU.

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/get

Required parameters: skuId, userId, productId

Optional parameters: none

Get a specific user's license by product SKU.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/insert

Required parameters: productId, skuId

Optional parameters: none

Body:

{:userId string}

Assign a license.

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/insert

Required parameters: productId, skuId

Optional parameters: none

Body: 

{:userId string}

Assign a license.
sourceraw docstring

listForProduct$clj

(listForProduct$ auth parameters)

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/listForProduct

Required parameters: customerId, productId

Optional parameters: pageToken, maxResults

List all users assigned licenses for a specific product SKU.

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/listForProduct

Required parameters: customerId, productId

Optional parameters: pageToken, maxResults

List all users assigned licenses for a specific product SKU.
sourceraw docstring

listForProductAndSku$clj

(listForProductAndSku$ auth parameters)

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/listForProductAndSku

Required parameters: productId, skuId, customerId

Optional parameters: pageToken, maxResults

List all users assigned licenses for a specific product SKU.

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/listForProductAndSku

Required parameters: productId, skuId, customerId

Optional parameters: pageToken, maxResults

List all users assigned licenses for a specific product SKU.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/patch

Required parameters: productId, userId, skuId

Optional parameters: none

Body:

{:productName string, :kind string, :userId string, :skuName string, :etags string, :productId string, :skuId string, :selfLink string}

Reassign a user's product SKU with a different SKU in the same product. This method supports patch semantics.

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/patch

Required parameters: productId, userId, skuId

Optional parameters: none

Body: 

{:productName string,
 :kind string,
 :userId string,
 :skuName string,
 :etags string,
 :productId string,
 :skuId string,
 :selfLink string}

Reassign a user's product SKU with a different SKU in the same product. This method supports patch semantics.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/update

Required parameters: userId, productId, skuId

Optional parameters: none

Body:

{:productName string, :kind string, :userId string, :skuName string, :etags string, :productId string, :skuId string, :selfLink string}

Reassign a user's product SKU with a different SKU in the same product.

https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/update

Required parameters: userId, productId, skuId

Optional parameters: none

Body: 

{:productName string,
 :kind string,
 :userId string,
 :skuName string,
 :etags string,
 :productId string,
 :skuId string,
 :selfLink string}

Reassign a user's product SKU with a different SKU in the same product.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close