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

intersight.AssetTarget

Explore with Pulumi AI

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

    Import

    intersight_asset_target can be imported using the Moid of the object, e.g.

    $ pulumi import intersight:index/assetTarget:AssetTarget example 1234567890987654321abcde
    

    Create AssetTarget Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AssetTarget(name: string, args?: AssetTargetArgs, opts?: CustomResourceOptions);
    @overload
    def AssetTarget(resource_name: str,
                    args: Optional[AssetTargetArgs] = None,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def AssetTarget(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    account_moid: Optional[str] = None,
                    accounts: Optional[Sequence[AssetTargetAccountArgs]] = None,
                    additional_properties: Optional[str] = None,
                    alarm_summaries: Optional[Sequence[AssetTargetAlarmSummaryArgs]] = None,
                    ancestors: Optional[Sequence[AssetTargetAncestorArgs]] = None,
                    asset_target_id: Optional[str] = None,
                    assists: Optional[Sequence[AssetTargetAssistArgs]] = None,
                    claimed_by_user_name: Optional[str] = None,
                    class_id: Optional[str] = None,
                    connections: Optional[Sequence[AssetTargetConnectionArgs]] = None,
                    connector_version: Optional[str] = None,
                    create_time: Optional[str] = None,
                    custom_permission_resources: Optional[Sequence[AssetTargetCustomPermissionResourceArgs]] = None,
                    domain_group_moid: Optional[str] = None,
                    external_ip_address: Optional[str] = None,
                    ip_addresses: Optional[Sequence[str]] = None,
                    management_location: Optional[str] = None,
                    mod_time: Optional[str] = None,
                    moid: Optional[str] = None,
                    name: Optional[str] = None,
                    object_type: Optional[str] = None,
                    owners: Optional[Sequence[str]] = None,
                    parents: Optional[Sequence[AssetTargetParentArgs]] = None,
                    permission_resources: Optional[Sequence[AssetTargetPermissionResourceArgs]] = None,
                    product_ids: Optional[Sequence[str]] = None,
                    read_only: Optional[bool] = None,
                    registered_devices: Optional[Sequence[AssetTargetRegisteredDeviceArgs]] = None,
                    services: Optional[Sequence[AssetTargetServiceArgs]] = None,
                    shared_scope: Optional[str] = None,
                    status: Optional[str] = None,
                    status_error_reason: Optional[str] = None,
                    tags: Optional[Sequence[AssetTargetTagArgs]] = None,
                    target_ids: Optional[Sequence[str]] = None,
                    target_type: Optional[str] = None,
                    trust_points: Optional[Sequence[AssetTargetTrustPointArgs]] = None,
                    vendor: Optional[str] = None,
                    version_contexts: Optional[Sequence[AssetTargetVersionContextArgs]] = None,
                    wait_for_completion: Optional[bool] = None,
                    workflow_infos: Optional[Sequence[AssetTargetWorkflowInfoArgs]] = None)
    func NewAssetTarget(ctx *Context, name string, args *AssetTargetArgs, opts ...ResourceOption) (*AssetTarget, error)
    public AssetTarget(string name, AssetTargetArgs? args = null, CustomResourceOptions? opts = null)
    public AssetTarget(String name, AssetTargetArgs args)
    public AssetTarget(String name, AssetTargetArgs args, CustomResourceOptions options)
    
    type: intersight:AssetTarget
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AssetTargetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AssetTargetArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AssetTargetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AssetTargetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AssetTargetArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var assetTargetResource = new Intersight.AssetTarget("assetTargetResource", new()
    {
        AccountMoid = "string",
        Accounts = new[]
        {
            new Intersight.Inputs.AssetTargetAccountArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        AdditionalProperties = "string",
        AlarmSummaries = new[]
        {
            new Intersight.Inputs.AssetTargetAlarmSummaryArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Critical = 0,
                Health = "string",
                Info = 0,
                ObjectType = "string",
                SuppressedCritical = 0,
                SuppressedInfo = 0,
                SuppressedWarning = 0,
                Warning = 0,
            },
        },
        Ancestors = new[]
        {
            new Intersight.Inputs.AssetTargetAncestorArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        AssetTargetId = "string",
        Assists = new[]
        {
            new Intersight.Inputs.AssetTargetAssistArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        ClaimedByUserName = "string",
        ClassId = "string",
        Connections = new[]
        {
            new Intersight.Inputs.AssetTargetConnectionArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Credentials = new[]
                {
                    new Intersight.Inputs.AssetTargetConnectionCredentialArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        ObjectType = "string",
                    },
                },
                ObjectType = "string",
            },
        },
        ConnectorVersion = "string",
        CreateTime = "string",
        CustomPermissionResources = new[]
        {
            new Intersight.Inputs.AssetTargetCustomPermissionResourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        DomainGroupMoid = "string",
        ExternalIpAddress = "string",
        IpAddresses = new[]
        {
            "string",
        },
        ManagementLocation = "string",
        ModTime = "string",
        Moid = "string",
        Name = "string",
        ObjectType = "string",
        Owners = new[]
        {
            "string",
        },
        Parents = new[]
        {
            new Intersight.Inputs.AssetTargetParentArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        PermissionResources = new[]
        {
            new Intersight.Inputs.AssetTargetPermissionResourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        ProductIds = new[]
        {
            "string",
        },
        ReadOnly = false,
        RegisteredDevices = new[]
        {
            new Intersight.Inputs.AssetTargetRegisteredDeviceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        Services = new[]
        {
            new Intersight.Inputs.AssetTargetServiceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                ObjectType = "string",
                Options = new[]
                {
                    new Intersight.Inputs.AssetTargetServiceOptionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        ObjectType = "string",
                    },
                },
            },
        },
        SharedScope = "string",
        Status = "string",
        StatusErrorReason = "string",
        Tags = new[]
        {
            new Intersight.Inputs.AssetTargetTagArgs
            {
                AdditionalProperties = "string",
                Key = "string",
                Value = "string",
            },
        },
        TargetIds = new[]
        {
            "string",
        },
        TargetType = "string",
        TrustPoints = new[]
        {
            new Intersight.Inputs.AssetTargetTrustPointArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        Vendor = "string",
        VersionContexts = new[]
        {
            new Intersight.Inputs.AssetTargetVersionContextArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                InterestedMos = new[]
                {
                    new Intersight.Inputs.AssetTargetVersionContextInterestedMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                MarkedForDeletion = false,
                NrVersion = "string",
                ObjectType = "string",
                RefMos = new[]
                {
                    new Intersight.Inputs.AssetTargetVersionContextRefMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Timestamp = "string",
                VersionType = "string",
            },
        },
        WaitForCompletion = false,
        WorkflowInfos = new[]
        {
            new Intersight.Inputs.AssetTargetWorkflowInfoArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
    });
    
    example, err := intersight.NewAssetTarget(ctx, "assetTargetResource", &intersight.AssetTargetArgs{
    	AccountMoid: pulumi.String("string"),
    	Accounts: intersight.AssetTargetAccountArray{
    		&intersight.AssetTargetAccountArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	AdditionalProperties: pulumi.String("string"),
    	AlarmSummaries: intersight.AssetTargetAlarmSummaryArray{
    		&intersight.AssetTargetAlarmSummaryArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Critical:             pulumi.Float64(0),
    			Health:               pulumi.String("string"),
    			Info:                 pulumi.Float64(0),
    			ObjectType:           pulumi.String("string"),
    			SuppressedCritical:   pulumi.Float64(0),
    			SuppressedInfo:       pulumi.Float64(0),
    			SuppressedWarning:    pulumi.Float64(0),
    			Warning:              pulumi.Float64(0),
    		},
    	},
    	Ancestors: intersight.AssetTargetAncestorArray{
    		&intersight.AssetTargetAncestorArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	AssetTargetId: pulumi.String("string"),
    	Assists: intersight.AssetTargetAssistArray{
    		&intersight.AssetTargetAssistArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	ClaimedByUserName: pulumi.String("string"),
    	ClassId:           pulumi.String("string"),
    	Connections: intersight.AssetTargetConnectionArray{
    		&intersight.AssetTargetConnectionArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Credentials: intersight.AssetTargetConnectionCredentialArray{
    				&intersight.AssetTargetConnectionCredentialArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    				},
    			},
    			ObjectType: pulumi.String("string"),
    		},
    	},
    	ConnectorVersion: pulumi.String("string"),
    	CreateTime:       pulumi.String("string"),
    	CustomPermissionResources: intersight.AssetTargetCustomPermissionResourceArray{
    		&intersight.AssetTargetCustomPermissionResourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	DomainGroupMoid:   pulumi.String("string"),
    	ExternalIpAddress: pulumi.String("string"),
    	IpAddresses: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ManagementLocation: pulumi.String("string"),
    	ModTime:            pulumi.String("string"),
    	Moid:               pulumi.String("string"),
    	Name:               pulumi.String("string"),
    	ObjectType:         pulumi.String("string"),
    	Owners: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Parents: intersight.AssetTargetParentArray{
    		&intersight.AssetTargetParentArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PermissionResources: intersight.AssetTargetPermissionResourceArray{
    		&intersight.AssetTargetPermissionResourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	ProductIds: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ReadOnly: pulumi.Bool(false),
    	RegisteredDevices: intersight.AssetTargetRegisteredDeviceArray{
    		&intersight.AssetTargetRegisteredDeviceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	Services: intersight.AssetTargetServiceArray{
    		&intersight.AssetTargetServiceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Options: intersight.AssetTargetServiceOptionArray{
    				&intersight.AssetTargetServiceOptionArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    				},
    			},
    		},
    	},
    	SharedScope:       pulumi.String("string"),
    	Status:            pulumi.String("string"),
    	StatusErrorReason: pulumi.String("string"),
    	Tags: intersight.AssetTargetTagArray{
    		&intersight.AssetTargetTagArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Key:                  pulumi.String("string"),
    			Value:                pulumi.String("string"),
    		},
    	},
    	TargetIds: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	TargetType: pulumi.String("string"),
    	TrustPoints: intersight.AssetTargetTrustPointArray{
    		&intersight.AssetTargetTrustPointArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	Vendor: pulumi.String("string"),
    	VersionContexts: intersight.AssetTargetVersionContextArray{
    		&intersight.AssetTargetVersionContextArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			InterestedMos: intersight.AssetTargetVersionContextInterestedMoArray{
    				&intersight.AssetTargetVersionContextInterestedMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			MarkedForDeletion: pulumi.Bool(false),
    			NrVersion:         pulumi.String("string"),
    			ObjectType:        pulumi.String("string"),
    			RefMos: intersight.AssetTargetVersionContextRefMoArray{
    				&intersight.AssetTargetVersionContextRefMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Timestamp:   pulumi.String("string"),
    			VersionType: pulumi.String("string"),
    		},
    	},
    	WaitForCompletion: pulumi.Bool(false),
    	WorkflowInfos: intersight.AssetTargetWorkflowInfoArray{
    		&intersight.AssetTargetWorkflowInfoArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    })
    
    var assetTargetResource = new AssetTarget("assetTargetResource", AssetTargetArgs.builder()
        .accountMoid("string")
        .accounts(AssetTargetAccountArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .additionalProperties("string")
        .alarmSummaries(AssetTargetAlarmSummaryArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .critical(0)
            .health("string")
            .info(0)
            .objectType("string")
            .suppressedCritical(0)
            .suppressedInfo(0)
            .suppressedWarning(0)
            .warning(0)
            .build())
        .ancestors(AssetTargetAncestorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .assetTargetId("string")
        .assists(AssetTargetAssistArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .claimedByUserName("string")
        .classId("string")
        .connections(AssetTargetConnectionArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .credentials(AssetTargetConnectionCredentialArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .objectType("string")
                .build())
            .objectType("string")
            .build())
        .connectorVersion("string")
        .createTime("string")
        .customPermissionResources(AssetTargetCustomPermissionResourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .domainGroupMoid("string")
        .externalIpAddress("string")
        .ipAddresses("string")
        .managementLocation("string")
        .modTime("string")
        .moid("string")
        .name("string")
        .objectType("string")
        .owners("string")
        .parents(AssetTargetParentArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .permissionResources(AssetTargetPermissionResourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .productIds("string")
        .readOnly(false)
        .registeredDevices(AssetTargetRegisteredDeviceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .services(AssetTargetServiceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .objectType("string")
            .options(AssetTargetServiceOptionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .objectType("string")
                .build())
            .build())
        .sharedScope("string")
        .status("string")
        .statusErrorReason("string")
        .tags(AssetTargetTagArgs.builder()
            .additionalProperties("string")
            .key("string")
            .value("string")
            .build())
        .targetIds("string")
        .targetType("string")
        .trustPoints(AssetTargetTrustPointArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .vendor("string")
        .versionContexts(AssetTargetVersionContextArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .interestedMos(AssetTargetVersionContextInterestedMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .markedForDeletion(false)
            .nrVersion("string")
            .objectType("string")
            .refMos(AssetTargetVersionContextRefMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .timestamp("string")
            .versionType("string")
            .build())
        .waitForCompletion(false)
        .workflowInfos(AssetTargetWorkflowInfoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .build());
    
    asset_target_resource = intersight.AssetTarget("assetTargetResource",
        account_moid="string",
        accounts=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        additional_properties="string",
        alarm_summaries=[{
            "additional_properties": "string",
            "class_id": "string",
            "critical": 0,
            "health": "string",
            "info": 0,
            "object_type": "string",
            "suppressed_critical": 0,
            "suppressed_info": 0,
            "suppressed_warning": 0,
            "warning": 0,
        }],
        ancestors=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        asset_target_id="string",
        assists=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        claimed_by_user_name="string",
        class_id="string",
        connections=[{
            "additional_properties": "string",
            "class_id": "string",
            "credentials": [{
                "additional_properties": "string",
                "class_id": "string",
                "object_type": "string",
            }],
            "object_type": "string",
        }],
        connector_version="string",
        create_time="string",
        custom_permission_resources=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        domain_group_moid="string",
        external_ip_address="string",
        ip_addresses=["string"],
        management_location="string",
        mod_time="string",
        moid="string",
        name="string",
        object_type="string",
        owners=["string"],
        parents=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        permission_resources=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        product_ids=["string"],
        read_only=False,
        registered_devices=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        services=[{
            "additional_properties": "string",
            "class_id": "string",
            "object_type": "string",
            "options": [{
                "additional_properties": "string",
                "class_id": "string",
                "object_type": "string",
            }],
        }],
        shared_scope="string",
        status="string",
        status_error_reason="string",
        tags=[{
            "additional_properties": "string",
            "key": "string",
            "value": "string",
        }],
        target_ids=["string"],
        target_type="string",
        trust_points=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        vendor="string",
        version_contexts=[{
            "additional_properties": "string",
            "class_id": "string",
            "interested_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "marked_for_deletion": False,
            "nr_version": "string",
            "object_type": "string",
            "ref_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "timestamp": "string",
            "version_type": "string",
        }],
        wait_for_completion=False,
        workflow_infos=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }])
    
    const assetTargetResource = new intersight.AssetTarget("assetTargetResource", {
        accountMoid: "string",
        accounts: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        additionalProperties: "string",
        alarmSummaries: [{
            additionalProperties: "string",
            classId: "string",
            critical: 0,
            health: "string",
            info: 0,
            objectType: "string",
            suppressedCritical: 0,
            suppressedInfo: 0,
            suppressedWarning: 0,
            warning: 0,
        }],
        ancestors: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        assetTargetId: "string",
        assists: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        claimedByUserName: "string",
        classId: "string",
        connections: [{
            additionalProperties: "string",
            classId: "string",
            credentials: [{
                additionalProperties: "string",
                classId: "string",
                objectType: "string",
            }],
            objectType: "string",
        }],
        connectorVersion: "string",
        createTime: "string",
        customPermissionResources: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        domainGroupMoid: "string",
        externalIpAddress: "string",
        ipAddresses: ["string"],
        managementLocation: "string",
        modTime: "string",
        moid: "string",
        name: "string",
        objectType: "string",
        owners: ["string"],
        parents: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        permissionResources: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        productIds: ["string"],
        readOnly: false,
        registeredDevices: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        services: [{
            additionalProperties: "string",
            classId: "string",
            objectType: "string",
            options: [{
                additionalProperties: "string",
                classId: "string",
                objectType: "string",
            }],
        }],
        sharedScope: "string",
        status: "string",
        statusErrorReason: "string",
        tags: [{
            additionalProperties: "string",
            key: "string",
            value: "string",
        }],
        targetIds: ["string"],
        targetType: "string",
        trustPoints: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        vendor: "string",
        versionContexts: [{
            additionalProperties: "string",
            classId: "string",
            interestedMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            markedForDeletion: false,
            nrVersion: "string",
            objectType: "string",
            refMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            timestamp: "string",
            versionType: "string",
        }],
        waitForCompletion: false,
        workflowInfos: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
    });
    
    type: intersight:AssetTarget
    properties:
        accountMoid: string
        accounts:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        additionalProperties: string
        alarmSummaries:
            - additionalProperties: string
              classId: string
              critical: 0
              health: string
              info: 0
              objectType: string
              suppressedCritical: 0
              suppressedInfo: 0
              suppressedWarning: 0
              warning: 0
        ancestors:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        assetTargetId: string
        assists:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        claimedByUserName: string
        classId: string
        connections:
            - additionalProperties: string
              classId: string
              credentials:
                - additionalProperties: string
                  classId: string
                  objectType: string
              objectType: string
        connectorVersion: string
        createTime: string
        customPermissionResources:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        domainGroupMoid: string
        externalIpAddress: string
        ipAddresses:
            - string
        managementLocation: string
        modTime: string
        moid: string
        name: string
        objectType: string
        owners:
            - string
        parents:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        permissionResources:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        productIds:
            - string
        readOnly: false
        registeredDevices:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        services:
            - additionalProperties: string
              classId: string
              objectType: string
              options:
                - additionalProperties: string
                  classId: string
                  objectType: string
        sharedScope: string
        status: string
        statusErrorReason: string
        tags:
            - additionalProperties: string
              key: string
              value: string
        targetIds:
            - string
        targetType: string
        trustPoints:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        vendor: string
        versionContexts:
            - additionalProperties: string
              classId: string
              interestedMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              markedForDeletion: false
              nrVersion: string
              objectType: string
              refMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              timestamp: string
              versionType: string
        waitForCompletion: false
        workflowInfos:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
    

    AssetTarget Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The AssetTarget resource accepts the following input properties:

    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts List<AssetTargetAccount>
    A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AdditionalProperties string
    AlarmSummaries List<AssetTargetAlarmSummary>
    (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
    Ancestors List<AssetTargetAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    AssetTargetId string
    Assists List<AssetTargetAssist>
    A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    ClaimedByUserName string
    (ReadOnly) The name or email id of the user who claimed the target.
    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.
    Connections List<AssetTargetConnection>
    This complex property has following sub-properties:
    ConnectorVersion string
    (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    CustomPermissionResources List<AssetTargetCustomPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ExternalIpAddress string
    (ReadOnly) ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    IpAddresses List<string>
    (Array of schema.TypeString) -
    ManagementLocation string
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user provided name for the managed target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<AssetTargetParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources List<AssetTargetPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ProductIds List<string>
    (Array of schema.TypeString) -
    ReadOnly bool
    (ReadOnly) For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    RegisteredDevices List<AssetTargetRegisteredDevice>
    (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    Services List<AssetTargetService>
    This complex property has following sub-properties:
    SharedScope string
    (ReadOnly) 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.
    Status string
    (ReadOnly) Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
    StatusErrorReason string
    (ReadOnly) StatusErrorReason provides additional context for the Status.
    Tags List<AssetTargetTag>
    This complex property has following sub-properties:
    TargetIds List<string>
    (Array of schema.TypeString) -
    TargetType string
    TrustPoints List<AssetTargetTrustPoint>
    A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    Vendor string
    (ReadOnly) The vendor of the managed target.
    VersionContexts List<AssetTargetVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WaitForCompletion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    WorkflowInfos List<AssetTargetWorkflowInfo>
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts []AssetTargetAccountArgs
    A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AdditionalProperties string
    AlarmSummaries []AssetTargetAlarmSummaryArgs
    (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
    Ancestors []AssetTargetAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    AssetTargetId string
    Assists []AssetTargetAssistArgs
    A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    ClaimedByUserName string
    (ReadOnly) The name or email id of the user who claimed the target.
    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.
    Connections []AssetTargetConnectionArgs
    This complex property has following sub-properties:
    ConnectorVersion string
    (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    CustomPermissionResources []AssetTargetCustomPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ExternalIpAddress string
    (ReadOnly) ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    IpAddresses []string
    (Array of schema.TypeString) -
    ManagementLocation string
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user provided name for the managed target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []AssetTargetParentArgs
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources []AssetTargetPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ProductIds []string
    (Array of schema.TypeString) -
    ReadOnly bool
    (ReadOnly) For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    RegisteredDevices []AssetTargetRegisteredDeviceArgs
    (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    Services []AssetTargetServiceArgs
    This complex property has following sub-properties:
    SharedScope string
    (ReadOnly) 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.
    Status string
    (ReadOnly) Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
    StatusErrorReason string
    (ReadOnly) StatusErrorReason provides additional context for the Status.
    Tags []AssetTargetTagArgs
    This complex property has following sub-properties:
    TargetIds []string
    (Array of schema.TypeString) -
    TargetType string
    TrustPoints []AssetTargetTrustPointArgs
    A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    Vendor string
    (ReadOnly) The vendor of the managed target.
    VersionContexts []AssetTargetVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WaitForCompletion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    WorkflowInfos []AssetTargetWorkflowInfoArgs
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<AssetTargetAccount>
    A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties String
    alarmSummaries List<AssetTargetAlarmSummary>
    (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
    ancestors List<AssetTargetAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    assetTargetId String
    assists List<AssetTargetAssist>
    A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    claimedByUserName String
    (ReadOnly) The name or email id of the user who claimed the target.
    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.
    connections List<AssetTargetConnection>
    This complex property has following sub-properties:
    connectorVersion String
    (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
    createTime String
    (ReadOnly) The time when this managed object was created.
    customPermissionResources List<AssetTargetCustomPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    externalIpAddress String
    (ReadOnly) ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    ipAddresses List<String>
    (Array of schema.TypeString) -
    managementLocation String
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user provided name for the managed target.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<AssetTargetParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<AssetTargetPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    productIds List<String>
    (Array of schema.TypeString) -
    readOnly Boolean
    (ReadOnly) For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registeredDevices List<AssetTargetRegisteredDevice>
    (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    services List<AssetTargetService>
    This complex property has following sub-properties:
    sharedScope String
    (ReadOnly) 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.
    status String
    (ReadOnly) Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
    statusErrorReason String
    (ReadOnly) StatusErrorReason provides additional context for the Status.
    tags List<AssetTargetTag>
    This complex property has following sub-properties:
    targetIds List<String>
    (Array of schema.TypeString) -
    targetType String
    trustPoints List<AssetTargetTrustPoint>
    A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    vendor String
    (ReadOnly) The vendor of the managed target.
    versionContexts List<AssetTargetVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion Boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos List<AssetTargetWorkflowInfo>
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    accounts AssetTargetAccount[]
    A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties string
    alarmSummaries AssetTargetAlarmSummary[]
    (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
    ancestors AssetTargetAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    assetTargetId string
    assists AssetTargetAssist[]
    A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    claimedByUserName string
    (ReadOnly) The name or email id of the user who claimed the target.
    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.
    connections AssetTargetConnection[]
    This complex property has following sub-properties:
    connectorVersion string
    (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
    createTime string
    (ReadOnly) The time when this managed object was created.
    customPermissionResources AssetTargetCustomPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    externalIpAddress string
    (ReadOnly) ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    ipAddresses string[]
    (Array of schema.TypeString) -
    managementLocation string
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    A user provided name for the managed target.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents AssetTargetParent[]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources AssetTargetPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    productIds string[]
    (Array of schema.TypeString) -
    readOnly boolean
    (ReadOnly) For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registeredDevices AssetTargetRegisteredDevice[]
    (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    services AssetTargetService[]
    This complex property has following sub-properties:
    sharedScope string
    (ReadOnly) 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.
    status string
    (ReadOnly) Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
    statusErrorReason string
    (ReadOnly) StatusErrorReason provides additional context for the Status.
    tags AssetTargetTag[]
    This complex property has following sub-properties:
    targetIds string[]
    (Array of schema.TypeString) -
    targetType string
    trustPoints AssetTargetTrustPoint[]
    A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    vendor string
    (ReadOnly) The vendor of the managed target.
    versionContexts AssetTargetVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos AssetTargetWorkflowInfo[]
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    accounts Sequence[AssetTargetAccountArgs]
    A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additional_properties str
    alarm_summaries Sequence[AssetTargetAlarmSummaryArgs]
    (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
    ancestors Sequence[AssetTargetAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    asset_target_id str
    assists Sequence[AssetTargetAssistArgs]
    A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    claimed_by_user_name str
    (ReadOnly) The name or email id of the user who claimed the target.
    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.
    connections Sequence[AssetTargetConnectionArgs]
    This complex property has following sub-properties:
    connector_version str
    (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
    create_time str
    (ReadOnly) The time when this managed object was created.
    custom_permission_resources Sequence[AssetTargetCustomPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    external_ip_address str
    (ReadOnly) ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    ip_addresses Sequence[str]
    (Array of schema.TypeString) -
    management_location str
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    A user provided name for the managed target.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[AssetTargetParentArgs]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permission_resources Sequence[AssetTargetPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    product_ids Sequence[str]
    (Array of schema.TypeString) -
    read_only bool
    (ReadOnly) For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registered_devices Sequence[AssetTargetRegisteredDeviceArgs]
    (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    services Sequence[AssetTargetServiceArgs]
    This complex property has following sub-properties:
    shared_scope str
    (ReadOnly) 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.
    status str
    (ReadOnly) Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
    status_error_reason str
    (ReadOnly) StatusErrorReason provides additional context for the Status.
    tags Sequence[AssetTargetTagArgs]
    This complex property has following sub-properties:
    target_ids Sequence[str]
    (Array of schema.TypeString) -
    target_type str
    trust_points Sequence[AssetTargetTrustPointArgs]
    A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    vendor str
    (ReadOnly) The vendor of the managed target.
    version_contexts Sequence[AssetTargetVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    wait_for_completion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflow_infos Sequence[AssetTargetWorkflowInfoArgs]
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<Property Map>
    A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties String
    alarmSummaries List<Property Map>
    (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    assetTargetId String
    assists List<Property Map>
    A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    claimedByUserName String
    (ReadOnly) The name or email id of the user who claimed the target.
    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.
    connections List<Property Map>
    This complex property has following sub-properties:
    connectorVersion String
    (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
    createTime String
    (ReadOnly) The time when this managed object was created.
    customPermissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    externalIpAddress String
    (ReadOnly) ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    ipAddresses List<String>
    (Array of schema.TypeString) -
    managementLocation String
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user provided name for the managed target.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<Property Map>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    productIds List<String>
    (Array of schema.TypeString) -
    readOnly Boolean
    (ReadOnly) For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registeredDevices List<Property Map>
    (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    services List<Property Map>
    This complex property has following sub-properties:
    sharedScope String
    (ReadOnly) 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.
    status String
    (ReadOnly) Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
    statusErrorReason String
    (ReadOnly) StatusErrorReason provides additional context for the Status.
    tags List<Property Map>
    This complex property has following sub-properties:
    targetIds List<String>
    (Array of schema.TypeString) -
    targetType String
    trustPoints List<Property Map>
    A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    vendor String
    (ReadOnly) The vendor of the managed target.
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion Boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos List<Property Map>
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AssetTarget resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing AssetTarget Resource

    Get an existing AssetTarget resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: AssetTargetState, opts?: CustomResourceOptions): AssetTarget
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_moid: Optional[str] = None,
            accounts: Optional[Sequence[AssetTargetAccountArgs]] = None,
            additional_properties: Optional[str] = None,
            alarm_summaries: Optional[Sequence[AssetTargetAlarmSummaryArgs]] = None,
            ancestors: Optional[Sequence[AssetTargetAncestorArgs]] = None,
            asset_target_id: Optional[str] = None,
            assists: Optional[Sequence[AssetTargetAssistArgs]] = None,
            claimed_by_user_name: Optional[str] = None,
            class_id: Optional[str] = None,
            connections: Optional[Sequence[AssetTargetConnectionArgs]] = None,
            connector_version: Optional[str] = None,
            create_time: Optional[str] = None,
            custom_permission_resources: Optional[Sequence[AssetTargetCustomPermissionResourceArgs]] = None,
            domain_group_moid: Optional[str] = None,
            external_ip_address: Optional[str] = None,
            ip_addresses: Optional[Sequence[str]] = None,
            management_location: Optional[str] = None,
            mod_time: Optional[str] = None,
            moid: Optional[str] = None,
            name: Optional[str] = None,
            object_type: Optional[str] = None,
            owners: Optional[Sequence[str]] = None,
            parents: Optional[Sequence[AssetTargetParentArgs]] = None,
            permission_resources: Optional[Sequence[AssetTargetPermissionResourceArgs]] = None,
            product_ids: Optional[Sequence[str]] = None,
            read_only: Optional[bool] = None,
            registered_devices: Optional[Sequence[AssetTargetRegisteredDeviceArgs]] = None,
            services: Optional[Sequence[AssetTargetServiceArgs]] = None,
            shared_scope: Optional[str] = None,
            status: Optional[str] = None,
            status_error_reason: Optional[str] = None,
            tags: Optional[Sequence[AssetTargetTagArgs]] = None,
            target_ids: Optional[Sequence[str]] = None,
            target_type: Optional[str] = None,
            trust_points: Optional[Sequence[AssetTargetTrustPointArgs]] = None,
            vendor: Optional[str] = None,
            version_contexts: Optional[Sequence[AssetTargetVersionContextArgs]] = None,
            wait_for_completion: Optional[bool] = None,
            workflow_infos: Optional[Sequence[AssetTargetWorkflowInfoArgs]] = None) -> AssetTarget
    func GetAssetTarget(ctx *Context, name string, id IDInput, state *AssetTargetState, opts ...ResourceOption) (*AssetTarget, error)
    public static AssetTarget Get(string name, Input<string> id, AssetTargetState? state, CustomResourceOptions? opts = null)
    public static AssetTarget get(String name, Output<String> id, AssetTargetState state, CustomResourceOptions options)
    resources:  _:    type: intersight:AssetTarget    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts List<AssetTargetAccount>
    A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AdditionalProperties string
    AlarmSummaries List<AssetTargetAlarmSummary>
    (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
    Ancestors List<AssetTargetAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    AssetTargetId string
    Assists List<AssetTargetAssist>
    A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    ClaimedByUserName string
    (ReadOnly) The name or email id of the user who claimed the target.
    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.
    Connections List<AssetTargetConnection>
    This complex property has following sub-properties:
    ConnectorVersion string
    (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    CustomPermissionResources List<AssetTargetCustomPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ExternalIpAddress string
    (ReadOnly) ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    IpAddresses List<string>
    (Array of schema.TypeString) -
    ManagementLocation string
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user provided name for the managed target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<AssetTargetParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources List<AssetTargetPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ProductIds List<string>
    (Array of schema.TypeString) -
    ReadOnly bool
    (ReadOnly) For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    RegisteredDevices List<AssetTargetRegisteredDevice>
    (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    Services List<AssetTargetService>
    This complex property has following sub-properties:
    SharedScope string
    (ReadOnly) 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.
    Status string
    (ReadOnly) Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
    StatusErrorReason string
    (ReadOnly) StatusErrorReason provides additional context for the Status.
    Tags List<AssetTargetTag>
    This complex property has following sub-properties:
    TargetIds List<string>
    (Array of schema.TypeString) -
    TargetType string
    TrustPoints List<AssetTargetTrustPoint>
    A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    Vendor string
    (ReadOnly) The vendor of the managed target.
    VersionContexts List<AssetTargetVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WaitForCompletion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    WorkflowInfos List<AssetTargetWorkflowInfo>
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts []AssetTargetAccountArgs
    A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AdditionalProperties string
    AlarmSummaries []AssetTargetAlarmSummaryArgs
    (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
    Ancestors []AssetTargetAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    AssetTargetId string
    Assists []AssetTargetAssistArgs
    A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    ClaimedByUserName string
    (ReadOnly) The name or email id of the user who claimed the target.
    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.
    Connections []AssetTargetConnectionArgs
    This complex property has following sub-properties:
    ConnectorVersion string
    (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    CustomPermissionResources []AssetTargetCustomPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ExternalIpAddress string
    (ReadOnly) ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    IpAddresses []string
    (Array of schema.TypeString) -
    ManagementLocation string
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user provided name for the managed target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []AssetTargetParentArgs
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources []AssetTargetPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ProductIds []string
    (Array of schema.TypeString) -
    ReadOnly bool
    (ReadOnly) For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    RegisteredDevices []AssetTargetRegisteredDeviceArgs
    (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    Services []AssetTargetServiceArgs
    This complex property has following sub-properties:
    SharedScope string
    (ReadOnly) 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.
    Status string
    (ReadOnly) Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
    StatusErrorReason string
    (ReadOnly) StatusErrorReason provides additional context for the Status.
    Tags []AssetTargetTagArgs
    This complex property has following sub-properties:
    TargetIds []string
    (Array of schema.TypeString) -
    TargetType string
    TrustPoints []AssetTargetTrustPointArgs
    A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    Vendor string
    (ReadOnly) The vendor of the managed target.
    VersionContexts []AssetTargetVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WaitForCompletion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    WorkflowInfos []AssetTargetWorkflowInfoArgs
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<AssetTargetAccount>
    A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties String
    alarmSummaries List<AssetTargetAlarmSummary>
    (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
    ancestors List<AssetTargetAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    assetTargetId String
    assists List<AssetTargetAssist>
    A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    claimedByUserName String
    (ReadOnly) The name or email id of the user who claimed the target.
    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.
    connections List<AssetTargetConnection>
    This complex property has following sub-properties:
    connectorVersion String
    (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
    createTime String
    (ReadOnly) The time when this managed object was created.
    customPermissionResources List<AssetTargetCustomPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    externalIpAddress String
    (ReadOnly) ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    ipAddresses List<String>
    (Array of schema.TypeString) -
    managementLocation String
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user provided name for the managed target.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<AssetTargetParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<AssetTargetPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    productIds List<String>
    (Array of schema.TypeString) -
    readOnly Boolean
    (ReadOnly) For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registeredDevices List<AssetTargetRegisteredDevice>
    (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    services List<AssetTargetService>
    This complex property has following sub-properties:
    sharedScope String
    (ReadOnly) 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.
    status String
    (ReadOnly) Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
    statusErrorReason String
    (ReadOnly) StatusErrorReason provides additional context for the Status.
    tags List<AssetTargetTag>
    This complex property has following sub-properties:
    targetIds List<String>
    (Array of schema.TypeString) -
    targetType String
    trustPoints List<AssetTargetTrustPoint>
    A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    vendor String
    (ReadOnly) The vendor of the managed target.
    versionContexts List<AssetTargetVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion Boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos List<AssetTargetWorkflowInfo>
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    accounts AssetTargetAccount[]
    A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties string
    alarmSummaries AssetTargetAlarmSummary[]
    (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
    ancestors AssetTargetAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    assetTargetId string
    assists AssetTargetAssist[]
    A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    claimedByUserName string
    (ReadOnly) The name or email id of the user who claimed the target.
    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.
    connections AssetTargetConnection[]
    This complex property has following sub-properties:
    connectorVersion string
    (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
    createTime string
    (ReadOnly) The time when this managed object was created.
    customPermissionResources AssetTargetCustomPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    externalIpAddress string
    (ReadOnly) ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    ipAddresses string[]
    (Array of schema.TypeString) -
    managementLocation string
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    A user provided name for the managed target.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents AssetTargetParent[]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources AssetTargetPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    productIds string[]
    (Array of schema.TypeString) -
    readOnly boolean
    (ReadOnly) For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registeredDevices AssetTargetRegisteredDevice[]
    (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    services AssetTargetService[]
    This complex property has following sub-properties:
    sharedScope string
    (ReadOnly) 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.
    status string
    (ReadOnly) Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
    statusErrorReason string
    (ReadOnly) StatusErrorReason provides additional context for the Status.
    tags AssetTargetTag[]
    This complex property has following sub-properties:
    targetIds string[]
    (Array of schema.TypeString) -
    targetType string
    trustPoints AssetTargetTrustPoint[]
    A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    vendor string
    (ReadOnly) The vendor of the managed target.
    versionContexts AssetTargetVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos AssetTargetWorkflowInfo[]
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    accounts Sequence[AssetTargetAccountArgs]
    A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additional_properties str
    alarm_summaries Sequence[AssetTargetAlarmSummaryArgs]
    (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
    ancestors Sequence[AssetTargetAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    asset_target_id str
    assists Sequence[AssetTargetAssistArgs]
    A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    claimed_by_user_name str
    (ReadOnly) The name or email id of the user who claimed the target.
    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.
    connections Sequence[AssetTargetConnectionArgs]
    This complex property has following sub-properties:
    connector_version str
    (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
    create_time str
    (ReadOnly) The time when this managed object was created.
    custom_permission_resources Sequence[AssetTargetCustomPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    external_ip_address str
    (ReadOnly) ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    ip_addresses Sequence[str]
    (Array of schema.TypeString) -
    management_location str
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    A user provided name for the managed target.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[AssetTargetParentArgs]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permission_resources Sequence[AssetTargetPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    product_ids Sequence[str]
    (Array of schema.TypeString) -
    read_only bool
    (ReadOnly) For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registered_devices Sequence[AssetTargetRegisteredDeviceArgs]
    (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    services Sequence[AssetTargetServiceArgs]
    This complex property has following sub-properties:
    shared_scope str
    (ReadOnly) 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.
    status str
    (ReadOnly) Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
    status_error_reason str
    (ReadOnly) StatusErrorReason provides additional context for the Status.
    tags Sequence[AssetTargetTagArgs]
    This complex property has following sub-properties:
    target_ids Sequence[str]
    (Array of schema.TypeString) -
    target_type str
    trust_points Sequence[AssetTargetTrustPointArgs]
    A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    vendor str
    (ReadOnly) The vendor of the managed target.
    version_contexts Sequence[AssetTargetVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    wait_for_completion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflow_infos Sequence[AssetTargetWorkflowInfoArgs]
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<Property Map>
    A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties String
    alarmSummaries List<Property Map>
    (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    assetTargetId String
    assists List<Property Map>
    A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    claimedByUserName String
    (ReadOnly) The name or email id of the user who claimed the target.
    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.
    connections List<Property Map>
    This complex property has following sub-properties:
    connectorVersion String
    (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
    createTime String
    (ReadOnly) The time when this managed object was created.
    customPermissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    externalIpAddress String
    (ReadOnly) ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    ipAddresses List<String>
    (Array of schema.TypeString) -
    managementLocation String
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user provided name for the managed target.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<Property Map>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    productIds List<String>
    (Array of schema.TypeString) -
    readOnly Boolean
    (ReadOnly) For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registeredDevices List<Property Map>
    (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    services List<Property Map>
    This complex property has following sub-properties:
    sharedScope String
    (ReadOnly) 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.
    status String
    (ReadOnly) Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
    statusErrorReason String
    (ReadOnly) StatusErrorReason provides additional context for the Status.
    tags List<Property Map>
    This complex property has following sub-properties:
    targetIds List<String>
    (Array of schema.TypeString) -
    targetType String
    trustPoints List<Property Map>
    A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    vendor String
    (ReadOnly) The vendor of the managed target.
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion Boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos List<Property Map>
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:

    Supporting Types

    AssetTargetAccount, AssetTargetAccountArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid str
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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'.

    AssetTargetAlarmSummary, AssetTargetAlarmSummaryArgs

    AdditionalProperties string
    ClassId string
    Critical double
    (ReadOnly) The count of active alarms that have severity type Critical.
    Health string
    (ReadOnly) Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* Healthy - The Enum value represents that the entity is healthy.* Warning - The Enum value Warning represents that the entity has one or more active warnings on it.* Critical - The Enum value Critical represents that the entity is in a critical state.
    Info double
    (ReadOnly) The count of active alarms that have severity type Info.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SuppressedCritical double
    (ReadOnly) The count of active suppressed alarms that have severity type Critical.
    SuppressedInfo double
    (ReadOnly) The count of active suppressed alarms that have severity type Info.
    SuppressedWarning double
    (ReadOnly) The count of active suppressed alarms that have severity type Warning.
    Warning double
    (ReadOnly) The count of active alarms that have severity type Warning.
    AdditionalProperties string
    ClassId string
    Critical float64
    (ReadOnly) The count of active alarms that have severity type Critical.
    Health string
    (ReadOnly) Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* Healthy - The Enum value represents that the entity is healthy.* Warning - The Enum value Warning represents that the entity has one or more active warnings on it.* Critical - The Enum value Critical represents that the entity is in a critical state.
    Info float64
    (ReadOnly) The count of active alarms that have severity type Info.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SuppressedCritical float64
    (ReadOnly) The count of active suppressed alarms that have severity type Critical.
    SuppressedInfo float64
    (ReadOnly) The count of active suppressed alarms that have severity type Info.
    SuppressedWarning float64
    (ReadOnly) The count of active suppressed alarms that have severity type Warning.
    Warning float64
    (ReadOnly) The count of active alarms that have severity type Warning.
    additionalProperties String
    classId String
    critical Double
    (ReadOnly) The count of active alarms that have severity type Critical.
    health String
    (ReadOnly) Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* Healthy - The Enum value represents that the entity is healthy.* Warning - The Enum value Warning represents that the entity has one or more active warnings on it.* Critical - The Enum value Critical represents that the entity is in a critical state.
    info Double
    (ReadOnly) The count of active alarms that have severity type Info.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    suppressedCritical Double
    (ReadOnly) The count of active suppressed alarms that have severity type Critical.
    suppressedInfo Double
    (ReadOnly) The count of active suppressed alarms that have severity type Info.
    suppressedWarning Double
    (ReadOnly) The count of active suppressed alarms that have severity type Warning.
    warning Double
    (ReadOnly) The count of active alarms that have severity type Warning.
    additionalProperties string
    classId string
    critical number
    (ReadOnly) The count of active alarms that have severity type Critical.
    health string
    (ReadOnly) Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* Healthy - The Enum value represents that the entity is healthy.* Warning - The Enum value Warning represents that the entity has one or more active warnings on it.* Critical - The Enum value Critical represents that the entity is in a critical state.
    info number
    (ReadOnly) The count of active alarms that have severity type Info.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    suppressedCritical number
    (ReadOnly) The count of active suppressed alarms that have severity type Critical.
    suppressedInfo number
    (ReadOnly) The count of active suppressed alarms that have severity type Info.
    suppressedWarning number
    (ReadOnly) The count of active suppressed alarms that have severity type Warning.
    warning number
    (ReadOnly) The count of active alarms that have severity type Warning.
    additional_properties str
    class_id str
    critical float
    (ReadOnly) The count of active alarms that have severity type Critical.
    health str
    (ReadOnly) Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* Healthy - The Enum value represents that the entity is healthy.* Warning - The Enum value Warning represents that the entity has one or more active warnings on it.* Critical - The Enum value Critical represents that the entity is in a critical state.
    info float
    (ReadOnly) The count of active alarms that have severity type Info.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    suppressed_critical float
    (ReadOnly) The count of active suppressed alarms that have severity type Critical.
    suppressed_info float
    (ReadOnly) The count of active suppressed alarms that have severity type Info.
    suppressed_warning float
    (ReadOnly) The count of active suppressed alarms that have severity type Warning.
    warning float
    (ReadOnly) The count of active alarms that have severity type Warning.
    additionalProperties String
    classId String
    critical Number
    (ReadOnly) The count of active alarms that have severity type Critical.
    health String
    (ReadOnly) Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* Healthy - The Enum value represents that the entity is healthy.* Warning - The Enum value Warning represents that the entity has one or more active warnings on it.* Critical - The Enum value Critical represents that the entity is in a critical state.
    info Number
    (ReadOnly) The count of active alarms that have severity type Info.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    suppressedCritical Number
    (ReadOnly) The count of active suppressed alarms that have severity type Critical.
    suppressedInfo Number
    (ReadOnly) The count of active suppressed alarms that have severity type Info.
    suppressedWarning Number
    (ReadOnly) The count of active suppressed alarms that have severity type Warning.
    warning Number
    (ReadOnly) The count of active alarms that have severity type Warning.

    AssetTargetAncestor, AssetTargetAncestorArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid str
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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'.

    AssetTargetAssist, AssetTargetAssistArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid str
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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'.

    AssetTargetConnection, AssetTargetConnectionArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: asset.CloudConnection asset.HttpConnection asset.IntersightDeviceConnectorConnection asset.ScopedTargetConnection asset.SshConnection
    ClassId string
    Credentials List<AssetTargetConnectionCredential>
    The credential to be used to authenticate with the managed target. This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: asset.CloudConnection asset.HttpConnection asset.IntersightDeviceConnectorConnection asset.ScopedTargetConnection asset.SshConnection
    ClassId string
    Credentials []AssetTargetConnectionCredential
    The credential to be used to authenticate with the managed target. This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: asset.CloudConnection asset.HttpConnection asset.IntersightDeviceConnectorConnection asset.ScopedTargetConnection asset.SshConnection
    classId String
    credentials List<AssetTargetConnectionCredential>
    The credential to be used to authenticate with the managed target. This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: asset.CloudConnection asset.HttpConnection asset.IntersightDeviceConnectorConnection asset.ScopedTargetConnection asset.SshConnection
    classId string
    credentials AssetTargetConnectionCredential[]
    The credential to be used to authenticate with the managed target. This complex property has following sub-properties:
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: asset.CloudConnection asset.HttpConnection asset.IntersightDeviceConnectorConnection asset.ScopedTargetConnection asset.SshConnection
    class_id str
    credentials Sequence[AssetTargetConnectionCredential]
    The credential to be used to authenticate with the managed target. This complex property has following sub-properties:
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: asset.CloudConnection asset.HttpConnection asset.IntersightDeviceConnectorConnection asset.ScopedTargetConnection asset.SshConnection
    classId String
    credentials List<Property Map>
    The credential to be used to authenticate with the managed target. This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.

    AssetTargetConnectionCredential, AssetTargetConnectionCredentialArgs

    AdditionalProperties string
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    AdditionalProperties string
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties string
    classId string
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additional_properties str
    class_id str
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.

    AssetTargetCustomPermissionResource, AssetTargetCustomPermissionResourceArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid str
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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'.

    AssetTargetParent, AssetTargetParentArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid str
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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'.

    AssetTargetPermissionResource, AssetTargetPermissionResourceArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid str
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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'.

    AssetTargetRegisteredDevice, AssetTargetRegisteredDeviceArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid str
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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'.

    AssetTargetService, AssetTargetServiceArgs

    AdditionalProperties string
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Options List<AssetTargetServiceOption>
    Captures configuration that is specific to a target type for a specific service. This complex property has following sub-properties:
    AdditionalProperties string
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Options []AssetTargetServiceOption
    Captures configuration that is specific to a target type for a specific service. This complex property has following sub-properties:
    additionalProperties String
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    options List<AssetTargetServiceOption>
    Captures configuration that is specific to a target type for a specific service. This complex property has following sub-properties:
    additionalProperties string
    classId string
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    options AssetTargetServiceOption[]
    Captures configuration that is specific to a target type for a specific service. This complex property has following sub-properties:
    additional_properties str
    class_id str
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    options Sequence[AssetTargetServiceOption]
    Captures configuration that is specific to a target type for a specific service. This complex property has following sub-properties:
    additionalProperties String
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    options List<Property Map>
    Captures configuration that is specific to a target type for a specific service. This complex property has following sub-properties:

    AssetTargetServiceOption, AssetTargetServiceOptionArgs

    AdditionalProperties string
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    AdditionalProperties string
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties string
    classId string
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additional_properties str
    class_id str
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.

    AssetTargetTag, AssetTargetTagArgs

    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.

    AssetTargetTrustPoint, AssetTargetTrustPointArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid str
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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'.

    AssetTargetVersionContext, AssetTargetVersionContextArgs

    AdditionalProperties string
    ClassId string
    InterestedMos List<AssetTargetVersionContextInterestedMo>
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (ReadOnly) 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
    (ReadOnly) 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.
    RefMos List<AssetTargetVersionContextRefMo>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    Timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    VersionType string
    (ReadOnly) 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 intendedto 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
    InterestedMos []AssetTargetVersionContextInterestedMo
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (ReadOnly) 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
    (ReadOnly) 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.
    RefMos []AssetTargetVersionContextRefMo
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    Timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    VersionType string
    (ReadOnly) 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 intendedto 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
    interestedMos List<AssetTargetVersionContextInterestedMo>
    This complex property has following sub-properties:
    markedForDeletion Boolean
    (ReadOnly) 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
    (ReadOnly) 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.
    refMos List<AssetTargetVersionContextRefMo>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp String
    (ReadOnly) The time this versioned Managed Object was created.
    versionType String
    (ReadOnly) 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 intendedto 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
    interestedMos AssetTargetVersionContextInterestedMo[]
    This complex property has following sub-properties:
    markedForDeletion boolean
    (ReadOnly) 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
    (ReadOnly) 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.
    refMos AssetTargetVersionContextRefMo[]
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    versionType string
    (ReadOnly) 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 intendedto 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
    interested_mos Sequence[AssetTargetVersionContextInterestedMo]
    This complex property has following sub-properties:
    marked_for_deletion bool
    (ReadOnly) 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
    (ReadOnly) 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_mos Sequence[AssetTargetVersionContextRefMo]
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp str
    (ReadOnly) The time this versioned Managed Object was created.
    version_type str
    (ReadOnly) 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 intendedto 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
    interestedMos List<Property Map>
    This complex property has following sub-properties:
    markedForDeletion Boolean
    (ReadOnly) 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
    (ReadOnly) 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.
    refMos List<Property Map>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp String
    (ReadOnly) The time this versioned Managed Object was created.
    versionType String
    (ReadOnly) 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 intendedto 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.

    AssetTargetVersionContextInterestedMo, AssetTargetVersionContextInterestedMoArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid str
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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'.

    AssetTargetVersionContextRefMo, AssetTargetVersionContextRefMoArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid str
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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'.

    AssetTargetWorkflowInfo, AssetTargetWorkflowInfoArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    Moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid string
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid str
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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
    moid String
    The Moid of the referenced REST resource.
    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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance 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