mirror of
https://github.com/restic/restic.git
synced 2025-12-23 05:16:22 +00:00
Upadte vendored dependencies
This commit is contained in:
41
vendor/google.golang.org/api/androidmanagement/v1/androidmanagement-gen.go
generated
vendored
41
vendor/google.golang.org/api/androidmanagement/v1/androidmanagement-gen.go
generated
vendored
@@ -562,12 +562,13 @@ type Device struct {
|
||||
PolicyCompliant bool `json:"policyCompliant,omitempty"`
|
||||
|
||||
// PolicyName: The name of the policy that is intended to be applied to
|
||||
// the device. If empty, the policy with id default is applied. This
|
||||
// field may be modified by an update request. The name of the policy is
|
||||
// in the form enterprises/{enterpriseId}/policies/{policyId}. It is
|
||||
// also permissible to only specify the policyId when updating this
|
||||
// field as long as the policyId contains no slashes since the rest of
|
||||
// the policy name can be inferred from context.
|
||||
// the device. If empty, the policy_name for the user that owns this
|
||||
// device is applied. This field may be modified by an update request.
|
||||
// The name of the policy is in the form
|
||||
// enterprises/{enterpriseId}/policies/{policyId}. It is also
|
||||
// permissible to only specify the policyId when updating this field as
|
||||
// long as the policyId contains no slashes since the rest of the policy
|
||||
// name can be inferred from context.
|
||||
PolicyName string `json:"policyName,omitempty"`
|
||||
|
||||
// PowerManagementEvents: Power management events on the device in
|
||||
@@ -604,9 +605,8 @@ type Device struct {
|
||||
// devices will be in this state until they have applied policy.
|
||||
State string `json:"state,omitempty"`
|
||||
|
||||
// UserName: The resource name of the user of the device in the form
|
||||
// enterprises/{enterpriseId}/users/{userId}. This is the name of the
|
||||
// device account automatically created for this device.
|
||||
// UserName: The resource name of the user that owns this device in the
|
||||
// form enterprises/{enterpriseId}/users/{userId}.
|
||||
UserName string `json:"userName,omitempty"`
|
||||
|
||||
// ServerResponse contains the HTTP response code and headers from the
|
||||
@@ -730,10 +730,12 @@ type EnrollmentToken struct {
|
||||
// PolicyName: The name of the policy that will be initially applied to
|
||||
// the enrolled device in the form
|
||||
// enterprises/{enterpriseId}/policies/{policyId}. If not specified, the
|
||||
// policy with id default is applied. It is permissible to only specify
|
||||
// the policyId when updating this field as long as the policyId
|
||||
// contains no slashes since the rest of the policy name can be inferred
|
||||
// from context.
|
||||
// policy_name for the user that owns the device is applied. If
|
||||
// user_name also isn't specified, the policy defaults to
|
||||
// enterprises/{enterpriseId}/policies/default. It is permissible to
|
||||
// only specify the policyId when updating this field as long as the
|
||||
// policyId contains no slashes since the rest of the policy name can be
|
||||
// inferred from context.
|
||||
PolicyName string `json:"policyName,omitempty"`
|
||||
|
||||
// QrCode: A JSON string whose UTF-8 representation can be used to
|
||||
@@ -1899,9 +1901,8 @@ type Policy struct {
|
||||
StayOnPluggedModes []string `json:"stayOnPluggedModes,omitempty"`
|
||||
|
||||
// SystemUpdate: The system update policy, which controls how OS updates
|
||||
// are applied. If the update type is WINDOWED and the device has a
|
||||
// device account, the update window will automatically apply to Play
|
||||
// app updates as well.
|
||||
// are applied. If the update type is WINDOWED, the update window will
|
||||
// automatically apply to Play app updates as well.
|
||||
SystemUpdate *SystemUpdate `json:"systemUpdate,omitempty"`
|
||||
|
||||
// UnmuteMicrophoneDisabled: Whether the microphone is muted and
|
||||
@@ -2238,10 +2239,10 @@ type SystemUpdate struct {
|
||||
// "AUTOMATIC" - Install automatically as soon as an update is
|
||||
// available.
|
||||
// "WINDOWED" - Install automatically within a daily maintenance
|
||||
// window. If the device has a device account, this also configures Play
|
||||
// apps to be updated within the window. This is strongly recommended
|
||||
// for kiosk devices because this is the only way apps persistently
|
||||
// pinned to the foreground can be updated by Play.
|
||||
// window. This also configures Play apps to be updated within the
|
||||
// window. This is strongly recommended for kiosk devices because this
|
||||
// is the only way apps persistently pinned to the foreground can be
|
||||
// updated by Play.
|
||||
// "POSTPONE" - Postpone automatic install up to a maximum of 30 days.
|
||||
Type string `json:"type,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user