Home
last modified time | relevance | path

Searched defs:VPPToken (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelVPP.go22 type VPPToken struct { struct
24 Entity
26 OrganizationName *string `json:"organizationName,omitempty"`
30 AppleID *string `json:"appleId,omitempty"`
34 LastSyncDateTime *time.Time `json:"lastSyncDateTime,omitempty"`
36 Token *string `json:"token,omitempty"`
40 State *VPPTokenState `json:"state,omitempty"`
48 CountryOrRegion *string `json:"countryOrRegion,omitempty"`
52 DisplayName *string `json:"displayName,omitempty"`
54 LocationName *string `json:"locationName,omitempty"`
[all …]