1. Packages
  2. Intersight Provider
  3. API Docs
  4. getManagementController
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getManagementController

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    A specialized service processor that monitors the physical state of a server, using sensors and communicating with the system administrator through an independent connection.

    Using getManagementController

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getManagementController(args: GetManagementControllerArgs, opts?: InvokeOptions): Promise<GetManagementControllerResult>
    function getManagementControllerOutput(args: GetManagementControllerOutputArgs, opts?: InvokeOptions): Output<GetManagementControllerResult>
    def get_management_controller(account_moid: Optional[str] = None,
                                  adapter_unit: Optional[GetManagementControllerAdapterUnit] = None,
                                  additional_properties: Optional[str] = None,
                                  ancestors: Optional[Sequence[GetManagementControllerAncestor]] = None,
                                  certificate: Optional[GetManagementControllerCertificate] = None,
                                  class_id: Optional[str] = None,
                                  compute_blade: Optional[GetManagementControllerComputeBlade] = None,
                                  compute_rack_unit: Optional[GetManagementControllerComputeRackUnit] = None,
                                  create_time: Optional[str] = None,
                                  device_mo_id: Optional[str] = None,
                                  dn: Optional[str] = None,
                                  domain_group_moid: Optional[str] = None,
                                  equipment_io_card_base: Optional[GetManagementControllerEquipmentIoCardBase] = None,
                                  equipment_shared_io_module: Optional[GetManagementControllerEquipmentSharedIoModule] = None,
                                  equipment_system_io_controller: Optional[GetManagementControllerEquipmentSystemIoController] = None,
                                  id: Optional[str] = None,
                                  inventory_device_info: Optional[GetManagementControllerInventoryDeviceInfo] = None,
                                  kmip_client_certificate: Optional[GetManagementControllerKmipClientCertificate] = None,
                                  management_interfaces: Optional[Sequence[GetManagementControllerManagementInterface]] = None,
                                  mod_time: Optional[str] = None,
                                  model: Optional[str] = None,
                                  moid: Optional[str] = None,
                                  network_element: Optional[GetManagementControllerNetworkElement] = None,
                                  object_type: Optional[str] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parent: Optional[GetManagementControllerParent] = None,
                                  permission_resources: Optional[Sequence[GetManagementControllerPermissionResource]] = None,
                                  registered_device: Optional[GetManagementControllerRegisteredDevice] = None,
                                  rn: Optional[str] = None,
                                  root_ca_certificates: Optional[Sequence[GetManagementControllerRootCaCertificate]] = None,
                                  running_firmwares: Optional[Sequence[GetManagementControllerRunningFirmware]] = None,
                                  shared_scope: Optional[str] = None,
                                  storage_sas_expander: Optional[GetManagementControllerStorageSasExpander] = None,
                                  tags: Optional[Sequence[GetManagementControllerTag]] = None,
                                  top_system: Optional[GetManagementControllerTopSystem] = None,
                                  uem_stream_admin_state: Optional[str] = None,
                                  version_context: Optional[GetManagementControllerVersionContext] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetManagementControllerResult
    def get_management_controller_output(account_moid: Optional[pulumi.Input[str]] = None,
                                  adapter_unit: Optional[pulumi.Input[GetManagementControllerAdapterUnitArgs]] = None,
                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementControllerAncestorArgs]]]] = None,
                                  certificate: Optional[pulumi.Input[GetManagementControllerCertificateArgs]] = None,
                                  class_id: Optional[pulumi.Input[str]] = None,
                                  compute_blade: Optional[pulumi.Input[GetManagementControllerComputeBladeArgs]] = None,
                                  compute_rack_unit: Optional[pulumi.Input[GetManagementControllerComputeRackUnitArgs]] = None,
                                  create_time: Optional[pulumi.Input[str]] = None,
                                  device_mo_id: Optional[pulumi.Input[str]] = None,
                                  dn: Optional[pulumi.Input[str]] = None,
                                  domain_group_moid: Optional[pulumi.Input[str]] = None,
                                  equipment_io_card_base: Optional[pulumi.Input[GetManagementControllerEquipmentIoCardBaseArgs]] = None,
                                  equipment_shared_io_module: Optional[pulumi.Input[GetManagementControllerEquipmentSharedIoModuleArgs]] = None,
                                  equipment_system_io_controller: Optional[pulumi.Input[GetManagementControllerEquipmentSystemIoControllerArgs]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  inventory_device_info: Optional[pulumi.Input[GetManagementControllerInventoryDeviceInfoArgs]] = None,
                                  kmip_client_certificate: Optional[pulumi.Input[GetManagementControllerKmipClientCertificateArgs]] = None,
                                  management_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementControllerManagementInterfaceArgs]]]] = None,
                                  mod_time: Optional[pulumi.Input[str]] = None,
                                  model: Optional[pulumi.Input[str]] = None,
                                  moid: Optional[pulumi.Input[str]] = None,
                                  network_element: Optional[pulumi.Input[GetManagementControllerNetworkElementArgs]] = None,
                                  object_type: Optional[pulumi.Input[str]] = None,
                                  owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  parent: Optional[pulumi.Input[GetManagementControllerParentArgs]] = None,
                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementControllerPermissionResourceArgs]]]] = None,
                                  registered_device: Optional[pulumi.Input[GetManagementControllerRegisteredDeviceArgs]] = None,
                                  rn: Optional[pulumi.Input[str]] = None,
                                  root_ca_certificates: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementControllerRootCaCertificateArgs]]]] = None,
                                  running_firmwares: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementControllerRunningFirmwareArgs]]]] = None,
                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                  storage_sas_expander: Optional[pulumi.Input[GetManagementControllerStorageSasExpanderArgs]] = None,
                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementControllerTagArgs]]]] = None,
                                  top_system: Optional[pulumi.Input[GetManagementControllerTopSystemArgs]] = None,
                                  uem_stream_admin_state: Optional[pulumi.Input[str]] = None,
                                  version_context: Optional[pulumi.Input[GetManagementControllerVersionContextArgs]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetManagementControllerResult]
    func LookupManagementController(ctx *Context, args *LookupManagementControllerArgs, opts ...InvokeOption) (*LookupManagementControllerResult, error)
    func LookupManagementControllerOutput(ctx *Context, args *LookupManagementControllerOutputArgs, opts ...InvokeOption) LookupManagementControllerResultOutput

    > Note: This function is named LookupManagementController in the Go SDK.

    public static class GetManagementController 
    {
        public static Task<GetManagementControllerResult> InvokeAsync(GetManagementControllerArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementControllerResult> Invoke(GetManagementControllerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementControllerResult> getManagementController(GetManagementControllerArgs args, InvokeOptions options)
    public static Output<GetManagementControllerResult> getManagementController(GetManagementControllerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getManagementController:getManagementController
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdapterUnit GetManagementControllerAdapterUnit
    AdditionalProperties string
    Ancestors List<GetManagementControllerAncestor>
    Certificate GetManagementControllerCertificate
    ClassId string
    ComputeBlade GetManagementControllerComputeBlade
    ComputeRackUnit GetManagementControllerComputeRackUnit
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentIoCardBase GetManagementControllerEquipmentIoCardBase
    EquipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
    EquipmentSystemIoController GetManagementControllerEquipmentSystemIoController
    Id string
    InventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
    KmipClientCertificate GetManagementControllerKmipClientCertificate
    ManagementInterfaces List<GetManagementControllerManagementInterface>
    ModTime string
    The time when this managed object was last modified.
    Model string
    Model of the endpoint that houses the management controller.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkElement GetManagementControllerNetworkElement
    ObjectType string
    Owners List<string>
    Parent GetManagementControllerParent
    PermissionResources List<GetManagementControllerPermissionResource>
    RegisteredDevice GetManagementControllerRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    RootCaCertificates List<GetManagementControllerRootCaCertificate>
    RunningFirmwares List<GetManagementControllerRunningFirmware>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageSasExpander GetManagementControllerStorageSasExpander
    Tags List<GetManagementControllerTag>
    TopSystem GetManagementControllerTopSystem
    UemStreamAdminState string
    Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
    VersionContext GetManagementControllerVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdapterUnit GetManagementControllerAdapterUnit
    AdditionalProperties string
    Ancestors []GetManagementControllerAncestor
    Certificate GetManagementControllerCertificate
    ClassId string
    ComputeBlade GetManagementControllerComputeBlade
    ComputeRackUnit GetManagementControllerComputeRackUnit
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentIoCardBase GetManagementControllerEquipmentIoCardBase
    EquipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
    EquipmentSystemIoController GetManagementControllerEquipmentSystemIoController
    Id string
    InventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
    KmipClientCertificate GetManagementControllerKmipClientCertificate
    ManagementInterfaces []GetManagementControllerManagementInterface
    ModTime string
    The time when this managed object was last modified.
    Model string
    Model of the endpoint that houses the management controller.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkElement GetManagementControllerNetworkElement
    ObjectType string
    Owners []string
    Parent GetManagementControllerParent
    PermissionResources []GetManagementControllerPermissionResource
    RegisteredDevice GetManagementControllerRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    RootCaCertificates []GetManagementControllerRootCaCertificate
    RunningFirmwares []GetManagementControllerRunningFirmware
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageSasExpander GetManagementControllerStorageSasExpander
    Tags []GetManagementControllerTag
    TopSystem GetManagementControllerTopSystem
    UemStreamAdminState string
    Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
    VersionContext GetManagementControllerVersionContext
    accountMoid String
    The Account ID for this managed object.
    adapterUnit GetManagementControllerAdapterUnit
    additionalProperties String
    ancestors List<GetManagementControllerAncestor>
    certificate GetManagementControllerCertificate
    classId String
    computeBlade GetManagementControllerComputeBlade
    computeRackUnit GetManagementControllerComputeRackUnit
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentIoCardBase GetManagementControllerEquipmentIoCardBase
    equipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
    equipmentSystemIoController GetManagementControllerEquipmentSystemIoController
    id String
    inventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
    kmipClientCertificate GetManagementControllerKmipClientCertificate
    managementInterfaces List<GetManagementControllerManagementInterface>
    modTime String
    The time when this managed object was last modified.
    model String
    Model of the endpoint that houses the management controller.
    moid String
    The unique identifier of this Managed Object instance.
    networkElement GetManagementControllerNetworkElement
    objectType String
    owners List<String>
    parent GetManagementControllerParent
    permissionResources List<GetManagementControllerPermissionResource>
    registeredDevice GetManagementControllerRegisteredDevice
    rn String
    The Relative Name uniquely identifies an object within a given context.
    rootCaCertificates List<GetManagementControllerRootCaCertificate>
    runningFirmwares List<GetManagementControllerRunningFirmware>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageSasExpander GetManagementControllerStorageSasExpander
    tags List<GetManagementControllerTag>
    topSystem GetManagementControllerTopSystem
    uemStreamAdminState String
    Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
    versionContext GetManagementControllerVersionContext
    accountMoid string
    The Account ID for this managed object.
    adapterUnit GetManagementControllerAdapterUnit
    additionalProperties string
    ancestors GetManagementControllerAncestor[]
    certificate GetManagementControllerCertificate
    classId string
    computeBlade GetManagementControllerComputeBlade
    computeRackUnit GetManagementControllerComputeRackUnit
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    equipmentIoCardBase GetManagementControllerEquipmentIoCardBase
    equipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
    equipmentSystemIoController GetManagementControllerEquipmentSystemIoController
    id string
    inventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
    kmipClientCertificate GetManagementControllerKmipClientCertificate
    managementInterfaces GetManagementControllerManagementInterface[]
    modTime string
    The time when this managed object was last modified.
    model string
    Model of the endpoint that houses the management controller.
    moid string
    The unique identifier of this Managed Object instance.
    networkElement GetManagementControllerNetworkElement
    objectType string
    owners string[]
    parent GetManagementControllerParent
    permissionResources GetManagementControllerPermissionResource[]
    registeredDevice GetManagementControllerRegisteredDevice
    rn string
    The Relative Name uniquely identifies an object within a given context.
    rootCaCertificates GetManagementControllerRootCaCertificate[]
    runningFirmwares GetManagementControllerRunningFirmware[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageSasExpander GetManagementControllerStorageSasExpander
    tags GetManagementControllerTag[]
    topSystem GetManagementControllerTopSystem
    uemStreamAdminState string
    Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
    versionContext GetManagementControllerVersionContext
    account_moid str
    The Account ID for this managed object.
    adapter_unit GetManagementControllerAdapterUnit
    additional_properties str
    ancestors Sequence[GetManagementControllerAncestor]
    certificate GetManagementControllerCertificate
    class_id str
    compute_blade GetManagementControllerComputeBlade
    compute_rack_unit GetManagementControllerComputeRackUnit
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    equipment_io_card_base GetManagementControllerEquipmentIoCardBase
    equipment_shared_io_module GetManagementControllerEquipmentSharedIoModule
    equipment_system_io_controller GetManagementControllerEquipmentSystemIoController
    id str
    inventory_device_info GetManagementControllerInventoryDeviceInfo
    kmip_client_certificate GetManagementControllerKmipClientCertificate
    management_interfaces Sequence[GetManagementControllerManagementInterface]
    mod_time str
    The time when this managed object was last modified.
    model str
    Model of the endpoint that houses the management controller.
    moid str
    The unique identifier of this Managed Object instance.
    network_element GetManagementControllerNetworkElement
    object_type str
    owners Sequence[str]
    parent GetManagementControllerParent
    permission_resources Sequence[GetManagementControllerPermissionResource]
    registered_device GetManagementControllerRegisteredDevice
    rn str
    The Relative Name uniquely identifies an object within a given context.
    root_ca_certificates Sequence[GetManagementControllerRootCaCertificate]
    running_firmwares Sequence[GetManagementControllerRunningFirmware]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storage_sas_expander GetManagementControllerStorageSasExpander
    tags Sequence[GetManagementControllerTag]
    top_system GetManagementControllerTopSystem
    uem_stream_admin_state str
    Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
    version_context GetManagementControllerVersionContext
    accountMoid String
    The Account ID for this managed object.
    adapterUnit Property Map
    additionalProperties String
    ancestors List<Property Map>
    certificate Property Map
    classId String
    computeBlade Property Map
    computeRackUnit Property Map
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentIoCardBase Property Map
    equipmentSharedIoModule Property Map
    equipmentSystemIoController Property Map
    id String
    inventoryDeviceInfo Property Map
    kmipClientCertificate Property Map
    managementInterfaces List<Property Map>
    modTime String
    The time when this managed object was last modified.
    model String
    Model of the endpoint that houses the management controller.
    moid String
    The unique identifier of this Managed Object instance.
    networkElement Property Map
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    registeredDevice Property Map
    rn String
    The Relative Name uniquely identifies an object within a given context.
    rootCaCertificates List<Property Map>
    runningFirmwares List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageSasExpander Property Map
    tags List<Property Map>
    topSystem Property Map
    uemStreamAdminState String
    Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
    versionContext Property Map

    getManagementController Result

    The following output properties are available:

    Id string
    Results List<GetManagementControllerResult>
    AccountMoid string
    AdapterUnit GetManagementControllerAdapterUnit
    AdditionalProperties string
    Ancestors List<GetManagementControllerAncestor>
    Certificate GetManagementControllerCertificate
    ClassId string
    ComputeBlade GetManagementControllerComputeBlade
    ComputeRackUnit GetManagementControllerComputeRackUnit
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EquipmentIoCardBase GetManagementControllerEquipmentIoCardBase
    EquipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
    EquipmentSystemIoController GetManagementControllerEquipmentSystemIoController
    InventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
    KmipClientCertificate GetManagementControllerKmipClientCertificate
    ManagementInterfaces List<GetManagementControllerManagementInterface>
    ModTime string
    Model string
    Moid string
    NetworkElement GetManagementControllerNetworkElement
    ObjectType string
    Owners List<string>
    Parent GetManagementControllerParent
    PermissionResources List<GetManagementControllerPermissionResource>
    RegisteredDevice GetManagementControllerRegisteredDevice
    Rn string
    RootCaCertificates List<GetManagementControllerRootCaCertificate>
    RunningFirmwares List<GetManagementControllerRunningFirmware>
    SharedScope string
    StorageSasExpander GetManagementControllerStorageSasExpander
    Tags List<GetManagementControllerTag>
    TopSystem GetManagementControllerTopSystem
    UemStreamAdminState string
    VersionContext GetManagementControllerVersionContext
    Id string
    Results []GetManagementControllerResult
    AccountMoid string
    AdapterUnit GetManagementControllerAdapterUnit
    AdditionalProperties string
    Ancestors []GetManagementControllerAncestor
    Certificate GetManagementControllerCertificate
    ClassId string
    ComputeBlade GetManagementControllerComputeBlade
    ComputeRackUnit GetManagementControllerComputeRackUnit
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EquipmentIoCardBase GetManagementControllerEquipmentIoCardBase
    EquipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
    EquipmentSystemIoController GetManagementControllerEquipmentSystemIoController
    InventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
    KmipClientCertificate GetManagementControllerKmipClientCertificate
    ManagementInterfaces []GetManagementControllerManagementInterface
    ModTime string
    Model string
    Moid string
    NetworkElement GetManagementControllerNetworkElement
    ObjectType string
    Owners []string
    Parent GetManagementControllerParent
    PermissionResources []GetManagementControllerPermissionResource
    RegisteredDevice GetManagementControllerRegisteredDevice
    Rn string
    RootCaCertificates []GetManagementControllerRootCaCertificate
    RunningFirmwares []GetManagementControllerRunningFirmware
    SharedScope string
    StorageSasExpander GetManagementControllerStorageSasExpander
    Tags []GetManagementControllerTag
    TopSystem GetManagementControllerTopSystem
    UemStreamAdminState string
    VersionContext GetManagementControllerVersionContext
    id String
    results List<GetManagementControllerResult>
    accountMoid String
    adapterUnit GetManagementControllerAdapterUnit
    additionalProperties String
    ancestors List<GetManagementControllerAncestor>
    certificate GetManagementControllerCertificate
    classId String
    computeBlade GetManagementControllerComputeBlade
    computeRackUnit GetManagementControllerComputeRackUnit
    createTime String
    deviceMoId String
    dn String
    domainGroupMoid String
    equipmentIoCardBase GetManagementControllerEquipmentIoCardBase
    equipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
    equipmentSystemIoController GetManagementControllerEquipmentSystemIoController
    inventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
    kmipClientCertificate GetManagementControllerKmipClientCertificate
    managementInterfaces List<GetManagementControllerManagementInterface>
    modTime String
    model String
    moid String
    networkElement GetManagementControllerNetworkElement
    objectType String
    owners List<String>
    parent GetManagementControllerParent
    permissionResources List<GetManagementControllerPermissionResource>
    registeredDevice GetManagementControllerRegisteredDevice
    rn String
    rootCaCertificates List<GetManagementControllerRootCaCertificate>
    runningFirmwares List<GetManagementControllerRunningFirmware>
    sharedScope String
    storageSasExpander GetManagementControllerStorageSasExpander
    tags List<GetManagementControllerTag>
    topSystem GetManagementControllerTopSystem
    uemStreamAdminState String
    versionContext GetManagementControllerVersionContext
    id string
    results GetManagementControllerResult[]
    accountMoid string
    adapterUnit GetManagementControllerAdapterUnit
    additionalProperties string
    ancestors GetManagementControllerAncestor[]
    certificate GetManagementControllerCertificate
    classId string
    computeBlade GetManagementControllerComputeBlade
    computeRackUnit GetManagementControllerComputeRackUnit
    createTime string
    deviceMoId string
    dn string
    domainGroupMoid string
    equipmentIoCardBase GetManagementControllerEquipmentIoCardBase
    equipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
    equipmentSystemIoController GetManagementControllerEquipmentSystemIoController
    inventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
    kmipClientCertificate GetManagementControllerKmipClientCertificate
    managementInterfaces GetManagementControllerManagementInterface[]
    modTime string
    model string
    moid string
    networkElement GetManagementControllerNetworkElement
    objectType string
    owners string[]
    parent GetManagementControllerParent
    permissionResources GetManagementControllerPermissionResource[]
    registeredDevice GetManagementControllerRegisteredDevice
    rn string
    rootCaCertificates GetManagementControllerRootCaCertificate[]
    runningFirmwares GetManagementControllerRunningFirmware[]
    sharedScope string
    storageSasExpander GetManagementControllerStorageSasExpander
    tags GetManagementControllerTag[]
    topSystem GetManagementControllerTopSystem
    uemStreamAdminState string
    versionContext GetManagementControllerVersionContext
    id str
    results Sequence[GetManagementControllerResult]
    account_moid str
    adapter_unit GetManagementControllerAdapterUnit
    additional_properties str
    ancestors Sequence[GetManagementControllerAncestor]
    certificate GetManagementControllerCertificate
    class_id str
    compute_blade GetManagementControllerComputeBlade
    compute_rack_unit GetManagementControllerComputeRackUnit
    create_time str
    device_mo_id str
    dn str
    domain_group_moid str
    equipment_io_card_base GetManagementControllerEquipmentIoCardBase
    equipment_shared_io_module GetManagementControllerEquipmentSharedIoModule
    equipment_system_io_controller GetManagementControllerEquipmentSystemIoController
    inventory_device_info GetManagementControllerInventoryDeviceInfo
    kmip_client_certificate GetManagementControllerKmipClientCertificate
    management_interfaces Sequence[GetManagementControllerManagementInterface]
    mod_time str
    model str
    moid str
    network_element GetManagementControllerNetworkElement
    object_type str
    owners Sequence[str]
    parent GetManagementControllerParent
    permission_resources Sequence[GetManagementControllerPermissionResource]
    registered_device GetManagementControllerRegisteredDevice
    rn str
    root_ca_certificates Sequence[GetManagementControllerRootCaCertificate]
    running_firmwares Sequence[GetManagementControllerRunningFirmware]
    shared_scope str
    storage_sas_expander GetManagementControllerStorageSasExpander
    tags Sequence[GetManagementControllerTag]
    top_system GetManagementControllerTopSystem
    uem_stream_admin_state str
    version_context GetManagementControllerVersionContext
    id String
    results List<Property Map>
    accountMoid String
    adapterUnit Property Map
    additionalProperties String
    ancestors List<Property Map>
    certificate Property Map
    classId String
    computeBlade Property Map
    computeRackUnit Property Map
    createTime String
    deviceMoId String
    dn String
    domainGroupMoid String
    equipmentIoCardBase Property Map
    equipmentSharedIoModule Property Map
    equipmentSystemIoController Property Map
    inventoryDeviceInfo Property Map
    kmipClientCertificate Property Map
    managementInterfaces List<Property Map>
    modTime String
    model String
    moid String
    networkElement Property Map
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    registeredDevice Property Map
    rn String
    rootCaCertificates List<Property Map>
    runningFirmwares List<Property Map>
    sharedScope String
    storageSasExpander Property Map
    tags List<Property Map>
    topSystem Property Map
    uemStreamAdminState String
    versionContext Property Map

    Supporting Types

    GetManagementControllerAdapterUnit

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerAncestor

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerCertificate

    AdditionalProperties string
    CertType string
    Certificate Type for the certificate management.

    • None - Set certificate on the selected end point .
    • KMIPClient - Set KMIP certificate on the selected end point.
    Certificate GetManagementControllerCertificateCertificate
    Certificate that is used for verifying the authorization.
    ClassId 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.
    Enabled bool
    Enable/Disable the certificate in Certificate Management policy.
    IsPrivatekeySet bool
    Indicates whether the value of the 'privatekey' property has been set.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Privatekey string
    Private Key which is used to validate the certificate.
    AdditionalProperties string
    CertType string
    Certificate Type for the certificate management.

    • None - Set certificate on the selected end point .
    • KMIPClient - Set KMIP certificate on the selected end point.
    Certificate GetManagementControllerCertificateCertificate
    Certificate that is used for verifying the authorization.
    ClassId 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.
    Enabled bool
    Enable/Disable the certificate in Certificate Management policy.
    IsPrivatekeySet bool
    Indicates whether the value of the 'privatekey' property has been set.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Privatekey string
    Private Key which is used to validate the certificate.
    additionalProperties String
    certType String
    Certificate Type for the certificate management.

    • None - Set certificate on the selected end point .
    • KMIPClient - Set KMIP certificate on the selected end point.
    certificate GetManagementControllerCertificateCertificate
    Certificate that is used for verifying the authorization.
    classId 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.
    enabled Boolean
    Enable/Disable the certificate in Certificate Management policy.
    isPrivatekeySet Boolean
    Indicates whether the value of the 'privatekey' property has been set.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    privatekey String
    Private Key which is used to validate the certificate.
    additionalProperties string
    certType string
    Certificate Type for the certificate management.

    • None - Set certificate on the selected end point .
    • KMIPClient - Set KMIP certificate on the selected end point.
    certificate GetManagementControllerCertificateCertificate
    Certificate that is used for verifying the authorization.
    classId 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.
    enabled boolean
    Enable/Disable the certificate in Certificate Management policy.
    isPrivatekeySet boolean
    Indicates whether the value of the 'privatekey' property has been set.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    privatekey string
    Private Key which is used to validate the certificate.
    additional_properties str
    cert_type str
    Certificate Type for the certificate management.

    • None - Set certificate on the selected end point .
    • KMIPClient - Set KMIP certificate on the selected end point.
    certificate GetManagementControllerCertificateCertificate
    Certificate that is used for verifying the authorization.
    class_id str
    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.
    enabled bool
    Enable/Disable the certificate in Certificate Management policy.
    is_privatekey_set bool
    Indicates whether the value of the 'privatekey' property has been set.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    privatekey str
    Private Key which is used to validate the certificate.
    additionalProperties String
    certType String
    Certificate Type for the certificate management.

    • None - Set certificate on the selected end point .
    • KMIPClient - Set KMIP certificate on the selected end point.
    certificate Property Map
    Certificate that is used for verifying the authorization.
    classId 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.
    enabled Boolean
    Enable/Disable the certificate in Certificate Management policy.
    isPrivatekeySet Boolean
    Indicates whether the value of the 'privatekey' property has been set.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    privatekey String
    Private Key which is used to validate the certificate.

    GetManagementControllerCertificateCertificate

    AdditionalProperties string
    ClassId 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.
    Issuer GetManagementControllerCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    NotAfter string
    The date on which the certificate's validity period ends.
    NotBefore string
    The date on which the certificate's validity period begins.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PemCertificate string
    The base64 encoded certificate in PEM format.
    Sha256Fingerprint string
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    SignatureAlgorithm string
    Signature algorithm, as specified in RFC 5280.
    Subject GetManagementControllerCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    AdditionalProperties string
    ClassId 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.
    Issuer GetManagementControllerCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    NotAfter string
    The date on which the certificate's validity period ends.
    NotBefore string
    The date on which the certificate's validity period begins.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PemCertificate string
    The base64 encoded certificate in PEM format.
    Sha256Fingerprint string
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    SignatureAlgorithm string
    Signature algorithm, as specified in RFC 5280.
    Subject GetManagementControllerCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    additionalProperties String
    classId 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.
    issuer GetManagementControllerCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    notAfter String
    The date on which the certificate's validity period ends.
    notBefore String
    The date on which the certificate's validity period begins.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pemCertificate String
    The base64 encoded certificate in PEM format.
    sha256Fingerprint String
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signatureAlgorithm String
    Signature algorithm, as specified in RFC 5280.
    subject GetManagementControllerCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    additionalProperties string
    classId 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.
    issuer GetManagementControllerCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    notAfter string
    The date on which the certificate's validity period ends.
    notBefore string
    The date on which the certificate's validity period begins.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pemCertificate string
    The base64 encoded certificate in PEM format.
    sha256Fingerprint string
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signatureAlgorithm string
    Signature algorithm, as specified in RFC 5280.
    subject GetManagementControllerCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    additional_properties str
    class_id str
    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.
    issuer GetManagementControllerCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    not_after str
    The date on which the certificate's validity period ends.
    not_before str
    The date on which the certificate's validity period begins.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pem_certificate str
    The base64 encoded certificate in PEM format.
    sha256_fingerprint str
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signature_algorithm str
    Signature algorithm, as specified in RFC 5280.
    subject GetManagementControllerCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    additionalProperties String
    classId 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.
    issuer Property Map
    The X.509 distinguished name of the issuer of this certificate.
    notAfter String
    The date on which the certificate's validity period ends.
    notBefore String
    The date on which the certificate's validity period begins.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pemCertificate String
    The base64 encoded certificate in PEM format.
    sha256Fingerprint String
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signatureAlgorithm String
    Signature algorithm, as specified in RFC 5280.
    subject Property Map
    The X.509 distinguished name of the subject of this certificate.

    GetManagementControllerCertificateCertificateIssuer

    AdditionalProperties string
    ClassId 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.
    CommonName string
    A required component that identifies a person or an object.
    Countries List<string>
    Localities List<string>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId 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.
    CommonName string
    A required component that identifies a person or an object.
    Countries []string
    Localities []string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId 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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId 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.
    commonName string
    A required component that identifies a person or an object.
    countries string[]
    localities string[]
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    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.
    common_name str
    A required component that identifies a person or an object.
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId 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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetManagementControllerCertificateCertificateSubject

    AdditionalProperties string
    ClassId 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.
    CommonName string
    A required component that identifies a person or an object.
    Countries List<string>
    Localities List<string>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId 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.
    CommonName string
    A required component that identifies a person or an object.
    Countries []string
    Localities []string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId 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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId 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.
    commonName string
    A required component that identifies a person or an object.
    countries string[]
    localities string[]
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    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.
    common_name str
    A required component that identifies a person or an object.
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId 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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetManagementControllerComputeBlade

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerComputeRackUnit

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerEquipmentIoCardBase

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerEquipmentSharedIoModule

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerEquipmentSystemIoController

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerInventoryDeviceInfo

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerKmipClientCertificate

    AdditionalProperties string
    CertType string
    Certificate Type for the certificate management.

    • None - Set certificate on the selected end point .
    • KMIPClient - Set KMIP certificate on the selected end point.
    Certificate GetManagementControllerKmipClientCertificateCertificate
    Certificate that is used for verifying the authorization.
    ClassId 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.
    Enabled bool
    Enable/Disable the certificate in Certificate Management policy.
    IsPrivatekeySet bool
    Indicates whether the value of the 'privatekey' property has been set.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Privatekey string
    Private Key which is used to validate the certificate.
    AdditionalProperties string
    CertType string
    Certificate Type for the certificate management.

    • None - Set certificate on the selected end point .
    • KMIPClient - Set KMIP certificate on the selected end point.
    Certificate GetManagementControllerKmipClientCertificateCertificate
    Certificate that is used for verifying the authorization.
    ClassId 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.
    Enabled bool
    Enable/Disable the certificate in Certificate Management policy.
    IsPrivatekeySet bool
    Indicates whether the value of the 'privatekey' property has been set.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Privatekey string
    Private Key which is used to validate the certificate.
    additionalProperties String
    certType String
    Certificate Type for the certificate management.

    • None - Set certificate on the selected end point .
    • KMIPClient - Set KMIP certificate on the selected end point.
    certificate GetManagementControllerKmipClientCertificateCertificate
    Certificate that is used for verifying the authorization.
    classId 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.
    enabled Boolean
    Enable/Disable the certificate in Certificate Management policy.
    isPrivatekeySet Boolean
    Indicates whether the value of the 'privatekey' property has been set.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    privatekey String
    Private Key which is used to validate the certificate.
    additionalProperties string
    certType string
    Certificate Type for the certificate management.

    • None - Set certificate on the selected end point .
    • KMIPClient - Set KMIP certificate on the selected end point.
    certificate GetManagementControllerKmipClientCertificateCertificate
    Certificate that is used for verifying the authorization.
    classId 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.
    enabled boolean
    Enable/Disable the certificate in Certificate Management policy.
    isPrivatekeySet boolean
    Indicates whether the value of the 'privatekey' property has been set.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    privatekey string
    Private Key which is used to validate the certificate.
    additional_properties str
    cert_type str
    Certificate Type for the certificate management.

    • None - Set certificate on the selected end point .
    • KMIPClient - Set KMIP certificate on the selected end point.
    certificate GetManagementControllerKmipClientCertificateCertificate
    Certificate that is used for verifying the authorization.
    class_id str
    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.
    enabled bool
    Enable/Disable the certificate in Certificate Management policy.
    is_privatekey_set bool
    Indicates whether the value of the 'privatekey' property has been set.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    privatekey str
    Private Key which is used to validate the certificate.
    additionalProperties String
    certType String
    Certificate Type for the certificate management.

    • None - Set certificate on the selected end point .
    • KMIPClient - Set KMIP certificate on the selected end point.
    certificate Property Map
    Certificate that is used for verifying the authorization.
    classId 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.
    enabled Boolean
    Enable/Disable the certificate in Certificate Management policy.
    isPrivatekeySet Boolean
    Indicates whether the value of the 'privatekey' property has been set.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    privatekey String
    Private Key which is used to validate the certificate.

    GetManagementControllerKmipClientCertificateCertificate

    AdditionalProperties string
    ClassId 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.
    Issuer GetManagementControllerKmipClientCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    NotAfter string
    The date on which the certificate's validity period ends.
    NotBefore string
    The date on which the certificate's validity period begins.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PemCertificate string
    The base64 encoded certificate in PEM format.
    Sha256Fingerprint string
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    SignatureAlgorithm string
    Signature algorithm, as specified in RFC 5280.
    Subject GetManagementControllerKmipClientCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    AdditionalProperties string
    ClassId 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.
    Issuer GetManagementControllerKmipClientCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    NotAfter string
    The date on which the certificate's validity period ends.
    NotBefore string
    The date on which the certificate's validity period begins.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PemCertificate string
    The base64 encoded certificate in PEM format.
    Sha256Fingerprint string
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    SignatureAlgorithm string
    Signature algorithm, as specified in RFC 5280.
    Subject GetManagementControllerKmipClientCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    additionalProperties String
    classId 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.
    issuer GetManagementControllerKmipClientCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    notAfter String
    The date on which the certificate's validity period ends.
    notBefore String
    The date on which the certificate's validity period begins.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pemCertificate String
    The base64 encoded certificate in PEM format.
    sha256Fingerprint String
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signatureAlgorithm String
    Signature algorithm, as specified in RFC 5280.
    subject GetManagementControllerKmipClientCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    additionalProperties string
    classId 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.
    issuer GetManagementControllerKmipClientCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    notAfter string
    The date on which the certificate's validity period ends.
    notBefore string
    The date on which the certificate's validity period begins.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pemCertificate string
    The base64 encoded certificate in PEM format.
    sha256Fingerprint string
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signatureAlgorithm string
    Signature algorithm, as specified in RFC 5280.
    subject GetManagementControllerKmipClientCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    additional_properties str
    class_id str
    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.
    issuer GetManagementControllerKmipClientCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    not_after str
    The date on which the certificate's validity period ends.
    not_before str
    The date on which the certificate's validity period begins.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pem_certificate str
    The base64 encoded certificate in PEM format.
    sha256_fingerprint str
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signature_algorithm str
    Signature algorithm, as specified in RFC 5280.
    subject GetManagementControllerKmipClientCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    additionalProperties String
    classId 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.
    issuer Property Map
    The X.509 distinguished name of the issuer of this certificate.
    notAfter String
    The date on which the certificate's validity period ends.
    notBefore String
    The date on which the certificate's validity period begins.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pemCertificate String
    The base64 encoded certificate in PEM format.
    sha256Fingerprint String
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signatureAlgorithm String
    Signature algorithm, as specified in RFC 5280.
    subject Property Map
    The X.509 distinguished name of the subject of this certificate.

    GetManagementControllerKmipClientCertificateCertificateIssuer

    AdditionalProperties string
    ClassId 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.
    CommonName string
    A required component that identifies a person or an object.
    Countries List<string>
    Localities List<string>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId 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.
    CommonName string
    A required component that identifies a person or an object.
    Countries []string
    Localities []string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId 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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId 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.
    commonName string
    A required component that identifies a person or an object.
    countries string[]
    localities string[]
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    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.
    common_name str
    A required component that identifies a person or an object.
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId 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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetManagementControllerKmipClientCertificateCertificateSubject

    AdditionalProperties string
    ClassId 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.
    CommonName string
    A required component that identifies a person or an object.
    Countries List<string>
    Localities List<string>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId 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.
    CommonName string
    A required component that identifies a person or an object.
    Countries []string
    Localities []string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId 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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId 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.
    commonName string
    A required component that identifies a person or an object.
    countries string[]
    localities string[]
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    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.
    common_name str
    A required component that identifies a person or an object.
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId 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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetManagementControllerManagementInterface

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerNetworkElement

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerParent

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerPermissionResource

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerRegisteredDevice

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerResult

    AccountMoid string
    The Account ID for this managed object.
    AdapterUnits List<GetManagementControllerResultAdapterUnit>
    AdditionalProperties string
    Ancestors List<GetManagementControllerResultAncestor>
    Certificates List<GetManagementControllerResultCertificate>
    ClassId string
    ComputeBlades List<GetManagementControllerResultComputeBlade>
    ComputeRackUnits List<GetManagementControllerResultComputeRackUnit>
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentIoCardBases List<GetManagementControllerResultEquipmentIoCardBase>
    EquipmentSharedIoModules List<GetManagementControllerResultEquipmentSharedIoModule>
    EquipmentSystemIoControllers List<GetManagementControllerResultEquipmentSystemIoController>
    InventoryDeviceInfos List<GetManagementControllerResultInventoryDeviceInfo>
    KmipClientCertificates List<GetManagementControllerResultKmipClientCertificate>
    ManagementInterfaces List<GetManagementControllerResultManagementInterface>
    ModTime string
    The time when this managed object was last modified.
    Model string
    Model of the endpoint that houses the management controller.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkElements List<GetManagementControllerResultNetworkElement>
    ObjectType string
    Owners List<string>
    Parents List<GetManagementControllerResultParent>
    PermissionResources List<GetManagementControllerResultPermissionResource>
    RegisteredDevices List<GetManagementControllerResultRegisteredDevice>
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    RootCaCertificates List<GetManagementControllerResultRootCaCertificate>
    RunningFirmwares List<GetManagementControllerResultRunningFirmware>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageSasExpanders List<GetManagementControllerResultStorageSasExpander>
    Tags List<GetManagementControllerResultTag>
    TopSystems List<GetManagementControllerResultTopSystem>
    UemStreamAdminState string
    Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
    VersionContexts List<GetManagementControllerResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdapterUnits []GetManagementControllerResultAdapterUnit
    AdditionalProperties string
    Ancestors []GetManagementControllerResultAncestor
    Certificates []GetManagementControllerResultCertificate
    ClassId string
    ComputeBlades []GetManagementControllerResultComputeBlade
    ComputeRackUnits []GetManagementControllerResultComputeRackUnit
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentIoCardBases []GetManagementControllerResultEquipmentIoCardBase
    EquipmentSharedIoModules []GetManagementControllerResultEquipmentSharedIoModule
    EquipmentSystemIoControllers []GetManagementControllerResultEquipmentSystemIoController
    InventoryDeviceInfos []GetManagementControllerResultInventoryDeviceInfo
    KmipClientCertificates []GetManagementControllerResultKmipClientCertificate
    ManagementInterfaces []GetManagementControllerResultManagementInterface
    ModTime string
    The time when this managed object was last modified.
    Model string
    Model of the endpoint that houses the management controller.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkElements []GetManagementControllerResultNetworkElement
    ObjectType string
    Owners []string
    Parents []GetManagementControllerResultParent
    PermissionResources []GetManagementControllerResultPermissionResource
    RegisteredDevices []GetManagementControllerResultRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    RootCaCertificates []GetManagementControllerResultRootCaCertificate
    RunningFirmwares []GetManagementControllerResultRunningFirmware
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageSasExpanders []GetManagementControllerResultStorageSasExpander
    Tags []GetManagementControllerResultTag
    TopSystems []GetManagementControllerResultTopSystem
    UemStreamAdminState string
    Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
    VersionContexts []GetManagementControllerResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    adapterUnits List<GetManagementControllerResultAdapterUnit>
    additionalProperties String
    ancestors List<GetManagementControllerResultAncestor>
    certificates List<GetManagementControllerResultCertificate>
    classId String
    computeBlades List<GetManagementControllerResultComputeBlade>
    computeRackUnits List<GetManagementControllerResultComputeRackUnit>
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentIoCardBases List<GetManagementControllerResultEquipmentIoCardBase>
    equipmentSharedIoModules List<GetManagementControllerResultEquipmentSharedIoModule>
    equipmentSystemIoControllers List<GetManagementControllerResultEquipmentSystemIoController>
    inventoryDeviceInfos List<GetManagementControllerResultInventoryDeviceInfo>
    kmipClientCertificates List<GetManagementControllerResultKmipClientCertificate>
    managementInterfaces List<GetManagementControllerResultManagementInterface>
    modTime String
    The time when this managed object was last modified.
    model String
    Model of the endpoint that houses the management controller.
    moid String
    The unique identifier of this Managed Object instance.
    networkElements List<GetManagementControllerResultNetworkElement>
    objectType String
    owners List<String>
    parents List<GetManagementControllerResultParent>
    permissionResources List<GetManagementControllerResultPermissionResource>
    registeredDevices List<GetManagementControllerResultRegisteredDevice>
    rn String
    The Relative Name uniquely identifies an object within a given context.
    rootCaCertificates List<GetManagementControllerResultRootCaCertificate>
    runningFirmwares List<GetManagementControllerResultRunningFirmware>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageSasExpanders List<GetManagementControllerResultStorageSasExpander>
    tags List<GetManagementControllerResultTag>
    topSystems List<GetManagementControllerResultTopSystem>
    uemStreamAdminState String
    Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
    versionContexts List<GetManagementControllerResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    adapterUnits GetManagementControllerResultAdapterUnit[]
    additionalProperties string
    ancestors GetManagementControllerResultAncestor[]
    certificates GetManagementControllerResultCertificate[]
    classId string
    computeBlades GetManagementControllerResultComputeBlade[]
    computeRackUnits GetManagementControllerResultComputeRackUnit[]
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    equipmentIoCardBases GetManagementControllerResultEquipmentIoCardBase[]
    equipmentSharedIoModules GetManagementControllerResultEquipmentSharedIoModule[]
    equipmentSystemIoControllers GetManagementControllerResultEquipmentSystemIoController[]
    inventoryDeviceInfos GetManagementControllerResultInventoryDeviceInfo[]
    kmipClientCertificates GetManagementControllerResultKmipClientCertificate[]
    managementInterfaces GetManagementControllerResultManagementInterface[]
    modTime string
    The time when this managed object was last modified.
    model string
    Model of the endpoint that houses the management controller.
    moid string
    The unique identifier of this Managed Object instance.
    networkElements GetManagementControllerResultNetworkElement[]
    objectType string
    owners string[]
    parents GetManagementControllerResultParent[]
    permissionResources GetManagementControllerResultPermissionResource[]
    registeredDevices GetManagementControllerResultRegisteredDevice[]
    rn string
    The Relative Name uniquely identifies an object within a given context.
    rootCaCertificates GetManagementControllerResultRootCaCertificate[]
    runningFirmwares GetManagementControllerResultRunningFirmware[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageSasExpanders GetManagementControllerResultStorageSasExpander[]
    tags GetManagementControllerResultTag[]
    topSystems GetManagementControllerResultTopSystem[]
    uemStreamAdminState string
    Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
    versionContexts GetManagementControllerResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    adapter_units Sequence[GetManagementControllerResultAdapterUnit]
    additional_properties str
    ancestors Sequence[GetManagementControllerResultAncestor]
    certificates Sequence[GetManagementControllerResultCertificate]
    class_id str
    compute_blades Sequence[GetManagementControllerResultComputeBlade]
    compute_rack_units Sequence[GetManagementControllerResultComputeRackUnit]
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    equipment_io_card_bases Sequence[GetManagementControllerResultEquipmentIoCardBase]
    equipment_shared_io_modules Sequence[GetManagementControllerResultEquipmentSharedIoModule]
    equipment_system_io_controllers Sequence[GetManagementControllerResultEquipmentSystemIoController]
    inventory_device_infos Sequence[GetManagementControllerResultInventoryDeviceInfo]
    kmip_client_certificates Sequence[GetManagementControllerResultKmipClientCertificate]
    management_interfaces Sequence[GetManagementControllerResultManagementInterface]
    mod_time str
    The time when this managed object was last modified.
    model str
    Model of the endpoint that houses the management controller.
    moid str
    The unique identifier of this Managed Object instance.
    network_elements Sequence[GetManagementControllerResultNetworkElement]
    object_type str
    owners Sequence[str]
    parents Sequence[GetManagementControllerResultParent]
    permission_resources Sequence[GetManagementControllerResultPermissionResource]
    registered_devices Sequence[GetManagementControllerResultRegisteredDevice]
    rn str
    The Relative Name uniquely identifies an object within a given context.
    root_ca_certificates Sequence[GetManagementControllerResultRootCaCertificate]
    running_firmwares Sequence[GetManagementControllerResultRunningFirmware]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storage_sas_expanders Sequence[GetManagementControllerResultStorageSasExpander]
    tags Sequence[GetManagementControllerResultTag]
    top_systems Sequence[GetManagementControllerResultTopSystem]
    uem_stream_admin_state str
    Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
    version_contexts Sequence[GetManagementControllerResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    adapterUnits List<Property Map>
    additionalProperties String
    ancestors List<Property Map>
    certificates List<Property Map>
    classId String
    computeBlades List<Property Map>
    computeRackUnits List<Property Map>
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentIoCardBases List<Property Map>
    equipmentSharedIoModules List<Property Map>
    equipmentSystemIoControllers List<Property Map>
    inventoryDeviceInfos List<Property Map>
    kmipClientCertificates List<Property Map>
    managementInterfaces List<Property Map>
    modTime String
    The time when this managed object was last modified.
    model String
    Model of the endpoint that houses the management controller.
    moid String
    The unique identifier of this Managed Object instance.
    networkElements List<Property Map>
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    registeredDevices List<Property Map>
    rn String
    The Relative Name uniquely identifies an object within a given context.
    rootCaCertificates List<Property Map>
    runningFirmwares List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageSasExpanders List<Property Map>
    tags List<Property Map>
    topSystems List<Property Map>
    uemStreamAdminState String
    Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
    versionContexts List<Property Map>

    GetManagementControllerResultAdapterUnit

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultCertificate

    GetManagementControllerResultCertificateCertificate

    GetManagementControllerResultCertificateCertificateIssuer

    AdditionalProperties string
    ClassId string
    CommonName string
    Countries List<string>
    Localities List<string>
    ObjectType string
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId string
    CommonName string
    Countries []string
    Localities []string
    ObjectType string
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId string
    commonName string
    countries string[]
    localities string[]
    objectType string
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    common_name str
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetManagementControllerResultCertificateCertificateSubject

    AdditionalProperties string
    ClassId string
    CommonName string
    Countries List<string>
    Localities List<string>
    ObjectType string
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId string
    CommonName string
    Countries []string
    Localities []string
    ObjectType string
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId string
    commonName string
    countries string[]
    localities string[]
    objectType string
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    common_name str
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetManagementControllerResultComputeBlade

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultComputeRackUnit

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultEquipmentIoCardBase

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultEquipmentSharedIoModule

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultEquipmentSystemIoController

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultInventoryDeviceInfo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultKmipClientCertificate

    GetManagementControllerResultKmipClientCertificateCertificate

    GetManagementControllerResultKmipClientCertificateCertificateIssuer

    AdditionalProperties string
    ClassId string
    CommonName string
    Countries List<string>
    Localities List<string>
    ObjectType string
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId string
    CommonName string
    Countries []string
    Localities []string
    ObjectType string
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId string
    commonName string
    countries string[]
    localities string[]
    objectType string
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    common_name str
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetManagementControllerResultKmipClientCertificateCertificateSubject

    AdditionalProperties string
    ClassId string
    CommonName string
    Countries List<string>
    Localities List<string>
    ObjectType string
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId string
    CommonName string
    Countries []string
    Localities []string
    ObjectType string
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId string
    commonName string
    countries string[]
    localities string[]
    objectType string
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    common_name str
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetManagementControllerResultManagementInterface

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultNetworkElement

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultRegisteredDevice

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultRootCaCertificate

    GetManagementControllerResultRootCaCertificateCertificate

    GetManagementControllerResultRootCaCertificateCertificateIssuer

    AdditionalProperties string
    ClassId string
    CommonName string
    Countries List<string>
    Localities List<string>
    ObjectType string
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId string
    CommonName string
    Countries []string
    Localities []string
    ObjectType string
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId string
    commonName string
    countries string[]
    localities string[]
    objectType string
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    common_name str
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetManagementControllerResultRootCaCertificateCertificateSubject

    AdditionalProperties string
    ClassId string
    CommonName string
    Countries List<string>
    Localities List<string>
    ObjectType string
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId string
    CommonName string
    Countries []string
    Localities []string
    ObjectType string
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId string
    commonName string
    countries string[]
    localities string[]
    objectType string
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    common_name str
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetManagementControllerResultRunningFirmware

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultStorageSasExpander

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetManagementControllerResultTopSystem

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultVersionContext

    GetManagementControllerResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetManagementControllerRootCaCertificate

    AdditionalProperties string
    Certificate GetManagementControllerRootCaCertificateCertificate
    Certificate that is used for verifying the authorization.
    CertificateName string
    A name that helps identify a certificate. It can be any string that adheres to the following constraints. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters.
    ClassId 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.
    Enabled bool
    Enable/Disable the certificate in Certificate Management policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    Certificate GetManagementControllerRootCaCertificateCertificate
    Certificate that is used for verifying the authorization.
    CertificateName string
    A name that helps identify a certificate. It can be any string that adheres to the following constraints. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters.
    ClassId 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.
    Enabled bool
    Enable/Disable the certificate in Certificate Management policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    certificate GetManagementControllerRootCaCertificateCertificate
    Certificate that is used for verifying the authorization.
    certificateName String
    A name that helps identify a certificate. It can be any string that adheres to the following constraints. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters.
    classId 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.
    enabled Boolean
    Enable/Disable the certificate in Certificate Management policy.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    certificate GetManagementControllerRootCaCertificateCertificate
    Certificate that is used for verifying the authorization.
    certificateName string
    A name that helps identify a certificate. It can be any string that adheres to the following constraints. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters.
    classId 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.
    enabled boolean
    Enable/Disable the certificate in Certificate Management policy.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    certificate GetManagementControllerRootCaCertificateCertificate
    Certificate that is used for verifying the authorization.
    certificate_name str
    A name that helps identify a certificate. It can be any string that adheres to the following constraints. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters.
    class_id str
    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.
    enabled bool
    Enable/Disable the certificate in Certificate Management policy.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    certificate Property Map
    Certificate that is used for verifying the authorization.
    certificateName String
    A name that helps identify a certificate. It can be any string that adheres to the following constraints. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters.
    classId 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.
    enabled Boolean
    Enable/Disable the certificate in Certificate Management policy.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetManagementControllerRootCaCertificateCertificate

    AdditionalProperties string
    ClassId 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.
    Issuer GetManagementControllerRootCaCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    NotAfter string
    The date on which the certificate's validity period ends.
    NotBefore string
    The date on which the certificate's validity period begins.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PemCertificate string
    The base64 encoded certificate in PEM format.
    Sha256Fingerprint string
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    SignatureAlgorithm string
    Signature algorithm, as specified in RFC 5280.
    Subject GetManagementControllerRootCaCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    AdditionalProperties string
    ClassId 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.
    Issuer GetManagementControllerRootCaCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    NotAfter string
    The date on which the certificate's validity period ends.
    NotBefore string
    The date on which the certificate's validity period begins.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PemCertificate string
    The base64 encoded certificate in PEM format.
    Sha256Fingerprint string
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    SignatureAlgorithm string
    Signature algorithm, as specified in RFC 5280.
    Subject GetManagementControllerRootCaCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    additionalProperties String
    classId 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.
    issuer GetManagementControllerRootCaCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    notAfter String
    The date on which the certificate's validity period ends.
    notBefore String
    The date on which the certificate's validity period begins.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pemCertificate String
    The base64 encoded certificate in PEM format.
    sha256Fingerprint String
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signatureAlgorithm String
    Signature algorithm, as specified in RFC 5280.
    subject GetManagementControllerRootCaCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    additionalProperties string
    classId 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.
    issuer GetManagementControllerRootCaCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    notAfter string
    The date on which the certificate's validity period ends.
    notBefore string
    The date on which the certificate's validity period begins.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pemCertificate string
    The base64 encoded certificate in PEM format.
    sha256Fingerprint string
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signatureAlgorithm string
    Signature algorithm, as specified in RFC 5280.
    subject GetManagementControllerRootCaCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    additional_properties str
    class_id str
    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.
    issuer GetManagementControllerRootCaCertificateCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    not_after str
    The date on which the certificate's validity period ends.
    not_before str
    The date on which the certificate's validity period begins.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pem_certificate str
    The base64 encoded certificate in PEM format.
    sha256_fingerprint str
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signature_algorithm str
    Signature algorithm, as specified in RFC 5280.
    subject GetManagementControllerRootCaCertificateCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    additionalProperties String
    classId 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.
    issuer Property Map
    The X.509 distinguished name of the issuer of this certificate.
    notAfter String
    The date on which the certificate's validity period ends.
    notBefore String
    The date on which the certificate's validity period begins.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pemCertificate String
    The base64 encoded certificate in PEM format.
    sha256Fingerprint String
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signatureAlgorithm String
    Signature algorithm, as specified in RFC 5280.
    subject Property Map
    The X.509 distinguished name of the subject of this certificate.

    GetManagementControllerRootCaCertificateCertificateIssuer

    AdditionalProperties string
    ClassId 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.
    CommonName string
    A required component that identifies a person or an object.
    Countries List<string>
    Localities List<string>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId 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.
    CommonName string
    A required component that identifies a person or an object.
    Countries []string
    Localities []string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId 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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId 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.
    commonName string
    A required component that identifies a person or an object.
    countries string[]
    localities string[]
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    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.
    common_name str
    A required component that identifies a person or an object.
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId 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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetManagementControllerRootCaCertificateCertificateSubject

    AdditionalProperties string
    ClassId 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.
    CommonName string
    A required component that identifies a person or an object.
    Countries List<string>
    Localities List<string>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId 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.
    CommonName string
    A required component that identifies a person or an object.
    Countries []string
    Localities []string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId 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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId 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.
    commonName string
    A required component that identifies a person or an object.
    countries string[]
    localities string[]
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    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.
    common_name str
    A required component that identifies a person or an object.
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId 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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetManagementControllerRunningFirmware

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerStorageSasExpander

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetManagementControllerTopSystem

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerVersionContext

    AdditionalProperties string
    ClassId 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.
    InterestedMos List<GetManagementControllerVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetManagementControllerVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId 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.
    InterestedMos []GetManagementControllerVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetManagementControllerVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId 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.
    interestedMos List<GetManagementControllerVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetManagementControllerVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId 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.
    interestedMos GetManagementControllerVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetManagementControllerVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    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.
    interested_mos Sequence[GetManagementControllerVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetManagementControllerVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId 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.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetManagementControllerVersionContextInterestedMo

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetManagementControllerVersionContextRefMo

    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId 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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId 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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId 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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet