summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/MacOsVppAppRevokeLicensesActionResultModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/MacOsVppAppRevokeLicensesActionResultModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/MacOsVppAppRevokeLicensesActionResultModel.go29
1 files changed, 29 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/MacOsVppAppRevokeLicensesActionResultModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/MacOsVppAppRevokeLicensesActionResultModel.go
new file mode 100644
index 00000000..2443b150
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/MacOsVppAppRevokeLicensesActionResultModel.go
@@ -0,0 +1,29 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+import "time"
+
+// MacOsVppAppRevokeLicensesActionResult undocumented
+type MacOsVppAppRevokeLicensesActionResult struct {
+ // Object is the base model of MacOsVppAppRevokeLicensesActionResult
+ Object
+ // UserID UserId associated with the action.
+ UserID *string `json:"userId,omitempty"`
+ // ManagedDeviceID DeviceId associated with the action.
+ ManagedDeviceID *string `json:"managedDeviceId,omitempty"`
+ // TotalLicensesCount A count of the number of licenses for which revoke was attempted.
+ TotalLicensesCount *int `json:"totalLicensesCount,omitempty"`
+ // FailedLicensesCount A count of the number of licenses for which revoke failed.
+ FailedLicensesCount *int `json:"failedLicensesCount,omitempty"`
+ // ActionFailureReason The reason for the revoke licenses action failure.
+ ActionFailureReason *VppTokenActionFailureReason `json:"actionFailureReason,omitempty"`
+ // ActionName Action name
+ ActionName *string `json:"actionName,omitempty"`
+ // ActionState State of the action
+ ActionState *ActionState `json:"actionState,omitempty"`
+ // StartDateTime Time the action was initiated
+ StartDateTime *time.Time `json:"startDateTime,omitempty"`
+ // LastUpdatedDateTime Time the action state was last updated
+ LastUpdatedDateTime *time.Time `json:"lastUpdatedDateTime,omitempty"`
+}