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

intersight.WorkflowTemplateParser

Explore with Pulumi AI

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

    The template parser that will parse the template to get all the placeholders.

    Create WorkflowTemplateParser Resource

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

    Constructor syntax

    new WorkflowTemplateParser(name: string, args?: WorkflowTemplateParserArgs, opts?: CustomResourceOptions);
    @overload
    def WorkflowTemplateParser(resource_name: str,
                               args: Optional[WorkflowTemplateParserArgs] = None,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def WorkflowTemplateParser(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               account_moid: Optional[str] = None,
                               additional_properties: Optional[str] = None,
                               ancestors: Optional[Sequence[WorkflowTemplateParserAncestorArgs]] = None,
                               class_id: Optional[str] = None,
                               create_time: Optional[str] = None,
                               domain_group_moid: Optional[str] = None,
                               mod_time: Optional[str] = None,
                               moid: Optional[str] = None,
                               object_type: Optional[str] = None,
                               owners: Optional[Sequence[str]] = None,
                               parents: Optional[Sequence[WorkflowTemplateParserParentArgs]] = None,
                               permission_resources: Optional[Sequence[WorkflowTemplateParserPermissionResourceArgs]] = None,
                               placeholders: Optional[Sequence[WorkflowTemplateParserPlaceholderArgs]] = None,
                               shared_scope: Optional[str] = None,
                               tags: Optional[Sequence[WorkflowTemplateParserTagArgs]] = None,
                               template_content: Optional[str] = None,
                               version_contexts: Optional[Sequence[WorkflowTemplateParserVersionContextArgs]] = None,
                               workflow_template_parser_id: Optional[str] = None)
    func NewWorkflowTemplateParser(ctx *Context, name string, args *WorkflowTemplateParserArgs, opts ...ResourceOption) (*WorkflowTemplateParser, error)
    public WorkflowTemplateParser(string name, WorkflowTemplateParserArgs? args = null, CustomResourceOptions? opts = null)
    public WorkflowTemplateParser(String name, WorkflowTemplateParserArgs args)
    public WorkflowTemplateParser(String name, WorkflowTemplateParserArgs args, CustomResourceOptions options)
    
    type: intersight:WorkflowTemplateParser
    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 WorkflowTemplateParserArgs
    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 WorkflowTemplateParserArgs
    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 WorkflowTemplateParserArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WorkflowTemplateParserArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WorkflowTemplateParserArgs
    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 workflowTemplateParserResource = new Intersight.WorkflowTemplateParser("workflowTemplateParserResource", new()
    {
        AccountMoid = "string",
        AdditionalProperties = "string",
        Ancestors = new[]
        {
            new Intersight.Inputs.WorkflowTemplateParserAncestorArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        ClassId = "string",
        CreateTime = "string",
        DomainGroupMoid = "string",
        ModTime = "string",
        Moid = "string",
        ObjectType = "string",
        Owners = new[]
        {
            "string",
        },
        Parents = new[]
        {
            new Intersight.Inputs.WorkflowTemplateParserParentArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        PermissionResources = new[]
        {
            new Intersight.Inputs.WorkflowTemplateParserPermissionResourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        Placeholders = new[]
        {
            new Intersight.Inputs.WorkflowTemplateParserPlaceholderArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Defaults = new[]
                {
                    new Intersight.Inputs.WorkflowTemplateParserPlaceholderDefaultArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        IsValueSet = false,
                        ObjectType = "string",
                        Override = false,
                        Value = "string",
                    },
                },
                Description = "string",
                DisplayMetas = new[]
                {
                    new Intersight.Inputs.WorkflowTemplateParserPlaceholderDisplayMetaArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        InventorySelector = false,
                        ObjectType = "string",
                        WidgetType = "string",
                    },
                },
                InputParameters = "string",
                Label = "string",
                Name = "string",
                ObjectType = "string",
                Properties = new[]
                {
                    new Intersight.Inputs.WorkflowTemplateParserPlaceholderPropertyArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Constraints = new[]
                        {
                            new Intersight.Inputs.WorkflowTemplateParserPlaceholderPropertyConstraintArgs
                            {
                                AdditionalProperties = "string",
                                ClassId = "string",
                                EnumLists = new[]
                                {
                                    new Intersight.Inputs.WorkflowTemplateParserPlaceholderPropertyConstraintEnumListArgs
                                    {
                                        AdditionalProperties = "string",
                                        ClassId = "string",
                                        Label = "string",
                                        ObjectType = "string",
                                        Value = "string",
                                    },
                                },
                                Max = 0,
                                Min = 0,
                                ObjectType = "string",
                                Regex = "string",
                            },
                        },
                        DataSourceSelectors = new[]
                        {
                            new Intersight.Inputs.WorkflowTemplateParserPlaceholderPropertyDataSourceSelectorArgs
                            {
                                AdditionalProperties = "string",
                                ClassId = "string",
                                DisplayAttributes = new[]
                                {
                                    "string",
                                },
                                ObjectType = "string",
                                Selector = "string",
                                ValueAttribute = "string",
                            },
                        },
                        InventorySelectors = new[]
                        {
                            new Intersight.Inputs.WorkflowTemplateParserPlaceholderPropertyInventorySelectorArgs
                            {
                                AdditionalProperties = "string",
                                ClassId = "string",
                                DisplayAttributes = new[]
                                {
                                    "string",
                                },
                                ObjectType = "string",
                                Selector = "string",
                                SelectorProperties = new[]
                                {
                                    new Intersight.Inputs.WorkflowTemplateParserPlaceholderPropertyInventorySelectorSelectorPropertyArgs
                                    {
                                        AdditionalProperties = "string",
                                        Body = "string",
                                        ClassId = "string",
                                        Method = "string",
                                        ObjectType = "string",
                                    },
                                },
                                ValueAttribute = "string",
                            },
                        },
                        ObjectType = "string",
                        Secure = false,
                        Type = "string",
                    },
                },
                Required = false,
            },
        },
        SharedScope = "string",
        Tags = new[]
        {
            new Intersight.Inputs.WorkflowTemplateParserTagArgs
            {
                AdditionalProperties = "string",
                Key = "string",
                Value = "string",
            },
        },
        TemplateContent = "string",
        VersionContexts = new[]
        {
            new Intersight.Inputs.WorkflowTemplateParserVersionContextArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                InterestedMos = new[]
                {
                    new Intersight.Inputs.WorkflowTemplateParserVersionContextInterestedMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                MarkedForDeletion = false,
                NrVersion = "string",
                ObjectType = "string",
                RefMos = new[]
                {
                    new Intersight.Inputs.WorkflowTemplateParserVersionContextRefMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Timestamp = "string",
                VersionType = "string",
            },
        },
        WorkflowTemplateParserId = "string",
    });
    
    example, err := intersight.NewWorkflowTemplateParser(ctx, "workflowTemplateParserResource", &intersight.WorkflowTemplateParserArgs{
    	AccountMoid:          pulumi.String("string"),
    	AdditionalProperties: pulumi.String("string"),
    	Ancestors: intersight.WorkflowTemplateParserAncestorArray{
    		&intersight.WorkflowTemplateParserAncestorArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	ClassId:         pulumi.String("string"),
    	CreateTime:      pulumi.String("string"),
    	DomainGroupMoid: pulumi.String("string"),
    	ModTime:         pulumi.String("string"),
    	Moid:            pulumi.String("string"),
    	ObjectType:      pulumi.String("string"),
    	Owners: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Parents: intersight.WorkflowTemplateParserParentArray{
    		&intersight.WorkflowTemplateParserParentArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PermissionResources: intersight.WorkflowTemplateParserPermissionResourceArray{
    		&intersight.WorkflowTemplateParserPermissionResourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	Placeholders: intersight.WorkflowTemplateParserPlaceholderArray{
    		&intersight.WorkflowTemplateParserPlaceholderArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Defaults: intersight.WorkflowTemplateParserPlaceholderDefaultArray{
    				&intersight.WorkflowTemplateParserPlaceholderDefaultArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					IsValueSet:           pulumi.Bool(false),
    					ObjectType:           pulumi.String("string"),
    					Override:             pulumi.Bool(false),
    					Value:                pulumi.String("string"),
    				},
    			},
    			Description: pulumi.String("string"),
    			DisplayMetas: intersight.WorkflowTemplateParserPlaceholderDisplayMetaArray{
    				&intersight.WorkflowTemplateParserPlaceholderDisplayMetaArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					InventorySelector:    pulumi.Bool(false),
    					ObjectType:           pulumi.String("string"),
    					WidgetType:           pulumi.String("string"),
    				},
    			},
    			InputParameters: pulumi.String("string"),
    			Label:           pulumi.String("string"),
    			Name:            pulumi.String("string"),
    			ObjectType:      pulumi.String("string"),
    			Properties: intersight.WorkflowTemplateParserPlaceholderPropertyArray{
    				&intersight.WorkflowTemplateParserPlaceholderPropertyArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Constraints: intersight.WorkflowTemplateParserPlaceholderPropertyConstraintArray{
    						&intersight.WorkflowTemplateParserPlaceholderPropertyConstraintArgs{
    							AdditionalProperties: pulumi.String("string"),
    							ClassId:              pulumi.String("string"),
    							EnumLists: intersight.WorkflowTemplateParserPlaceholderPropertyConstraintEnumListArray{
    								&intersight.WorkflowTemplateParserPlaceholderPropertyConstraintEnumListArgs{
    									AdditionalProperties: pulumi.String("string"),
    									ClassId:              pulumi.String("string"),
    									Label:                pulumi.String("string"),
    									ObjectType:           pulumi.String("string"),
    									Value:                pulumi.String("string"),
    								},
    							},
    							Max:        pulumi.Float64(0),
    							Min:        pulumi.Float64(0),
    							ObjectType: pulumi.String("string"),
    							Regex:      pulumi.String("string"),
    						},
    					},
    					DataSourceSelectors: intersight.WorkflowTemplateParserPlaceholderPropertyDataSourceSelectorArray{
    						&intersight.WorkflowTemplateParserPlaceholderPropertyDataSourceSelectorArgs{
    							AdditionalProperties: pulumi.String("string"),
    							ClassId:              pulumi.String("string"),
    							DisplayAttributes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							ObjectType:     pulumi.String("string"),
    							Selector:       pulumi.String("string"),
    							ValueAttribute: pulumi.String("string"),
    						},
    					},
    					InventorySelectors: intersight.WorkflowTemplateParserPlaceholderPropertyInventorySelectorArray{
    						&intersight.WorkflowTemplateParserPlaceholderPropertyInventorySelectorArgs{
    							AdditionalProperties: pulumi.String("string"),
    							ClassId:              pulumi.String("string"),
    							DisplayAttributes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							ObjectType: pulumi.String("string"),
    							Selector:   pulumi.String("string"),
    							SelectorProperties: intersight.WorkflowTemplateParserPlaceholderPropertyInventorySelectorSelectorPropertyArray{
    								&intersight.WorkflowTemplateParserPlaceholderPropertyInventorySelectorSelectorPropertyArgs{
    									AdditionalProperties: pulumi.String("string"),
    									Body:                 pulumi.String("string"),
    									ClassId:              pulumi.String("string"),
    									Method:               pulumi.String("string"),
    									ObjectType:           pulumi.String("string"),
    								},
    							},
    							ValueAttribute: pulumi.String("string"),
    						},
    					},
    					ObjectType: pulumi.String("string"),
    					Secure:     pulumi.Bool(false),
    					Type:       pulumi.String("string"),
    				},
    			},
    			Required: pulumi.Bool(false),
    		},
    	},
    	SharedScope: pulumi.String("string"),
    	Tags: intersight.WorkflowTemplateParserTagArray{
    		&intersight.WorkflowTemplateParserTagArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Key:                  pulumi.String("string"),
    			Value:                pulumi.String("string"),
    		},
    	},
    	TemplateContent: pulumi.String("string"),
    	VersionContexts: intersight.WorkflowTemplateParserVersionContextArray{
    		&intersight.WorkflowTemplateParserVersionContextArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			InterestedMos: intersight.WorkflowTemplateParserVersionContextInterestedMoArray{
    				&intersight.WorkflowTemplateParserVersionContextInterestedMoArgs{
    					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.WorkflowTemplateParserVersionContextRefMoArray{
    				&intersight.WorkflowTemplateParserVersionContextRefMoArgs{
    					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"),
    		},
    	},
    	WorkflowTemplateParserId: pulumi.String("string"),
    })
    
    var workflowTemplateParserResource = new WorkflowTemplateParser("workflowTemplateParserResource", WorkflowTemplateParserArgs.builder()
        .accountMoid("string")
        .additionalProperties("string")
        .ancestors(WorkflowTemplateParserAncestorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .classId("string")
        .createTime("string")
        .domainGroupMoid("string")
        .modTime("string")
        .moid("string")
        .objectType("string")
        .owners("string")
        .parents(WorkflowTemplateParserParentArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .permissionResources(WorkflowTemplateParserPermissionResourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .placeholders(WorkflowTemplateParserPlaceholderArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .defaults(WorkflowTemplateParserPlaceholderDefaultArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .isValueSet(false)
                .objectType("string")
                .override(false)
                .value("string")
                .build())
            .description("string")
            .displayMetas(WorkflowTemplateParserPlaceholderDisplayMetaArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .inventorySelector(false)
                .objectType("string")
                .widgetType("string")
                .build())
            .inputParameters("string")
            .label("string")
            .name("string")
            .objectType("string")
            .properties(WorkflowTemplateParserPlaceholderPropertyArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .constraints(WorkflowTemplateParserPlaceholderPropertyConstraintArgs.builder()
                    .additionalProperties("string")
                    .classId("string")
                    .enumLists(WorkflowTemplateParserPlaceholderPropertyConstraintEnumListArgs.builder()
                        .additionalProperties("string")
                        .classId("string")
                        .label("string")
                        .objectType("string")
                        .value("string")
                        .build())
                    .max(0)
                    .min(0)
                    .objectType("string")
                    .regex("string")
                    .build())
                .dataSourceSelectors(WorkflowTemplateParserPlaceholderPropertyDataSourceSelectorArgs.builder()
                    .additionalProperties("string")
                    .classId("string")
                    .displayAttributes("string")
                    .objectType("string")
                    .selector("string")
                    .valueAttribute("string")
                    .build())
                .inventorySelectors(WorkflowTemplateParserPlaceholderPropertyInventorySelectorArgs.builder()
                    .additionalProperties("string")
                    .classId("string")
                    .displayAttributes("string")
                    .objectType("string")
                    .selector("string")
                    .selectorProperties(WorkflowTemplateParserPlaceholderPropertyInventorySelectorSelectorPropertyArgs.builder()
                        .additionalProperties("string")
                        .body("string")
                        .classId("string")
                        .method("string")
                        .objectType("string")
                        .build())
                    .valueAttribute("string")
                    .build())
                .objectType("string")
                .secure(false)
                .type("string")
                .build())
            .required(false)
            .build())
        .sharedScope("string")
        .tags(WorkflowTemplateParserTagArgs.builder()
            .additionalProperties("string")
            .key("string")
            .value("string")
            .build())
        .templateContent("string")
        .versionContexts(WorkflowTemplateParserVersionContextArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .interestedMos(WorkflowTemplateParserVersionContextInterestedMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .markedForDeletion(false)
            .nrVersion("string")
            .objectType("string")
            .refMos(WorkflowTemplateParserVersionContextRefMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .timestamp("string")
            .versionType("string")
            .build())
        .workflowTemplateParserId("string")
        .build());
    
    workflow_template_parser_resource = intersight.WorkflowTemplateParser("workflowTemplateParserResource",
        account_moid="string",
        additional_properties="string",
        ancestors=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        class_id="string",
        create_time="string",
        domain_group_moid="string",
        mod_time="string",
        moid="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",
        }],
        placeholders=[{
            "additional_properties": "string",
            "class_id": "string",
            "defaults": [{
                "additional_properties": "string",
                "class_id": "string",
                "is_value_set": False,
                "object_type": "string",
                "override": False,
                "value": "string",
            }],
            "description": "string",
            "display_metas": [{
                "additional_properties": "string",
                "class_id": "string",
                "inventory_selector": False,
                "object_type": "string",
                "widget_type": "string",
            }],
            "input_parameters": "string",
            "label": "string",
            "name": "string",
            "object_type": "string",
            "properties": [{
                "additional_properties": "string",
                "class_id": "string",
                "constraints": [{
                    "additional_properties": "string",
                    "class_id": "string",
                    "enum_lists": [{
                        "additional_properties": "string",
                        "class_id": "string",
                        "label": "string",
                        "object_type": "string",
                        "value": "string",
                    }],
                    "max": 0,
                    "min": 0,
                    "object_type": "string",
                    "regex": "string",
                }],
                "data_source_selectors": [{
                    "additional_properties": "string",
                    "class_id": "string",
                    "display_attributes": ["string"],
                    "object_type": "string",
                    "selector": "string",
                    "value_attribute": "string",
                }],
                "inventory_selectors": [{
                    "additional_properties": "string",
                    "class_id": "string",
                    "display_attributes": ["string"],
                    "object_type": "string",
                    "selector": "string",
                    "selector_properties": [{
                        "additional_properties": "string",
                        "body": "string",
                        "class_id": "string",
                        "method": "string",
                        "object_type": "string",
                    }],
                    "value_attribute": "string",
                }],
                "object_type": "string",
                "secure": False,
                "type": "string",
            }],
            "required": False,
        }],
        shared_scope="string",
        tags=[{
            "additional_properties": "string",
            "key": "string",
            "value": "string",
        }],
        template_content="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",
        }],
        workflow_template_parser_id="string")
    
    const workflowTemplateParserResource = new intersight.WorkflowTemplateParser("workflowTemplateParserResource", {
        accountMoid: "string",
        additionalProperties: "string",
        ancestors: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        classId: "string",
        createTime: "string",
        domainGroupMoid: "string",
        modTime: "string",
        moid: "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",
        }],
        placeholders: [{
            additionalProperties: "string",
            classId: "string",
            defaults: [{
                additionalProperties: "string",
                classId: "string",
                isValueSet: false,
                objectType: "string",
                override: false,
                value: "string",
            }],
            description: "string",
            displayMetas: [{
                additionalProperties: "string",
                classId: "string",
                inventorySelector: false,
                objectType: "string",
                widgetType: "string",
            }],
            inputParameters: "string",
            label: "string",
            name: "string",
            objectType: "string",
            properties: [{
                additionalProperties: "string",
                classId: "string",
                constraints: [{
                    additionalProperties: "string",
                    classId: "string",
                    enumLists: [{
                        additionalProperties: "string",
                        classId: "string",
                        label: "string",
                        objectType: "string",
                        value: "string",
                    }],
                    max: 0,
                    min: 0,
                    objectType: "string",
                    regex: "string",
                }],
                dataSourceSelectors: [{
                    additionalProperties: "string",
                    classId: "string",
                    displayAttributes: ["string"],
                    objectType: "string",
                    selector: "string",
                    valueAttribute: "string",
                }],
                inventorySelectors: [{
                    additionalProperties: "string",
                    classId: "string",
                    displayAttributes: ["string"],
                    objectType: "string",
                    selector: "string",
                    selectorProperties: [{
                        additionalProperties: "string",
                        body: "string",
                        classId: "string",
                        method: "string",
                        objectType: "string",
                    }],
                    valueAttribute: "string",
                }],
                objectType: "string",
                secure: false,
                type: "string",
            }],
            required: false,
        }],
        sharedScope: "string",
        tags: [{
            additionalProperties: "string",
            key: "string",
            value: "string",
        }],
        templateContent: "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",
        }],
        workflowTemplateParserId: "string",
    });
    
    type: intersight:WorkflowTemplateParser
    properties:
        accountMoid: string
        additionalProperties: string
        ancestors:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        classId: string
        createTime: string
        domainGroupMoid: string
        modTime: string
        moid: 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
        placeholders:
            - additionalProperties: string
              classId: string
              defaults:
                - additionalProperties: string
                  classId: string
                  isValueSet: false
                  objectType: string
                  override: false
                  value: string
              description: string
              displayMetas:
                - additionalProperties: string
                  classId: string
                  inventorySelector: false
                  objectType: string
                  widgetType: string
              inputParameters: string
              label: string
              name: string
              objectType: string
              properties:
                - additionalProperties: string
                  classId: string
                  constraints:
                    - additionalProperties: string
                      classId: string
                      enumLists:
                        - additionalProperties: string
                          classId: string
                          label: string
                          objectType: string
                          value: string
                      max: 0
                      min: 0
                      objectType: string
                      regex: string
                  dataSourceSelectors:
                    - additionalProperties: string
                      classId: string
                      displayAttributes:
                        - string
                      objectType: string
                      selector: string
                      valueAttribute: string
                  inventorySelectors:
                    - additionalProperties: string
                      classId: string
                      displayAttributes:
                        - string
                      objectType: string
                      selector: string
                      selectorProperties:
                        - additionalProperties: string
                          body: string
                          classId: string
                          method: string
                          objectType: string
                      valueAttribute: string
                  objectType: string
                  secure: false
                  type: string
              required: false
        sharedScope: string
        tags:
            - additionalProperties: string
              key: string
              value: string
        templateContent: 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
        workflowTemplateParserId: string
    

    WorkflowTemplateParser 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 WorkflowTemplateParser resource accepts the following input properties:

    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<WorkflowTemplateParserAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    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<WorkflowTemplateParserParent>
    (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<WorkflowTemplateParserPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Placeholders List<WorkflowTemplateParserPlaceholder>
    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.
    Tags List<WorkflowTemplateParserTag>
    This complex property has following sub-properties:
    TemplateContent string
    The content of the entire template file. The contentcan either be a static or dynamic file that can contain placeholders.The placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.
    VersionContexts List<WorkflowTemplateParserVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WorkflowTemplateParserId string
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []WorkflowTemplateParserAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    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 []WorkflowTemplateParserParentArgs
    (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 []WorkflowTemplateParserPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Placeholders []WorkflowTemplateParserPlaceholderArgs
    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.
    Tags []WorkflowTemplateParserTagArgs
    This complex property has following sub-properties:
    TemplateContent string
    The content of the entire template file. The contentcan either be a static or dynamic file that can contain placeholders.The placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.
    VersionContexts []WorkflowTemplateParserVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WorkflowTemplateParserId string
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<WorkflowTemplateParserAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    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<WorkflowTemplateParserParent>
    (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<WorkflowTemplateParserPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    placeholders List<WorkflowTemplateParserPlaceholder>
    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.
    tags List<WorkflowTemplateParserTag>
    This complex property has following sub-properties:
    templateContent String
    The content of the entire template file. The contentcan either be a static or dynamic file that can contain placeholders.The placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.
    versionContexts List<WorkflowTemplateParserVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflowTemplateParserId String
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    additionalProperties string
    ancestors WorkflowTemplateParserAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    createTime string
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    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 WorkflowTemplateParserParent[]
    (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 WorkflowTemplateParserPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    placeholders WorkflowTemplateParserPlaceholder[]
    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.
    tags WorkflowTemplateParserTag[]
    This complex property has following sub-properties:
    templateContent string
    The content of the entire template file. The contentcan either be a static or dynamic file that can contain placeholders.The placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.
    versionContexts WorkflowTemplateParserVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflowTemplateParserId string
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[WorkflowTemplateParserAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    create_time str
    (ReadOnly) The time when this managed object was created.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    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[WorkflowTemplateParserParentArgs]
    (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[WorkflowTemplateParserPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    placeholders Sequence[WorkflowTemplateParserPlaceholderArgs]
    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.
    tags Sequence[WorkflowTemplateParserTagArgs]
    This complex property has following sub-properties:
    template_content str
    The content of the entire template file. The contentcan either be a static or dynamic file that can contain placeholders.The placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.
    version_contexts Sequence[WorkflowTemplateParserVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflow_template_parser_id str
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    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:
    placeholders 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.
    tags List<Property Map>
    This complex property has following sub-properties:
    templateContent String
    The content of the entire template file. The contentcan either be a static or dynamic file that can contain placeholders.The placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflowTemplateParserId String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the WorkflowTemplateParser 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 WorkflowTemplateParser Resource

    Get an existing WorkflowTemplateParser 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?: WorkflowTemplateParserState, opts?: CustomResourceOptions): WorkflowTemplateParser
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_moid: Optional[str] = None,
            additional_properties: Optional[str] = None,
            ancestors: Optional[Sequence[WorkflowTemplateParserAncestorArgs]] = None,
            class_id: Optional[str] = None,
            create_time: Optional[str] = None,
            domain_group_moid: Optional[str] = None,
            mod_time: Optional[str] = None,
            moid: Optional[str] = None,
            object_type: Optional[str] = None,
            owners: Optional[Sequence[str]] = None,
            parents: Optional[Sequence[WorkflowTemplateParserParentArgs]] = None,
            permission_resources: Optional[Sequence[WorkflowTemplateParserPermissionResourceArgs]] = None,
            placeholders: Optional[Sequence[WorkflowTemplateParserPlaceholderArgs]] = None,
            shared_scope: Optional[str] = None,
            tags: Optional[Sequence[WorkflowTemplateParserTagArgs]] = None,
            template_content: Optional[str] = None,
            version_contexts: Optional[Sequence[WorkflowTemplateParserVersionContextArgs]] = None,
            workflow_template_parser_id: Optional[str] = None) -> WorkflowTemplateParser
    func GetWorkflowTemplateParser(ctx *Context, name string, id IDInput, state *WorkflowTemplateParserState, opts ...ResourceOption) (*WorkflowTemplateParser, error)
    public static WorkflowTemplateParser Get(string name, Input<string> id, WorkflowTemplateParserState? state, CustomResourceOptions? opts = null)
    public static WorkflowTemplateParser get(String name, Output<String> id, WorkflowTemplateParserState state, CustomResourceOptions options)
    resources:  _:    type: intersight:WorkflowTemplateParser    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.
    AdditionalProperties string
    Ancestors List<WorkflowTemplateParserAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    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<WorkflowTemplateParserParent>
    (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<WorkflowTemplateParserPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Placeholders List<WorkflowTemplateParserPlaceholder>
    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.
    Tags List<WorkflowTemplateParserTag>
    This complex property has following sub-properties:
    TemplateContent string
    The content of the entire template file. The contentcan either be a static or dynamic file that can contain placeholders.The placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.
    VersionContexts List<WorkflowTemplateParserVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WorkflowTemplateParserId string
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []WorkflowTemplateParserAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    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 []WorkflowTemplateParserParentArgs
    (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 []WorkflowTemplateParserPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Placeholders []WorkflowTemplateParserPlaceholderArgs
    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.
    Tags []WorkflowTemplateParserTagArgs
    This complex property has following sub-properties:
    TemplateContent string
    The content of the entire template file. The contentcan either be a static or dynamic file that can contain placeholders.The placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.
    VersionContexts []WorkflowTemplateParserVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WorkflowTemplateParserId string
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<WorkflowTemplateParserAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    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<WorkflowTemplateParserParent>
    (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<WorkflowTemplateParserPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    placeholders List<WorkflowTemplateParserPlaceholder>
    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.
    tags List<WorkflowTemplateParserTag>
    This complex property has following sub-properties:
    templateContent String
    The content of the entire template file. The contentcan either be a static or dynamic file that can contain placeholders.The placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.
    versionContexts List<WorkflowTemplateParserVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflowTemplateParserId String
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    additionalProperties string
    ancestors WorkflowTemplateParserAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    createTime string
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    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 WorkflowTemplateParserParent[]
    (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 WorkflowTemplateParserPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    placeholders WorkflowTemplateParserPlaceholder[]
    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.
    tags WorkflowTemplateParserTag[]
    This complex property has following sub-properties:
    templateContent string
    The content of the entire template file. The contentcan either be a static or dynamic file that can contain placeholders.The placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.
    versionContexts WorkflowTemplateParserVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflowTemplateParserId string
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[WorkflowTemplateParserAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    create_time str
    (ReadOnly) The time when this managed object was created.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    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[WorkflowTemplateParserParentArgs]
    (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[WorkflowTemplateParserPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    placeholders Sequence[WorkflowTemplateParserPlaceholderArgs]
    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.
    tags Sequence[WorkflowTemplateParserTagArgs]
    This complex property has following sub-properties:
    template_content str
    The content of the entire template file. The contentcan either be a static or dynamic file that can contain placeholders.The placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.
    version_contexts Sequence[WorkflowTemplateParserVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflow_template_parser_id str
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    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:
    placeholders 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.
    tags List<Property Map>
    This complex property has following sub-properties:
    templateContent String
    The content of the entire template file. The contentcan either be a static or dynamic file that can contain placeholders.The placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflowTemplateParserId String

    Supporting Types

    WorkflowTemplateParserAncestor, WorkflowTemplateParserAncestorArgs

    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'.

    WorkflowTemplateParserParent, WorkflowTemplateParserParentArgs

    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'.

    WorkflowTemplateParserPermissionResource, WorkflowTemplateParserPermissionResourceArgs

    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'.

    WorkflowTemplateParserPlaceholder, WorkflowTemplateParserPlaceholderArgs

    AdditionalProperties string
    ClassId string
    Defaults List<WorkflowTemplateParserPlaceholderDefault>
    Default value for the data type. If default value was provided and the input was required the default value will be used as the input. This complex property has following sub-properties:
    Description string
    Provide a detailed description of the data type.
    DisplayMetas List<WorkflowTemplateParserPlaceholderDisplayMeta>
    Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
    InputParameters string
    JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
    Label string
    Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
    Name string
    Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Properties List<WorkflowTemplateParserPlaceholderProperty>
    Primitive data type properties. This complex property has following sub-properties:
    Required bool
    Specifies whether this parameter is required. The field is applicable for task and workflow.
    AdditionalProperties string
    ClassId string
    Defaults []WorkflowTemplateParserPlaceholderDefault
    Default value for the data type. If default value was provided and the input was required the default value will be used as the input. This complex property has following sub-properties:
    Description string
    Provide a detailed description of the data type.
    DisplayMetas []WorkflowTemplateParserPlaceholderDisplayMeta
    Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
    InputParameters string
    JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
    Label string
    Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
    Name string
    Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Properties []WorkflowTemplateParserPlaceholderProperty
    Primitive data type properties. This complex property has following sub-properties:
    Required bool
    Specifies whether this parameter is required. The field is applicable for task and workflow.
    additionalProperties String
    classId String
    defaults List<WorkflowTemplateParserPlaceholderDefault>
    Default value for the data type. If default value was provided and the input was required the default value will be used as the input. This complex property has following sub-properties:
    description String
    Provide a detailed description of the data type.
    displayMetas List<WorkflowTemplateParserPlaceholderDisplayMeta>
    Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
    inputParameters String
    JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
    label String
    Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
    name String
    Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    properties List<WorkflowTemplateParserPlaceholderProperty>
    Primitive data type properties. This complex property has following sub-properties:
    required Boolean
    Specifies whether this parameter is required. The field is applicable for task and workflow.
    additionalProperties string
    classId string
    defaults WorkflowTemplateParserPlaceholderDefault[]
    Default value for the data type. If default value was provided and the input was required the default value will be used as the input. This complex property has following sub-properties:
    description string
    Provide a detailed description of the data type.
    displayMetas WorkflowTemplateParserPlaceholderDisplayMeta[]
    Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
    inputParameters string
    JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
    label string
    Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
    name string
    Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    properties WorkflowTemplateParserPlaceholderProperty[]
    Primitive data type properties. This complex property has following sub-properties:
    required boolean
    Specifies whether this parameter is required. The field is applicable for task and workflow.
    additional_properties str
    class_id str
    defaults Sequence[WorkflowTemplateParserPlaceholderDefault]
    Default value for the data type. If default value was provided and the input was required the default value will be used as the input. This complex property has following sub-properties:
    description str
    Provide a detailed description of the data type.
    display_metas Sequence[WorkflowTemplateParserPlaceholderDisplayMeta]
    Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
    input_parameters str
    JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
    label str
    Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
    name str
    Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    properties Sequence[WorkflowTemplateParserPlaceholderProperty]
    Primitive data type properties. This complex property has following sub-properties:
    required bool
    Specifies whether this parameter is required. The field is applicable for task and workflow.
    additionalProperties String
    classId String
    defaults List<Property Map>
    Default value for the data type. If default value was provided and the input was required the default value will be used as the input. This complex property has following sub-properties:
    description String
    Provide a detailed description of the data type.
    displayMetas List<Property Map>
    Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
    inputParameters String
    JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
    label String
    Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
    name String
    Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    properties List<Property Map>
    Primitive data type properties. This complex property has following sub-properties:
    required Boolean
    Specifies whether this parameter is required. The field is applicable for task and workflow.

    WorkflowTemplateParserPlaceholderDefault, WorkflowTemplateParserPlaceholderDefaultArgs

    AdditionalProperties string
    ClassId string
    IsValueSet bool
    (ReadOnly) A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Override bool
    Override the default value provided for the data type. When true, allow the user to enter value for the data type.
    Value string
    Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
    AdditionalProperties string
    ClassId string
    IsValueSet bool
    (ReadOnly) A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Override bool
    Override the default value provided for the data type. When true, allow the user to enter value for the data type.
    Value string
    Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
    additionalProperties String
    classId String
    isValueSet Boolean
    (ReadOnly) A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    override Boolean
    Override the default value provided for the data type. When true, allow the user to enter value for the data type.
    value String
    Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
    additionalProperties string
    classId string
    isValueSet boolean
    (ReadOnly) A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    override boolean
    Override the default value provided for the data type. When true, allow the user to enter value for the data type.
    value string
    Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
    additional_properties str
    class_id str
    is_value_set bool
    (ReadOnly) A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    override bool
    Override the default value provided for the data type. When true, allow the user to enter value for the data type.
    value str
    Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
    additionalProperties String
    classId String
    isValueSet Boolean
    (ReadOnly) A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    override Boolean
    Override the default value provided for the data type. When true, allow the user to enter value for the data type.
    value String
    Default value for the data type. If default value was provided and the input was required the default value will be used as the input.

    WorkflowTemplateParserPlaceholderDisplayMeta, WorkflowTemplateParserPlaceholderDisplayMetaArgs

    AdditionalProperties string
    ClassId string
    InventorySelector bool
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    WidgetType string
    Specify the widget type for data display.* None - Display none of the widget types.* Radio - Display the widget as a radio button.* Dropdown - Display the widget as a dropdown.* GridSelector - Display the widget as a selector.* DrawerSelector - Display the widget as a selector.
    AdditionalProperties string
    ClassId string
    InventorySelector bool
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    WidgetType string
    Specify the widget type for data display.* None - Display none of the widget types.* Radio - Display the widget as a radio button.* Dropdown - Display the widget as a dropdown.* GridSelector - Display the widget as a selector.* DrawerSelector - Display the widget as a selector.
    additionalProperties String
    classId String
    inventorySelector Boolean
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    widgetType String
    Specify the widget type for data display.* None - Display none of the widget types.* Radio - Display the widget as a radio button.* Dropdown - Display the widget as a dropdown.* GridSelector - Display the widget as a selector.* DrawerSelector - Display the widget as a selector.
    additionalProperties string
    classId string
    inventorySelector boolean
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    widgetType string
    Specify the widget type for data display.* None - Display none of the widget types.* Radio - Display the widget as a radio button.* Dropdown - Display the widget as a dropdown.* GridSelector - Display the widget as a selector.* DrawerSelector - Display the widget as a selector.
    additional_properties str
    class_id str
    inventory_selector bool
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    widget_type str
    Specify the widget type for data display.* None - Display none of the widget types.* Radio - Display the widget as a radio button.* Dropdown - Display the widget as a dropdown.* GridSelector - Display the widget as a selector.* DrawerSelector - Display the widget as a selector.
    additionalProperties String
    classId String
    inventorySelector Boolean
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    widgetType String
    Specify the widget type for data display.* None - Display none of the widget types.* Radio - Display the widget as a radio button.* Dropdown - Display the widget as a dropdown.* GridSelector - Display the widget as a selector.* DrawerSelector - Display the widget as a selector.

    WorkflowTemplateParserPlaceholderProperty, WorkflowTemplateParserPlaceholderPropertyArgs

    AdditionalProperties string
    ClassId string
    Constraints List<WorkflowTemplateParserPlaceholderPropertyConstraint>
    Constraints that must be applied to the parameter value supplied for this data type. This complex property has following sub-properties:
    DataSourceSelectors List<WorkflowTemplateParserPlaceholderPropertyDataSourceSelector>
    This complex property has following sub-properties:
    InventorySelectors List<WorkflowTemplateParserPlaceholderPropertyInventorySelector>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Secure bool
    Intersight supports secure properties as task input/output. The values ofthese properties are encrypted and stored in Intersight.This flag marks the property to be secure when it is set to true.
    Type string
    Specify the enum type for primitive data type.* string - Enum to specify a string data type.* integer - Enum to specify an integer32 data type.* float - Enum to specify a float64 data type.* boolean - Enum to specify a boolean data type.* json - Enum to specify a json data type.* enum - Enum to specify a enum data type which is a list of pre-defined strings.
    AdditionalProperties string
    ClassId string
    Constraints []WorkflowTemplateParserPlaceholderPropertyConstraint
    Constraints that must be applied to the parameter value supplied for this data type. This complex property has following sub-properties:
    DataSourceSelectors []WorkflowTemplateParserPlaceholderPropertyDataSourceSelector
    This complex property has following sub-properties:
    InventorySelectors []WorkflowTemplateParserPlaceholderPropertyInventorySelector
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Secure bool
    Intersight supports secure properties as task input/output. The values ofthese properties are encrypted and stored in Intersight.This flag marks the property to be secure when it is set to true.
    Type string
    Specify the enum type for primitive data type.* string - Enum to specify a string data type.* integer - Enum to specify an integer32 data type.* float - Enum to specify a float64 data type.* boolean - Enum to specify a boolean data type.* json - Enum to specify a json data type.* enum - Enum to specify a enum data type which is a list of pre-defined strings.
    additionalProperties String
    classId String
    constraints List<WorkflowTemplateParserPlaceholderPropertyConstraint>
    Constraints that must be applied to the parameter value supplied for this data type. This complex property has following sub-properties:
    dataSourceSelectors List<WorkflowTemplateParserPlaceholderPropertyDataSourceSelector>
    This complex property has following sub-properties:
    inventorySelectors List<WorkflowTemplateParserPlaceholderPropertyInventorySelector>
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    secure Boolean
    Intersight supports secure properties as task input/output. The values ofthese properties are encrypted and stored in Intersight.This flag marks the property to be secure when it is set to true.
    type String
    Specify the enum type for primitive data type.* string - Enum to specify a string data type.* integer - Enum to specify an integer32 data type.* float - Enum to specify a float64 data type.* boolean - Enum to specify a boolean data type.* json - Enum to specify a json data type.* enum - Enum to specify a enum data type which is a list of pre-defined strings.
    additionalProperties string
    classId string
    constraints WorkflowTemplateParserPlaceholderPropertyConstraint[]
    Constraints that must be applied to the parameter value supplied for this data type. This complex property has following sub-properties:
    dataSourceSelectors WorkflowTemplateParserPlaceholderPropertyDataSourceSelector[]
    This complex property has following sub-properties:
    inventorySelectors WorkflowTemplateParserPlaceholderPropertyInventorySelector[]
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    secure boolean
    Intersight supports secure properties as task input/output. The values ofthese properties are encrypted and stored in Intersight.This flag marks the property to be secure when it is set to true.
    type string
    Specify the enum type for primitive data type.* string - Enum to specify a string data type.* integer - Enum to specify an integer32 data type.* float - Enum to specify a float64 data type.* boolean - Enum to specify a boolean data type.* json - Enum to specify a json data type.* enum - Enum to specify a enum data type which is a list of pre-defined strings.
    additional_properties str
    class_id str
    constraints Sequence[WorkflowTemplateParserPlaceholderPropertyConstraint]
    Constraints that must be applied to the parameter value supplied for this data type. This complex property has following sub-properties:
    data_source_selectors Sequence[WorkflowTemplateParserPlaceholderPropertyDataSourceSelector]
    This complex property has following sub-properties:
    inventory_selectors Sequence[WorkflowTemplateParserPlaceholderPropertyInventorySelector]
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    secure bool
    Intersight supports secure properties as task input/output. The values ofthese properties are encrypted and stored in Intersight.This flag marks the property to be secure when it is set to true.
    type str
    Specify the enum type for primitive data type.* string - Enum to specify a string data type.* integer - Enum to specify an integer32 data type.* float - Enum to specify a float64 data type.* boolean - Enum to specify a boolean data type.* json - Enum to specify a json data type.* enum - Enum to specify a enum data type which is a list of pre-defined strings.
    additionalProperties String
    classId String
    constraints List<Property Map>
    Constraints that must be applied to the parameter value supplied for this data type. This complex property has following sub-properties:
    dataSourceSelectors List<Property Map>
    This complex property has following sub-properties:
    inventorySelectors List<Property Map>
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    secure Boolean
    Intersight supports secure properties as task input/output. The values ofthese properties are encrypted and stored in Intersight.This flag marks the property to be secure when it is set to true.
    type String
    Specify the enum type for primitive data type.* string - Enum to specify a string data type.* integer - Enum to specify an integer32 data type.* float - Enum to specify a float64 data type.* boolean - Enum to specify a boolean data type.* json - Enum to specify a json data type.* enum - Enum to specify a enum data type which is a list of pre-defined strings.

    WorkflowTemplateParserPlaceholderPropertyConstraint, WorkflowTemplateParserPlaceholderPropertyConstraintArgs

    AdditionalProperties string
    ClassId string
    EnumLists List<WorkflowTemplateParserPlaceholderPropertyConstraintEnumList>
    This complex property has following sub-properties:
    Max double
    Allowed maximum value of the parameter if parameter is integer/float or maximum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then maximum number supported is 1.797693134862315708145274237317043567981e+308 or (21023 * (253 - 1) / 2**52). When a number bigger than this is given as Maximum value, the constraints will not be enforced.
    Min double
    Allowed minimum value of the parameter if parameter is integer/float or minimum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then minimum number supported is 4.940656458412465441765687928682213723651e-324 or (1 / 2 ** (1023 - 1 + 52)). When a number smaller than this is given as minimum value, the constraints will not be enforced.
    ObjectType string
    Regex string
    When the parameter is a string this regular expression is used to ensure the value is valid.
    AdditionalProperties string
    ClassId string
    EnumLists []WorkflowTemplateParserPlaceholderPropertyConstraintEnumList
    This complex property has following sub-properties:
    Max float64
    Allowed maximum value of the parameter if parameter is integer/float or maximum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then maximum number supported is 1.797693134862315708145274237317043567981e+308 or (21023 * (253 - 1) / 2**52). When a number bigger than this is given as Maximum value, the constraints will not be enforced.
    Min float64
    Allowed minimum value of the parameter if parameter is integer/float or minimum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then minimum number supported is 4.940656458412465441765687928682213723651e-324 or (1 / 2 ** (1023 - 1 + 52)). When a number smaller than this is given as minimum value, the constraints will not be enforced.
    ObjectType string
    Regex string
    When the parameter is a string this regular expression is used to ensure the value is valid.
    additionalProperties String
    classId String
    enumLists List<WorkflowTemplateParserPlaceholderPropertyConstraintEnumList>
    This complex property has following sub-properties:
    max Double
    Allowed maximum value of the parameter if parameter is integer/float or maximum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then maximum number supported is 1.797693134862315708145274237317043567981e+308 or (21023 * (253 - 1) / 2**52). When a number bigger than this is given as Maximum value, the constraints will not be enforced.
    min Double
    Allowed minimum value of the parameter if parameter is integer/float or minimum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then minimum number supported is 4.940656458412465441765687928682213723651e-324 or (1 / 2 ** (1023 - 1 + 52)). When a number smaller than this is given as minimum value, the constraints will not be enforced.
    objectType String
    regex String
    When the parameter is a string this regular expression is used to ensure the value is valid.
    additionalProperties string
    classId string
    enumLists WorkflowTemplateParserPlaceholderPropertyConstraintEnumList[]
    This complex property has following sub-properties:
    max number
    Allowed maximum value of the parameter if parameter is integer/float or maximum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then maximum number supported is 1.797693134862315708145274237317043567981e+308 or (21023 * (253 - 1) / 2**52). When a number bigger than this is given as Maximum value, the constraints will not be enforced.
    min number
    Allowed minimum value of the parameter if parameter is integer/float or minimum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then minimum number supported is 4.940656458412465441765687928682213723651e-324 or (1 / 2 ** (1023 - 1 + 52)). When a number smaller than this is given as minimum value, the constraints will not be enforced.
    objectType string
    regex string
    When the parameter is a string this regular expression is used to ensure the value is valid.
    additional_properties str
    class_id str
    enum_lists Sequence[WorkflowTemplateParserPlaceholderPropertyConstraintEnumList]
    This complex property has following sub-properties:
    max float
    Allowed maximum value of the parameter if parameter is integer/float or maximum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then maximum number supported is 1.797693134862315708145274237317043567981e+308 or (21023 * (253 - 1) / 2**52). When a number bigger than this is given as Maximum value, the constraints will not be enforced.
    min float
    Allowed minimum value of the parameter if parameter is integer/float or minimum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then minimum number supported is 4.940656458412465441765687928682213723651e-324 or (1 / 2 ** (1023 - 1 + 52)). When a number smaller than this is given as minimum value, the constraints will not be enforced.
    object_type str
    regex str
    When the parameter is a string this regular expression is used to ensure the value is valid.
    additionalProperties String
    classId String
    enumLists List<Property Map>
    This complex property has following sub-properties:
    max Number
    Allowed maximum value of the parameter if parameter is integer/float or maximum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then maximum number supported is 1.797693134862315708145274237317043567981e+308 or (21023 * (253 - 1) / 2**52). When a number bigger than this is given as Maximum value, the constraints will not be enforced.
    min Number
    Allowed minimum value of the parameter if parameter is integer/float or minimum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then minimum number supported is 4.940656458412465441765687928682213723651e-324 or (1 / 2 ** (1023 - 1 + 52)). When a number smaller than this is given as minimum value, the constraints will not be enforced.
    objectType String
    regex String
    When the parameter is a string this regular expression is used to ensure the value is valid.

    WorkflowTemplateParserPlaceholderPropertyConstraintEnumList, WorkflowTemplateParserPlaceholderPropertyConstraintEnumListArgs

    AdditionalProperties string
    ClassId string
    Label string
    ObjectType string
    Value string
    AdditionalProperties string
    ClassId string
    Label string
    ObjectType string
    Value string
    additionalProperties String
    classId String
    label String
    objectType String
    value String
    additionalProperties string
    classId string
    label string
    objectType string
    value string
    additionalProperties String
    classId String
    label String
    objectType String
    value String

    WorkflowTemplateParserPlaceholderPropertyDataSourceSelector, WorkflowTemplateParserPlaceholderPropertyDataSourceSelectorArgs

    WorkflowTemplateParserPlaceholderPropertyInventorySelector, WorkflowTemplateParserPlaceholderPropertyInventorySelectorArgs

    AdditionalProperties string
    ClassId string
    DisplayAttributes List<string>
    ObjectType string
    Selector string
    SelectorProperties List<WorkflowTemplateParserPlaceholderPropertyInventorySelectorSelectorProperty>
    Selector properties to define HTTP method and 'body' in case of upsert operation. This complex property has following sub-properties:
    ValueAttribute string
    AdditionalProperties string
    ClassId string
    DisplayAttributes []string
    ObjectType string
    Selector string
    SelectorProperties []WorkflowTemplateParserPlaceholderPropertyInventorySelectorSelectorProperty
    Selector properties to define HTTP method and 'body' in case of upsert operation. This complex property has following sub-properties:
    ValueAttribute string
    additionalProperties String
    classId String
    displayAttributes List<String>
    objectType String
    selector String
    selectorProperties List<WorkflowTemplateParserPlaceholderPropertyInventorySelectorSelectorProperty>
    Selector properties to define HTTP method and 'body' in case of upsert operation. This complex property has following sub-properties:
    valueAttribute String
    additionalProperties string
    classId string
    displayAttributes string[]
    objectType string
    selector string
    selectorProperties WorkflowTemplateParserPlaceholderPropertyInventorySelectorSelectorProperty[]
    Selector properties to define HTTP method and 'body' in case of upsert operation. This complex property has following sub-properties:
    valueAttribute string
    additional_properties str
    class_id str
    display_attributes Sequence[str]
    object_type str
    selector str
    selector_properties Sequence[WorkflowTemplateParserPlaceholderPropertyInventorySelectorSelectorProperty]
    Selector properties to define HTTP method and 'body' in case of upsert operation. This complex property has following sub-properties:
    value_attribute str
    additionalProperties String
    classId String
    displayAttributes List<String>
    objectType String
    selector String
    selectorProperties List<Property Map>
    Selector properties to define HTTP method and 'body' in case of upsert operation. This complex property has following sub-properties:
    valueAttribute String

    WorkflowTemplateParserPlaceholderPropertyInventorySelectorSelectorProperty, WorkflowTemplateParserPlaceholderPropertyInventorySelectorSelectorPropertyArgs

    AdditionalProperties string
    Body string
    Content of the request body to send for POST request.
    ClassId string
    Method string
    The HTTP method to be used.* GET - The HTTP GET method requests a representation of the specified resource.* POST - The HTTP POST method sends data to the server.
    ObjectType string
    AdditionalProperties string
    Body string
    Content of the request body to send for POST request.
    ClassId string
    Method string
    The HTTP method to be used.* GET - The HTTP GET method requests a representation of the specified resource.* POST - The HTTP POST method sends data to the server.
    ObjectType string
    additionalProperties String
    body String
    Content of the request body to send for POST request.
    classId String
    method String
    The HTTP method to be used.* GET - The HTTP GET method requests a representation of the specified resource.* POST - The HTTP POST method sends data to the server.
    objectType String
    additionalProperties string
    body string
    Content of the request body to send for POST request.
    classId string
    method string
    The HTTP method to be used.* GET - The HTTP GET method requests a representation of the specified resource.* POST - The HTTP POST method sends data to the server.
    objectType string
    additional_properties str
    body str
    Content of the request body to send for POST request.
    class_id str
    method str
    The HTTP method to be used.* GET - The HTTP GET method requests a representation of the specified resource.* POST - The HTTP POST method sends data to the server.
    object_type str
    additionalProperties String
    body String
    Content of the request body to send for POST request.
    classId String
    method String
    The HTTP method to be used.* GET - The HTTP GET method requests a representation of the specified resource.* POST - The HTTP POST method sends data to the server.
    objectType String

    WorkflowTemplateParserTag, WorkflowTemplateParserTagArgs

    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.

    WorkflowTemplateParserVersionContext, WorkflowTemplateParserVersionContextArgs

    AdditionalProperties string
    ClassId string
    InterestedMos List<WorkflowTemplateParserVersionContextInterestedMo>
    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<WorkflowTemplateParserVersionContextRefMo>
    (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 []WorkflowTemplateParserVersionContextInterestedMo
    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 []WorkflowTemplateParserVersionContextRefMo
    (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<WorkflowTemplateParserVersionContextInterestedMo>
    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<WorkflowTemplateParserVersionContextRefMo>
    (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 WorkflowTemplateParserVersionContextInterestedMo[]
    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 WorkflowTemplateParserVersionContextRefMo[]
    (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[WorkflowTemplateParserVersionContextInterestedMo]
    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[WorkflowTemplateParserVersionContextRefMo]
    (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.

    WorkflowTemplateParserVersionContextInterestedMo, WorkflowTemplateParserVersionContextInterestedMoArgs

    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'.

    WorkflowTemplateParserVersionContextRefMo, WorkflowTemplateParserVersionContextRefMoArgs

    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'.

    Import

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

    $ pulumi import intersight:index/workflowTemplateParser:WorkflowTemplateParser example 1234567890987654321abcde
    

    To learn more about importing existing cloud resources, see Importing resources.

    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