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

intersight.WorkflowCatalogItemDefinition

Explore with Pulumi AI

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

    Catalog Item definition is a collection of Service items which are associated with workflow definition that can be used to deploy and manage service items.

    Create WorkflowCatalogItemDefinition Resource

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

    Constructor syntax

    new WorkflowCatalogItemDefinition(name: string, args?: WorkflowCatalogItemDefinitionArgs, opts?: CustomResourceOptions);
    @overload
    def WorkflowCatalogItemDefinition(resource_name: str,
                                      args: Optional[WorkflowCatalogItemDefinitionArgs] = None,
                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def WorkflowCatalogItemDefinition(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      account_moid: Optional[str] = None,
                                      additional_properties: Optional[str] = None,
                                      ancestors: Optional[Sequence[WorkflowCatalogItemDefinitionAncestorArgs]] = None,
                                      class_id: Optional[str] = None,
                                      create_time: Optional[str] = None,
                                      description: Optional[str] = None,
                                      domain_group_moid: Optional[str] = None,
                                      label: Optional[str] = None,
                                      mod_time: Optional[str] = None,
                                      moid: Optional[str] = None,
                                      name: Optional[str] = None,
                                      nr_version: Optional[float] = None,
                                      object_type: Optional[str] = None,
                                      organizations: Optional[Sequence[WorkflowCatalogItemDefinitionOrganizationArgs]] = None,
                                      owners: Optional[Sequence[str]] = None,
                                      parents: Optional[Sequence[WorkflowCatalogItemDefinitionParentArgs]] = None,
                                      permission_resources: Optional[Sequence[WorkflowCatalogItemDefinitionPermissionResourceArgs]] = None,
                                      publish_status: Optional[str] = None,
                                      service_items: Optional[Sequence[WorkflowCatalogItemDefinitionServiceItemArgs]] = None,
                                      shared_scope: Optional[str] = None,
                                      support_status: Optional[str] = None,
                                      tags: Optional[Sequence[WorkflowCatalogItemDefinitionTagArgs]] = None,
                                      user_id_or_email: Optional[str] = None,
                                      validation_informations: Optional[Sequence[WorkflowCatalogItemDefinitionValidationInformationArgs]] = None,
                                      version_contexts: Optional[Sequence[WorkflowCatalogItemDefinitionVersionContextArgs]] = None,
                                      workflow_catalog_item_definition_id: Optional[str] = None)
    func NewWorkflowCatalogItemDefinition(ctx *Context, name string, args *WorkflowCatalogItemDefinitionArgs, opts ...ResourceOption) (*WorkflowCatalogItemDefinition, error)
    public WorkflowCatalogItemDefinition(string name, WorkflowCatalogItemDefinitionArgs? args = null, CustomResourceOptions? opts = null)
    public WorkflowCatalogItemDefinition(String name, WorkflowCatalogItemDefinitionArgs args)
    public WorkflowCatalogItemDefinition(String name, WorkflowCatalogItemDefinitionArgs args, CustomResourceOptions options)
    
    type: intersight:WorkflowCatalogItemDefinition
    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 WorkflowCatalogItemDefinitionArgs
    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 WorkflowCatalogItemDefinitionArgs
    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 WorkflowCatalogItemDefinitionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WorkflowCatalogItemDefinitionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WorkflowCatalogItemDefinitionArgs
    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 workflowCatalogItemDefinitionResource = new Intersight.WorkflowCatalogItemDefinition("workflowCatalogItemDefinitionResource", new()
    {
        AccountMoid = "string",
        AdditionalProperties = "string",
        Ancestors = new[]
        {
            new Intersight.Inputs.WorkflowCatalogItemDefinitionAncestorArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        ClassId = "string",
        CreateTime = "string",
        Description = "string",
        DomainGroupMoid = "string",
        Label = "string",
        ModTime = "string",
        Moid = "string",
        Name = "string",
        NrVersion = 0,
        ObjectType = "string",
        Organizations = new[]
        {
            new Intersight.Inputs.WorkflowCatalogItemDefinitionOrganizationArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        Owners = new[]
        {
            "string",
        },
        Parents = new[]
        {
            new Intersight.Inputs.WorkflowCatalogItemDefinitionParentArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        PermissionResources = new[]
        {
            new Intersight.Inputs.WorkflowCatalogItemDefinitionPermissionResourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        PublishStatus = "string",
        ServiceItems = new[]
        {
            new Intersight.Inputs.WorkflowCatalogItemDefinitionServiceItemArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Description = "string",
                Name = "string",
                ObjectType = "string",
                ServiceItemDefinitions = new[]
                {
                    new Intersight.Inputs.WorkflowCatalogItemDefinitionServiceItemServiceItemDefinitionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                ServiceItemInputDefinitions = new[]
                {
                    new Intersight.Inputs.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionArgs
                    {
                        ActionName = "string",
                        AdditionalProperties = "string",
                        ClassId = "string",
                        InputDefinitions = new[]
                        {
                            new Intersight.Inputs.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionArgs
                            {
                                AdditionalProperties = "string",
                                ClassId = "string",
                                Defaults = new[]
                                {
                                    new Intersight.Inputs.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDefaultArgs
                                    {
                                        AdditionalProperties = "string",
                                        ClassId = "string",
                                        IsValueSet = false,
                                        ObjectType = "string",
                                        Override = false,
                                        Value = "string",
                                    },
                                },
                                Description = "string",
                                DisplayMetas = new[]
                                {
                                    new Intersight.Inputs.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDisplayMetaArgs
                                    {
                                        AdditionalProperties = "string",
                                        ClassId = "string",
                                        InventorySelector = false,
                                        ObjectType = "string",
                                        WidgetType = "string",
                                    },
                                },
                                InputParameters = "string",
                                Label = "string",
                                Name = "string",
                                ObjectType = "string",
                                Required = false,
                            },
                        },
                        InputParameters = "string",
                        ObjectType = "string",
                        OperationType = "string",
                        ServiceItemActionDefinitions = new[]
                        {
                            new Intersight.Inputs.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionServiceItemActionDefinitionArgs
                            {
                                AdditionalProperties = "string",
                                ClassId = "string",
                                Moid = "string",
                                ObjectType = "string",
                                Selector = "string",
                            },
                        },
                    },
                },
            },
        },
        SharedScope = "string",
        SupportStatus = "string",
        Tags = new[]
        {
            new Intersight.Inputs.WorkflowCatalogItemDefinitionTagArgs
            {
                AdditionalProperties = "string",
                Key = "string",
                Value = "string",
            },
        },
        UserIdOrEmail = "string",
        ValidationInformations = new[]
        {
            new Intersight.Inputs.WorkflowCatalogItemDefinitionValidationInformationArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                EngineState = "string",
                ObjectType = "string",
                State = "string",
                ValidationErrors = new[]
                {
                    new Intersight.Inputs.WorkflowCatalogItemDefinitionValidationInformationValidationErrorArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        ErrorLog = "string",
                        Field = "string",
                        ObjectType = "string",
                        TaskName = "string",
                        TransitionName = "string",
                    },
                },
            },
        },
        VersionContexts = new[]
        {
            new Intersight.Inputs.WorkflowCatalogItemDefinitionVersionContextArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                InterestedMos = new[]
                {
                    new Intersight.Inputs.WorkflowCatalogItemDefinitionVersionContextInterestedMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                MarkedForDeletion = false,
                NrVersion = "string",
                ObjectType = "string",
                RefMos = new[]
                {
                    new Intersight.Inputs.WorkflowCatalogItemDefinitionVersionContextRefMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Timestamp = "string",
                VersionType = "string",
            },
        },
        WorkflowCatalogItemDefinitionId = "string",
    });
    
    example, err := intersight.NewWorkflowCatalogItemDefinition(ctx, "workflowCatalogItemDefinitionResource", &intersight.WorkflowCatalogItemDefinitionArgs{
    	AccountMoid:          pulumi.String("string"),
    	AdditionalProperties: pulumi.String("string"),
    	Ancestors: intersight.WorkflowCatalogItemDefinitionAncestorArray{
    		&intersight.WorkflowCatalogItemDefinitionAncestorArgs{
    			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"),
    	Description:     pulumi.String("string"),
    	DomainGroupMoid: pulumi.String("string"),
    	Label:           pulumi.String("string"),
    	ModTime:         pulumi.String("string"),
    	Moid:            pulumi.String("string"),
    	Name:            pulumi.String("string"),
    	NrVersion:       pulumi.Float64(0),
    	ObjectType:      pulumi.String("string"),
    	Organizations: intersight.WorkflowCatalogItemDefinitionOrganizationArray{
    		&intersight.WorkflowCatalogItemDefinitionOrganizationArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	Owners: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Parents: intersight.WorkflowCatalogItemDefinitionParentArray{
    		&intersight.WorkflowCatalogItemDefinitionParentArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PermissionResources: intersight.WorkflowCatalogItemDefinitionPermissionResourceArray{
    		&intersight.WorkflowCatalogItemDefinitionPermissionResourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PublishStatus: pulumi.String("string"),
    	ServiceItems: intersight.WorkflowCatalogItemDefinitionServiceItemArray{
    		&intersight.WorkflowCatalogItemDefinitionServiceItemArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Description:          pulumi.String("string"),
    			Name:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			ServiceItemDefinitions: intersight.WorkflowCatalogItemDefinitionServiceItemServiceItemDefinitionArray{
    				&intersight.WorkflowCatalogItemDefinitionServiceItemServiceItemDefinitionArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			ServiceItemInputDefinitions: intersight.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionArray{
    				&intersight.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionArgs{
    					ActionName:           pulumi.String("string"),
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					InputDefinitions: intersight.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionArray{
    						&intersight.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionArgs{
    							AdditionalProperties: pulumi.String("string"),
    							ClassId:              pulumi.String("string"),
    							Defaults: intersight.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDefaultArray{
    								&intersight.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDefaultArgs{
    									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.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDisplayMetaArray{
    								&intersight.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDisplayMetaArgs{
    									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"),
    							Required:        pulumi.Bool(false),
    						},
    					},
    					InputParameters: pulumi.String("string"),
    					ObjectType:      pulumi.String("string"),
    					OperationType:   pulumi.String("string"),
    					ServiceItemActionDefinitions: intersight.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionServiceItemActionDefinitionArray{
    						&intersight.WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionServiceItemActionDefinitionArgs{
    							AdditionalProperties: pulumi.String("string"),
    							ClassId:              pulumi.String("string"),
    							Moid:                 pulumi.String("string"),
    							ObjectType:           pulumi.String("string"),
    							Selector:             pulumi.String("string"),
    						},
    					},
    				},
    			},
    		},
    	},
    	SharedScope:   pulumi.String("string"),
    	SupportStatus: pulumi.String("string"),
    	Tags: intersight.WorkflowCatalogItemDefinitionTagArray{
    		&intersight.WorkflowCatalogItemDefinitionTagArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Key:                  pulumi.String("string"),
    			Value:                pulumi.String("string"),
    		},
    	},
    	UserIdOrEmail: pulumi.String("string"),
    	ValidationInformations: intersight.WorkflowCatalogItemDefinitionValidationInformationArray{
    		&intersight.WorkflowCatalogItemDefinitionValidationInformationArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			EngineState:          pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			State:                pulumi.String("string"),
    			ValidationErrors: intersight.WorkflowCatalogItemDefinitionValidationInformationValidationErrorArray{
    				&intersight.WorkflowCatalogItemDefinitionValidationInformationValidationErrorArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					ErrorLog:             pulumi.String("string"),
    					Field:                pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					TaskName:             pulumi.String("string"),
    					TransitionName:       pulumi.String("string"),
    				},
    			},
    		},
    	},
    	VersionContexts: intersight.WorkflowCatalogItemDefinitionVersionContextArray{
    		&intersight.WorkflowCatalogItemDefinitionVersionContextArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			InterestedMos: intersight.WorkflowCatalogItemDefinitionVersionContextInterestedMoArray{
    				&intersight.WorkflowCatalogItemDefinitionVersionContextInterestedMoArgs{
    					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.WorkflowCatalogItemDefinitionVersionContextRefMoArray{
    				&intersight.WorkflowCatalogItemDefinitionVersionContextRefMoArgs{
    					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"),
    		},
    	},
    	WorkflowCatalogItemDefinitionId: pulumi.String("string"),
    })
    
    var workflowCatalogItemDefinitionResource = new WorkflowCatalogItemDefinition("workflowCatalogItemDefinitionResource", WorkflowCatalogItemDefinitionArgs.builder()
        .accountMoid("string")
        .additionalProperties("string")
        .ancestors(WorkflowCatalogItemDefinitionAncestorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .classId("string")
        .createTime("string")
        .description("string")
        .domainGroupMoid("string")
        .label("string")
        .modTime("string")
        .moid("string")
        .name("string")
        .nrVersion(0)
        .objectType("string")
        .organizations(WorkflowCatalogItemDefinitionOrganizationArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .owners("string")
        .parents(WorkflowCatalogItemDefinitionParentArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .permissionResources(WorkflowCatalogItemDefinitionPermissionResourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .publishStatus("string")
        .serviceItems(WorkflowCatalogItemDefinitionServiceItemArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .description("string")
            .name("string")
            .objectType("string")
            .serviceItemDefinitions(WorkflowCatalogItemDefinitionServiceItemServiceItemDefinitionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .serviceItemInputDefinitions(WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionArgs.builder()
                .actionName("string")
                .additionalProperties("string")
                .classId("string")
                .inputDefinitions(WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionArgs.builder()
                    .additionalProperties("string")
                    .classId("string")
                    .defaults(WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDefaultArgs.builder()
                        .additionalProperties("string")
                        .classId("string")
                        .isValueSet(false)
                        .objectType("string")
                        .override(false)
                        .value("string")
                        .build())
                    .description("string")
                    .displayMetas(WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDisplayMetaArgs.builder()
                        .additionalProperties("string")
                        .classId("string")
                        .inventorySelector(false)
                        .objectType("string")
                        .widgetType("string")
                        .build())
                    .inputParameters("string")
                    .label("string")
                    .name("string")
                    .objectType("string")
                    .required(false)
                    .build())
                .inputParameters("string")
                .objectType("string")
                .operationType("string")
                .serviceItemActionDefinitions(WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionServiceItemActionDefinitionArgs.builder()
                    .additionalProperties("string")
                    .classId("string")
                    .moid("string")
                    .objectType("string")
                    .selector("string")
                    .build())
                .build())
            .build())
        .sharedScope("string")
        .supportStatus("string")
        .tags(WorkflowCatalogItemDefinitionTagArgs.builder()
            .additionalProperties("string")
            .key("string")
            .value("string")
            .build())
        .userIdOrEmail("string")
        .validationInformations(WorkflowCatalogItemDefinitionValidationInformationArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .engineState("string")
            .objectType("string")
            .state("string")
            .validationErrors(WorkflowCatalogItemDefinitionValidationInformationValidationErrorArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .errorLog("string")
                .field("string")
                .objectType("string")
                .taskName("string")
                .transitionName("string")
                .build())
            .build())
        .versionContexts(WorkflowCatalogItemDefinitionVersionContextArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .interestedMos(WorkflowCatalogItemDefinitionVersionContextInterestedMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .markedForDeletion(false)
            .nrVersion("string")
            .objectType("string")
            .refMos(WorkflowCatalogItemDefinitionVersionContextRefMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .timestamp("string")
            .versionType("string")
            .build())
        .workflowCatalogItemDefinitionId("string")
        .build());
    
    workflow_catalog_item_definition_resource = intersight.WorkflowCatalogItemDefinition("workflowCatalogItemDefinitionResource",
        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",
        description="string",
        domain_group_moid="string",
        label="string",
        mod_time="string",
        moid="string",
        name="string",
        nr_version=0,
        object_type="string",
        organizations=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "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",
        }],
        publish_status="string",
        service_items=[{
            "additional_properties": "string",
            "class_id": "string",
            "description": "string",
            "name": "string",
            "object_type": "string",
            "service_item_definitions": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "service_item_input_definitions": [{
                "action_name": "string",
                "additional_properties": "string",
                "class_id": "string",
                "input_definitions": [{
                    "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",
                    "required": False,
                }],
                "input_parameters": "string",
                "object_type": "string",
                "operation_type": "string",
                "service_item_action_definitions": [{
                    "additional_properties": "string",
                    "class_id": "string",
                    "moid": "string",
                    "object_type": "string",
                    "selector": "string",
                }],
            }],
        }],
        shared_scope="string",
        support_status="string",
        tags=[{
            "additional_properties": "string",
            "key": "string",
            "value": "string",
        }],
        user_id_or_email="string",
        validation_informations=[{
            "additional_properties": "string",
            "class_id": "string",
            "engine_state": "string",
            "object_type": "string",
            "state": "string",
            "validation_errors": [{
                "additional_properties": "string",
                "class_id": "string",
                "error_log": "string",
                "field": "string",
                "object_type": "string",
                "task_name": "string",
                "transition_name": "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_catalog_item_definition_id="string")
    
    const workflowCatalogItemDefinitionResource = new intersight.WorkflowCatalogItemDefinition("workflowCatalogItemDefinitionResource", {
        accountMoid: "string",
        additionalProperties: "string",
        ancestors: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        classId: "string",
        createTime: "string",
        description: "string",
        domainGroupMoid: "string",
        label: "string",
        modTime: "string",
        moid: "string",
        name: "string",
        nrVersion: 0,
        objectType: "string",
        organizations: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "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",
        }],
        publishStatus: "string",
        serviceItems: [{
            additionalProperties: "string",
            classId: "string",
            description: "string",
            name: "string",
            objectType: "string",
            serviceItemDefinitions: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            serviceItemInputDefinitions: [{
                actionName: "string",
                additionalProperties: "string",
                classId: "string",
                inputDefinitions: [{
                    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",
                    required: false,
                }],
                inputParameters: "string",
                objectType: "string",
                operationType: "string",
                serviceItemActionDefinitions: [{
                    additionalProperties: "string",
                    classId: "string",
                    moid: "string",
                    objectType: "string",
                    selector: "string",
                }],
            }],
        }],
        sharedScope: "string",
        supportStatus: "string",
        tags: [{
            additionalProperties: "string",
            key: "string",
            value: "string",
        }],
        userIdOrEmail: "string",
        validationInformations: [{
            additionalProperties: "string",
            classId: "string",
            engineState: "string",
            objectType: "string",
            state: "string",
            validationErrors: [{
                additionalProperties: "string",
                classId: "string",
                errorLog: "string",
                field: "string",
                objectType: "string",
                taskName: "string",
                transitionName: "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",
        }],
        workflowCatalogItemDefinitionId: "string",
    });
    
    type: intersight:WorkflowCatalogItemDefinition
    properties:
        accountMoid: string
        additionalProperties: string
        ancestors:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        classId: string
        createTime: string
        description: string
        domainGroupMoid: string
        label: string
        modTime: string
        moid: string
        name: string
        nrVersion: 0
        objectType: string
        organizations:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: 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
        publishStatus: string
        serviceItems:
            - additionalProperties: string
              classId: string
              description: string
              name: string
              objectType: string
              serviceItemDefinitions:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              serviceItemInputDefinitions:
                - actionName: string
                  additionalProperties: string
                  classId: string
                  inputDefinitions:
                    - 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
                      required: false
                  inputParameters: string
                  objectType: string
                  operationType: string
                  serviceItemActionDefinitions:
                    - additionalProperties: string
                      classId: string
                      moid: string
                      objectType: string
                      selector: string
        sharedScope: string
        supportStatus: string
        tags:
            - additionalProperties: string
              key: string
              value: string
        userIdOrEmail: string
        validationInformations:
            - additionalProperties: string
              classId: string
              engineState: string
              objectType: string
              state: string
              validationErrors:
                - additionalProperties: string
                  classId: string
                  errorLog: string
                  field: string
                  objectType: string
                  taskName: string
                  transitionName: 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
        workflowCatalogItemDefinitionId: string
    

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

    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<WorkflowCatalogItemDefinitionAncestor>
    (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.
    Description string
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    Label string
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    NrVersion double
    The version of the catalog item to support multiple versions.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Organizations List<WorkflowCatalogItemDefinitionOrganization>
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<WorkflowCatalogItemDefinitionParent>
    (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<WorkflowCatalogItemDefinitionPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    PublishStatus string
    Publish status of the catalog item.* Draft - The enum specifies the option as Draft which means the meta definition is being designed and tested.* Published - The enum specifies the option as Published which means the meta definition is ready for consumption.* Archived - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
    ServiceItems List<WorkflowCatalogItemDefinitionServiceItem>
    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.
    SupportStatus string
    The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.* Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.* Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.* Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    Tags List<WorkflowCatalogItemDefinitionTag>
    This complex property has following sub-properties:
    UserIdOrEmail string
    (ReadOnly) The user identifier who created or updated the catalog item definition.
    ValidationInformations List<WorkflowCatalogItemDefinitionValidationInformation>
    (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
    VersionContexts List<WorkflowCatalogItemDefinitionVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WorkflowCatalogItemDefinitionId string
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []WorkflowCatalogItemDefinitionAncestorArgs
    (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.
    Description string
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    Label string
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    NrVersion float64
    The version of the catalog item to support multiple versions.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Organizations []WorkflowCatalogItemDefinitionOrganizationArgs
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []WorkflowCatalogItemDefinitionParentArgs
    (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 []WorkflowCatalogItemDefinitionPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    PublishStatus string
    Publish status of the catalog item.* Draft - The enum specifies the option as Draft which means the meta definition is being designed and tested.* Published - The enum specifies the option as Published which means the meta definition is ready for consumption.* Archived - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
    ServiceItems []WorkflowCatalogItemDefinitionServiceItemArgs
    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.
    SupportStatus string
    The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.* Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.* Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.* Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    Tags []WorkflowCatalogItemDefinitionTagArgs
    This complex property has following sub-properties:
    UserIdOrEmail string
    (ReadOnly) The user identifier who created or updated the catalog item definition.
    ValidationInformations []WorkflowCatalogItemDefinitionValidationInformationArgs
    (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
    VersionContexts []WorkflowCatalogItemDefinitionVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WorkflowCatalogItemDefinitionId string
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<WorkflowCatalogItemDefinitionAncestor>
    (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.
    description String
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    label String
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    nrVersion Double
    The version of the catalog item to support multiple versions.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations List<WorkflowCatalogItemDefinitionOrganization>
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<WorkflowCatalogItemDefinitionParent>
    (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<WorkflowCatalogItemDefinitionPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    publishStatus String
    Publish status of the catalog item.* Draft - The enum specifies the option as Draft which means the meta definition is being designed and tested.* Published - The enum specifies the option as Published which means the meta definition is ready for consumption.* Archived - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
    serviceItems List<WorkflowCatalogItemDefinitionServiceItem>
    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.
    supportStatus String
    The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.* Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.* Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.* Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    tags List<WorkflowCatalogItemDefinitionTag>
    This complex property has following sub-properties:
    userIdOrEmail String
    (ReadOnly) The user identifier who created or updated the catalog item definition.
    validationInformations List<WorkflowCatalogItemDefinitionValidationInformation>
    (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
    versionContexts List<WorkflowCatalogItemDefinitionVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflowCatalogItemDefinitionId String
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    additionalProperties string
    ancestors WorkflowCatalogItemDefinitionAncestor[]
    (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.
    description string
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    label string
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    nrVersion number
    The version of the catalog item to support multiple versions.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations WorkflowCatalogItemDefinitionOrganization[]
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents WorkflowCatalogItemDefinitionParent[]
    (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 WorkflowCatalogItemDefinitionPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    publishStatus string
    Publish status of the catalog item.* Draft - The enum specifies the option as Draft which means the meta definition is being designed and tested.* Published - The enum specifies the option as Published which means the meta definition is ready for consumption.* Archived - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
    serviceItems WorkflowCatalogItemDefinitionServiceItem[]
    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.
    supportStatus string
    The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.* Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.* Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.* Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    tags WorkflowCatalogItemDefinitionTag[]
    This complex property has following sub-properties:
    userIdOrEmail string
    (ReadOnly) The user identifier who created or updated the catalog item definition.
    validationInformations WorkflowCatalogItemDefinitionValidationInformation[]
    (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
    versionContexts WorkflowCatalogItemDefinitionVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflowCatalogItemDefinitionId string
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[WorkflowCatalogItemDefinitionAncestorArgs]
    (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.
    description str
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    label str
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    nr_version float
    The version of the catalog item to support multiple versions.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations Sequence[WorkflowCatalogItemDefinitionOrganizationArgs]
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[WorkflowCatalogItemDefinitionParentArgs]
    (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[WorkflowCatalogItemDefinitionPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    publish_status str
    Publish status of the catalog item.* Draft - The enum specifies the option as Draft which means the meta definition is being designed and tested.* Published - The enum specifies the option as Published which means the meta definition is ready for consumption.* Archived - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
    service_items Sequence[WorkflowCatalogItemDefinitionServiceItemArgs]
    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.
    support_status str
    The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.* Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.* Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.* Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    tags Sequence[WorkflowCatalogItemDefinitionTagArgs]
    This complex property has following sub-properties:
    user_id_or_email str
    (ReadOnly) The user identifier who created or updated the catalog item definition.
    validation_informations Sequence[WorkflowCatalogItemDefinitionValidationInformationArgs]
    (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
    version_contexts Sequence[WorkflowCatalogItemDefinitionVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflow_catalog_item_definition_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.
    description String
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    label String
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    nrVersion Number
    The version of the catalog item to support multiple versions.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations List<Property Map>
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    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:
    publishStatus String
    Publish status of the catalog item.* Draft - The enum specifies the option as Draft which means the meta definition is being designed and tested.* Published - The enum specifies the option as Published which means the meta definition is ready for consumption.* Archived - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
    serviceItems 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.
    supportStatus String
    The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.* Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.* Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.* Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    tags List<Property Map>
    This complex property has following sub-properties:
    userIdOrEmail String
    (ReadOnly) The user identifier who created or updated the catalog item definition.
    validationInformations List<Property Map>
    (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflowCatalogItemDefinitionId String

    Outputs

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

    Get an existing WorkflowCatalogItemDefinition 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?: WorkflowCatalogItemDefinitionState, opts?: CustomResourceOptions): WorkflowCatalogItemDefinition
    @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[WorkflowCatalogItemDefinitionAncestorArgs]] = None,
            class_id: Optional[str] = None,
            create_time: Optional[str] = None,
            description: Optional[str] = None,
            domain_group_moid: Optional[str] = None,
            label: Optional[str] = None,
            mod_time: Optional[str] = None,
            moid: Optional[str] = None,
            name: Optional[str] = None,
            nr_version: Optional[float] = None,
            object_type: Optional[str] = None,
            organizations: Optional[Sequence[WorkflowCatalogItemDefinitionOrganizationArgs]] = None,
            owners: Optional[Sequence[str]] = None,
            parents: Optional[Sequence[WorkflowCatalogItemDefinitionParentArgs]] = None,
            permission_resources: Optional[Sequence[WorkflowCatalogItemDefinitionPermissionResourceArgs]] = None,
            publish_status: Optional[str] = None,
            service_items: Optional[Sequence[WorkflowCatalogItemDefinitionServiceItemArgs]] = None,
            shared_scope: Optional[str] = None,
            support_status: Optional[str] = None,
            tags: Optional[Sequence[WorkflowCatalogItemDefinitionTagArgs]] = None,
            user_id_or_email: Optional[str] = None,
            validation_informations: Optional[Sequence[WorkflowCatalogItemDefinitionValidationInformationArgs]] = None,
            version_contexts: Optional[Sequence[WorkflowCatalogItemDefinitionVersionContextArgs]] = None,
            workflow_catalog_item_definition_id: Optional[str] = None) -> WorkflowCatalogItemDefinition
    func GetWorkflowCatalogItemDefinition(ctx *Context, name string, id IDInput, state *WorkflowCatalogItemDefinitionState, opts ...ResourceOption) (*WorkflowCatalogItemDefinition, error)
    public static WorkflowCatalogItemDefinition Get(string name, Input<string> id, WorkflowCatalogItemDefinitionState? state, CustomResourceOptions? opts = null)
    public static WorkflowCatalogItemDefinition get(String name, Output<String> id, WorkflowCatalogItemDefinitionState state, CustomResourceOptions options)
    resources:  _:    type: intersight:WorkflowCatalogItemDefinition    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<WorkflowCatalogItemDefinitionAncestor>
    (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.
    Description string
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    Label string
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    NrVersion double
    The version of the catalog item to support multiple versions.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Organizations List<WorkflowCatalogItemDefinitionOrganization>
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<WorkflowCatalogItemDefinitionParent>
    (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<WorkflowCatalogItemDefinitionPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    PublishStatus string
    Publish status of the catalog item.* Draft - The enum specifies the option as Draft which means the meta definition is being designed and tested.* Published - The enum specifies the option as Published which means the meta definition is ready for consumption.* Archived - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
    ServiceItems List<WorkflowCatalogItemDefinitionServiceItem>
    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.
    SupportStatus string
    The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.* Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.* Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.* Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    Tags List<WorkflowCatalogItemDefinitionTag>
    This complex property has following sub-properties:
    UserIdOrEmail string
    (ReadOnly) The user identifier who created or updated the catalog item definition.
    ValidationInformations List<WorkflowCatalogItemDefinitionValidationInformation>
    (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
    VersionContexts List<WorkflowCatalogItemDefinitionVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WorkflowCatalogItemDefinitionId string
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []WorkflowCatalogItemDefinitionAncestorArgs
    (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.
    Description string
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    Label string
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    NrVersion float64
    The version of the catalog item to support multiple versions.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Organizations []WorkflowCatalogItemDefinitionOrganizationArgs
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []WorkflowCatalogItemDefinitionParentArgs
    (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 []WorkflowCatalogItemDefinitionPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    PublishStatus string
    Publish status of the catalog item.* Draft - The enum specifies the option as Draft which means the meta definition is being designed and tested.* Published - The enum specifies the option as Published which means the meta definition is ready for consumption.* Archived - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
    ServiceItems []WorkflowCatalogItemDefinitionServiceItemArgs
    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.
    SupportStatus string
    The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.* Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.* Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.* Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    Tags []WorkflowCatalogItemDefinitionTagArgs
    This complex property has following sub-properties:
    UserIdOrEmail string
    (ReadOnly) The user identifier who created or updated the catalog item definition.
    ValidationInformations []WorkflowCatalogItemDefinitionValidationInformationArgs
    (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
    VersionContexts []WorkflowCatalogItemDefinitionVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WorkflowCatalogItemDefinitionId string
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<WorkflowCatalogItemDefinitionAncestor>
    (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.
    description String
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    label String
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    nrVersion Double
    The version of the catalog item to support multiple versions.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations List<WorkflowCatalogItemDefinitionOrganization>
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<WorkflowCatalogItemDefinitionParent>
    (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<WorkflowCatalogItemDefinitionPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    publishStatus String
    Publish status of the catalog item.* Draft - The enum specifies the option as Draft which means the meta definition is being designed and tested.* Published - The enum specifies the option as Published which means the meta definition is ready for consumption.* Archived - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
    serviceItems List<WorkflowCatalogItemDefinitionServiceItem>
    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.
    supportStatus String
    The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.* Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.* Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.* Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    tags List<WorkflowCatalogItemDefinitionTag>
    This complex property has following sub-properties:
    userIdOrEmail String
    (ReadOnly) The user identifier who created or updated the catalog item definition.
    validationInformations List<WorkflowCatalogItemDefinitionValidationInformation>
    (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
    versionContexts List<WorkflowCatalogItemDefinitionVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflowCatalogItemDefinitionId String
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    additionalProperties string
    ancestors WorkflowCatalogItemDefinitionAncestor[]
    (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.
    description string
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    label string
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    nrVersion number
    The version of the catalog item to support multiple versions.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations WorkflowCatalogItemDefinitionOrganization[]
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents WorkflowCatalogItemDefinitionParent[]
    (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 WorkflowCatalogItemDefinitionPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    publishStatus string
    Publish status of the catalog item.* Draft - The enum specifies the option as Draft which means the meta definition is being designed and tested.* Published - The enum specifies the option as Published which means the meta definition is ready for consumption.* Archived - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
    serviceItems WorkflowCatalogItemDefinitionServiceItem[]
    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.
    supportStatus string
    The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.* Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.* Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.* Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    tags WorkflowCatalogItemDefinitionTag[]
    This complex property has following sub-properties:
    userIdOrEmail string
    (ReadOnly) The user identifier who created or updated the catalog item definition.
    validationInformations WorkflowCatalogItemDefinitionValidationInformation[]
    (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
    versionContexts WorkflowCatalogItemDefinitionVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflowCatalogItemDefinitionId string
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[WorkflowCatalogItemDefinitionAncestorArgs]
    (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.
    description str
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    label str
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    nr_version float
    The version of the catalog item to support multiple versions.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations Sequence[WorkflowCatalogItemDefinitionOrganizationArgs]
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[WorkflowCatalogItemDefinitionParentArgs]
    (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[WorkflowCatalogItemDefinitionPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    publish_status str
    Publish status of the catalog item.* Draft - The enum specifies the option as Draft which means the meta definition is being designed and tested.* Published - The enum specifies the option as Published which means the meta definition is ready for consumption.* Archived - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
    service_items Sequence[WorkflowCatalogItemDefinitionServiceItemArgs]
    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.
    support_status str
    The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.* Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.* Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.* Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    tags Sequence[WorkflowCatalogItemDefinitionTagArgs]
    This complex property has following sub-properties:
    user_id_or_email str
    (ReadOnly) The user identifier who created or updated the catalog item definition.
    validation_informations Sequence[WorkflowCatalogItemDefinitionValidationInformationArgs]
    (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
    version_contexts Sequence[WorkflowCatalogItemDefinitionVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflow_catalog_item_definition_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.
    description String
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    label String
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    nrVersion Number
    The version of the catalog item to support multiple versions.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations List<Property Map>
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    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:
    publishStatus String
    Publish status of the catalog item.* Draft - The enum specifies the option as Draft which means the meta definition is being designed and tested.* Published - The enum specifies the option as Published which means the meta definition is ready for consumption.* Archived - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
    serviceItems 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.
    supportStatus String
    The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.* Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.* Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.* Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    tags List<Property Map>
    This complex property has following sub-properties:
    userIdOrEmail String
    (ReadOnly) The user identifier who created or updated the catalog item definition.
    validationInformations List<Property Map>
    (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workflowCatalogItemDefinitionId String

    Supporting Types

    WorkflowCatalogItemDefinitionAncestor, WorkflowCatalogItemDefinitionAncestorArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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'.

    WorkflowCatalogItemDefinitionOrganization, WorkflowCatalogItemDefinitionOrganizationArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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'.

    WorkflowCatalogItemDefinitionParent, WorkflowCatalogItemDefinitionParentArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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'.

    WorkflowCatalogItemDefinitionPermissionResource, WorkflowCatalogItemDefinitionPermissionResourceArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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'.

    WorkflowCatalogItemDefinitionServiceItem, WorkflowCatalogItemDefinitionServiceItemArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    Description string
    Provide a detailed description of the data type.
    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.
    ServiceItemDefinitions List<WorkflowCatalogItemDefinitionServiceItemServiceItemDefinition>
    Specify the service items that are associated with the catalog item. This complex property has following sub-properties:
    ServiceItemInputDefinitions List<WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinition>
    This complex property has following sub-properties:
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    Description string
    Provide a detailed description of the data type.
    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.
    ServiceItemDefinitions []WorkflowCatalogItemDefinitionServiceItemServiceItemDefinition
    Specify the service items that are associated with the catalog item. This complex property has following sub-properties:
    ServiceItemInputDefinitions []WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinition
    This complex property has following sub-properties:
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    description String
    Provide a detailed description of the data type.
    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.
    serviceItemDefinitions List<WorkflowCatalogItemDefinitionServiceItemServiceItemDefinition>
    Specify the service items that are associated with the catalog item. This complex property has following sub-properties:
    serviceItemInputDefinitions List<WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinition>
    This complex property has following sub-properties:
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId string
    description string
    Provide a detailed description of the data type.
    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.
    serviceItemDefinitions WorkflowCatalogItemDefinitionServiceItemServiceItemDefinition[]
    Specify the service items that are associated with the catalog item. This complex property has following sub-properties:
    serviceItemInputDefinitions WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinition[]
    This complex property has following sub-properties:
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    class_id str
    description str
    Provide a detailed description of the data type.
    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.
    service_item_definitions Sequence[WorkflowCatalogItemDefinitionServiceItemServiceItemDefinition]
    Specify the service items that are associated with the catalog item. This complex property has following sub-properties:
    service_item_input_definitions Sequence[WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinition]
    This complex property has following sub-properties:
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    description String
    Provide a detailed description of the data type.
    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.
    serviceItemDefinitions List<Property Map>
    Specify the service items that are associated with the catalog item. This complex property has following sub-properties:
    serviceItemInputDefinitions List<Property Map>
    This complex property has following sub-properties:

    WorkflowCatalogItemDefinitionServiceItemServiceItemDefinition, WorkflowCatalogItemDefinitionServiceItemServiceItemDefinitionArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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'.

    WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinition, WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionArgs

    ActionName string
    (ReadOnly) The name of the service item action.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    InputDefinitions List<WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinition>
    This complex property has following sub-properties:
    InputParameters string
    Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    OperationType string
    (ReadOnly) Type of action operation to be executed on the service item.* PostDeployment - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.* Deployment - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.* Decommission - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.* Migration - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
    ServiceItemActionDefinitions List<WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionServiceItemActionDefinition>
    Specify the service item action for which input definition is associated. This complex property has following sub-properties:
    ActionName string
    (ReadOnly) The name of the service item action.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    InputDefinitions []WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinition
    This complex property has following sub-properties:
    InputParameters string
    Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    OperationType string
    (ReadOnly) Type of action operation to be executed on the service item.* PostDeployment - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.* Deployment - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.* Decommission - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.* Migration - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
    ServiceItemActionDefinitions []WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionServiceItemActionDefinition
    Specify the service item action for which input definition is associated. This complex property has following sub-properties:
    actionName String
    (ReadOnly) The name of the service item action.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    inputDefinitions List<WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinition>
    This complex property has following sub-properties:
    inputParameters String
    Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    operationType String
    (ReadOnly) Type of action operation to be executed on the service item.* PostDeployment - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.* Deployment - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.* Decommission - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.* Migration - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
    serviceItemActionDefinitions List<WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionServiceItemActionDefinition>
    Specify the service item action for which input definition is associated. This complex property has following sub-properties:
    actionName string
    (ReadOnly) The name of the service item action.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId string
    inputDefinitions WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinition[]
    This complex property has following sub-properties:
    inputParameters string
    Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    operationType string
    (ReadOnly) Type of action operation to be executed on the service item.* PostDeployment - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.* Deployment - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.* Decommission - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.* Migration - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
    serviceItemActionDefinitions WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionServiceItemActionDefinition[]
    Specify the service item action for which input definition is associated. This complex property has following sub-properties:
    action_name str
    (ReadOnly) The name of the service item action.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    class_id str
    input_definitions Sequence[WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinition]
    This complex property has following sub-properties:
    input_parameters str
    Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    operation_type str
    (ReadOnly) Type of action operation to be executed on the service item.* PostDeployment - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.* Deployment - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.* Decommission - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.* Migration - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
    service_item_action_definitions Sequence[WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionServiceItemActionDefinition]
    Specify the service item action for which input definition is associated. This complex property has following sub-properties:
    actionName String
    (ReadOnly) The name of the service item action.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    inputDefinitions List<Property Map>
    This complex property has following sub-properties:
    inputParameters String
    Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    operationType String
    (ReadOnly) Type of action operation to be executed on the service item.* PostDeployment - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.* Deployment - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.* Decommission - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.* Migration - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
    serviceItemActionDefinitions List<Property Map>
    Specify the service item action for which input definition is associated. This complex property has following sub-properties:

    WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinition, WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    Defaults List<WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDefault>
    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
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    DisplayMetas List<WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDisplayMeta>
    Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
    InputParameters string
    Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
    Label string
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    ObjectType string
    Required bool
    Specifies whether this parameter is required. The field is applicable for task and workflow.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    Defaults []WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDefault
    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
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    DisplayMetas []WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDisplayMeta
    Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
    InputParameters string
    Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
    Label string
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    ObjectType string
    Required bool
    Specifies whether this parameter is required. The field is applicable for task and workflow.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    defaults List<WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDefault>
    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
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    displayMetas List<WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDisplayMeta>
    Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
    inputParameters String
    Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
    label String
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    objectType String
    required Boolean
    Specifies whether this parameter is required. The field is applicable for task and workflow.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId string
    defaults WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDefault[]
    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
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    displayMetas WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDisplayMeta[]
    Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
    inputParameters string
    Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
    label string
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name string
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    objectType string
    required boolean
    Specifies whether this parameter is required. The field is applicable for task and workflow.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    class_id str
    defaults Sequence[WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDefault]
    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
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    display_metas Sequence[WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDisplayMeta]
    Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
    input_parameters str
    Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
    label str
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name str
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    object_type str
    required bool
    Specifies whether this parameter is required. The field is applicable for task and workflow.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
    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
    Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
    label String
    A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
    objectType String
    required Boolean
    Specifies whether this parameter is required. The field is applicable for task and workflow.

    WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDefault, WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDefaultArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    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
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    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
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    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
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    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
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    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
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    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

    WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDisplayMeta, WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDisplayMetaArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    InventorySelector bool
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    ObjectType string
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    InventorySelector bool
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    ObjectType string
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    inventorySelector Boolean
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    objectType String
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId string
    inventorySelector boolean
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    objectType string
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    class_id str
    inventory_selector bool
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    object_type str
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    inventorySelector Boolean
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    objectType String
    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.

    WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionServiceItemActionDefinition, WorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionServiceItemActionDefinitionArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    WorkflowCatalogItemDefinitionTag, WorkflowCatalogItemDefinitionTagArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    WorkflowCatalogItemDefinitionValidationInformation, WorkflowCatalogItemDefinitionValidationInformationArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    EngineState string
    (ReadOnly) The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.* NotUpdated - The workflow and task definition metadata is not yet updated in the workflow engine.* Updating - The workflow and task definition metadata is in the processing of being updated in the workflow engine.* UpdateFailed - The workflow and task definition metadata failed to be updated in the workflow engine.* Updated - The workflow and task definition metadata was updated successfully in the workflow engine.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    State string
    (ReadOnly) The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).* NotValidated - The state when workflow definition has not been validated.* Valid - The state when workflow definition is valid.* Invalid - The state when workflow definition is invalid.
    ValidationErrors List<WorkflowCatalogItemDefinitionValidationInformationValidationError>
    This complex property has following sub-properties:
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    EngineState string
    (ReadOnly) The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.* NotUpdated - The workflow and task definition metadata is not yet updated in the workflow engine.* Updating - The workflow and task definition metadata is in the processing of being updated in the workflow engine.* UpdateFailed - The workflow and task definition metadata failed to be updated in the workflow engine.* Updated - The workflow and task definition metadata was updated successfully in the workflow engine.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    State string
    (ReadOnly) The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).* NotValidated - The state when workflow definition has not been validated.* Valid - The state when workflow definition is valid.* Invalid - The state when workflow definition is invalid.
    ValidationErrors []WorkflowCatalogItemDefinitionValidationInformationValidationError
    This complex property has following sub-properties:
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    engineState String
    (ReadOnly) The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.* NotUpdated - The workflow and task definition metadata is not yet updated in the workflow engine.* Updating - The workflow and task definition metadata is in the processing of being updated in the workflow engine.* UpdateFailed - The workflow and task definition metadata failed to be updated in the workflow engine.* Updated - The workflow and task definition metadata was updated successfully in the workflow engine.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    state String
    (ReadOnly) The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).* NotValidated - The state when workflow definition has not been validated.* Valid - The state when workflow definition is valid.* Invalid - The state when workflow definition is invalid.
    validationErrors List<WorkflowCatalogItemDefinitionValidationInformationValidationError>
    This complex property has following sub-properties:
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId string
    engineState string
    (ReadOnly) The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.* NotUpdated - The workflow and task definition metadata is not yet updated in the workflow engine.* Updating - The workflow and task definition metadata is in the processing of being updated in the workflow engine.* UpdateFailed - The workflow and task definition metadata failed to be updated in the workflow engine.* Updated - The workflow and task definition metadata was updated successfully in the workflow engine.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    state string
    (ReadOnly) The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).* NotValidated - The state when workflow definition has not been validated.* Valid - The state when workflow definition is valid.* Invalid - The state when workflow definition is invalid.
    validationErrors WorkflowCatalogItemDefinitionValidationInformationValidationError[]
    This complex property has following sub-properties:
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    class_id str
    engine_state str
    (ReadOnly) The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.* NotUpdated - The workflow and task definition metadata is not yet updated in the workflow engine.* Updating - The workflow and task definition metadata is in the processing of being updated in the workflow engine.* UpdateFailed - The workflow and task definition metadata failed to be updated in the workflow engine.* Updated - The workflow and task definition metadata was updated successfully in the workflow engine.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    state str
    (ReadOnly) The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).* NotValidated - The state when workflow definition has not been validated.* Valid - The state when workflow definition is valid.* Invalid - The state when workflow definition is invalid.
    validation_errors Sequence[WorkflowCatalogItemDefinitionValidationInformationValidationError]
    This complex property has following sub-properties:
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    engineState String
    (ReadOnly) The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.* NotUpdated - The workflow and task definition metadata is not yet updated in the workflow engine.* Updating - The workflow and task definition metadata is in the processing of being updated in the workflow engine.* UpdateFailed - The workflow and task definition metadata failed to be updated in the workflow engine.* Updated - The workflow and task definition metadata was updated successfully in the workflow engine.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    state String
    (ReadOnly) The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).* NotValidated - The state when workflow definition has not been validated.* Valid - The state when workflow definition is valid.* Invalid - The state when workflow definition is invalid.
    validationErrors List<Property Map>
    This complex property has following sub-properties:

    WorkflowCatalogItemDefinitionValidationInformationValidationError, WorkflowCatalogItemDefinitionValidationInformationValidationErrorArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    ErrorLog string
    (ReadOnly) Description of the error.
    Field string
    (ReadOnly) When populated this refers to the input or output field within the workflow or task.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    TaskName string
    (ReadOnly) The task name on which the error is found, when empty the error applies to the top level workflow.
    TransitionName string
    (ReadOnly) When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    ErrorLog string
    (ReadOnly) Description of the error.
    Field string
    (ReadOnly) When populated this refers to the input or output field within the workflow or task.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    TaskName string
    (ReadOnly) The task name on which the error is found, when empty the error applies to the top level workflow.
    TransitionName string
    (ReadOnly) When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    errorLog String
    (ReadOnly) Description of the error.
    field String
    (ReadOnly) When populated this refers to the input or output field within the workflow or task.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    taskName String
    (ReadOnly) The task name on which the error is found, when empty the error applies to the top level workflow.
    transitionName String
    (ReadOnly) When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId string
    errorLog string
    (ReadOnly) Description of the error.
    field string
    (ReadOnly) When populated this refers to the input or output field within the workflow or task.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    taskName string
    (ReadOnly) The task name on which the error is found, when empty the error applies to the top level workflow.
    transitionName string
    (ReadOnly) When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    class_id str
    error_log str
    (ReadOnly) Description of the error.
    field str
    (ReadOnly) When populated this refers to the input or output field within the workflow or task.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    task_name str
    (ReadOnly) The task name on which the error is found, when empty the error applies to the top level workflow.
    transition_name str
    (ReadOnly) When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    errorLog String
    (ReadOnly) Description of the error.
    field String
    (ReadOnly) When populated this refers to the input or output field within the workflow or task.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    taskName String
    (ReadOnly) The task name on which the error is found, when empty the error applies to the top level workflow.
    transitionName String
    (ReadOnly) When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.

    WorkflowCatalogItemDefinitionVersionContext, WorkflowCatalogItemDefinitionVersionContextArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    InterestedMos List<WorkflowCatalogItemDefinitionVersionContextInterestedMo>
    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<WorkflowCatalogItemDefinitionVersionContextRefMo>
    (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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    ClassId string
    InterestedMos []WorkflowCatalogItemDefinitionVersionContextInterestedMo
    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 []WorkflowCatalogItemDefinitionVersionContextRefMo
    (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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId String
    interestedMos List<WorkflowCatalogItemDefinitionVersionContextInterestedMo>
    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<WorkflowCatalogItemDefinitionVersionContextRefMo>
    (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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    classId string
    interestedMos WorkflowCatalogItemDefinitionVersionContextInterestedMo[]
    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 WorkflowCatalogItemDefinitionVersionContextRefMo[]
    (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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    class_id str
    interested_mos Sequence[WorkflowCatalogItemDefinitionVersionContextInterestedMo]
    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[WorkflowCatalogItemDefinitionVersionContextRefMo]
    (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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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.

    WorkflowCatalogItemDefinitionVersionContextInterestedMo, WorkflowCatalogItemDefinitionVersionContextInterestedMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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'.

    WorkflowCatalogItemDefinitionVersionContextRefMo, WorkflowCatalogItemDefinitionVersionContextRefMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
    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_catalog_item_definition can be imported using the Moid of the object, e.g.

    $ pulumi import intersight:index/workflowCatalogItemDefinition:WorkflowCatalogItemDefinition 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