| 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] |
require 'intersight_client'
instance = IntersightClient::DeviceconnectorPolicy.new(
class_id: null,
object_type: null,
lockout_enabled: null,
organization: null,
profiles: null
)