class Google::Apis::AndroidenterpriseV1::AdministratorWebTokenSpecZeroTouch
Attributes
enabled[RW]
Whether zero-touch embedded UI is usable with this token. If enabled, the admin can link zero-touch customers to this enterprise. Corresponds to the JSON property `enabled` @return [Boolean]
enabled?[RW]
Whether zero-touch embedded UI is usable with this token. If enabled, the admin can link zero-touch customers to this enterprise. Corresponds to the JSON property `enabled` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 247 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidenterprise_v1/classes.rb, line 252 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end