Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.23 KB

File metadata and controls

26 lines (20 loc) · 1.23 KB

IntersightClient::DeviceconnectorPolicy

Properties

Name Type Description Notes
class_id String The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. [default to 'deviceconnector.Policy']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'deviceconnector.Policy']
lockout_enabled Boolean Enables configuration lockout on the endpoint. [optional][default to true]
organization OrganizationOrganizationRelationship [optional]
profiles Array<PolicyAbstractConfigProfileRelationship> An array of relationships to policyAbstractConfigProfile resources. [optional]

Example

require 'intersight_client'

instance = IntersightClient::DeviceconnectorPolicy.new(
  class_id: null,
  object_type: null,
  lockout_enabled: null,
  organization: null,
  profiles: null
)