REST Resource: licenseNotification

Risorsa: LicenseNotification

Rappresentazione JSON
{
  "id": string,
  "applicationId": string,
  "timestamp": string,
  "customerId": string,
  "kind": string,
  "provisions": [
    {
      object (Provisions)
    }
  ],
  "expiries": [
    {
      object (Expiries)
    }
  ],
  "reassignments": [
    {
      object (Reassignments)
    }
  ],
  "deletes": [
    {
      object (Deletes)
    }
  ]
}
Campi
id

string

L'ID della notifica della licenza.

applicationId

string

L'ID dell'applicazione in base alla presente notifica.

timestamp

string (int64 format)

L'ora in cui si è verificato l'evento, misurata in millisecondi dall'epoca di UNIX.

customerId

string

Il nome di dominio del cliente corrispondente a questa notifica.

kind

string

Il tipo di risorsa API. Si tratta sempre di appsmarket#licenseNotification.

provisions[]

object (Provisions)

L'elenco delle notifiche di provisioning.

expiries[]

object (Expiries)

L'elenco delle notifiche di scadenza.

reassignments[]

object (Reassignments)

L'elenco delle notifiche di riassegnazione.

deletes[]

object (Deletes)

L'elenco delle notifiche di eliminazione.

Disposizioni

Rappresentazione JSON
{
  "kind": string,
  "editionId": string,
  "seatCount": string
}
Campi
kind

string

editionId
(deprecated)

string

(Deprecato)

seatCount

string (int64 format)

Il numero di utenze di cui è stato eseguito il provisioning.

Expiries

Rappresentazione JSON
{
  "kind": string,
  "editionId": string
}
Campi
kind

string

editionId
(deprecated)

string

(Deprecato)

Riassegnazioni

Rappresentazione JSON
{
  "kind": string,
  "userId": string,
  "type": string,
  "editionId": string
}
Campi
kind

string

userId

string

L'indirizzo email dell'utente riassegnato.

type

string

editionId
(deprecated)

string

(Deprecato)

Eliminazioni

Rappresentazione JSON
{
  "kind": string,
  "editionId": string
}
Campi
kind

string

editionId
(deprecated)

string

(Deprecato)

Metodi

list

Riceve un elenco di notifiche relative alle licenze relative a una determinata app.