intersight.WorkflowCatalogItemDefinition
Explore with Pulumi AI
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.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<WorkflowCatalog Item Definition Ancestor> 
- (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.
- DomainGroup stringMoid 
- (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<WorkflowCatalog Item Definition Organization> 
- 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<WorkflowCatalog Item Definition Parent> 
- (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<WorkflowCatalog Item Definition Permission Resource> 
- (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<WorkflowCatalog Item Definition Service Item> 
- This complex property has following sub-properties:
- 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.
- 
List<WorkflowCatalog Item Definition Tag> 
- This complex property has following sub-properties:
- UserId stringOr Email 
- (ReadOnly) The user identifier who created or updated the catalog item definition.
- ValidationInformations List<WorkflowCatalog Item Definition Validation Information> 
- (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
- VersionContexts List<WorkflowCatalog Item Definition Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- WorkflowCatalog stringItem Definition Id 
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]WorkflowCatalog Item Definition Ancestor Args 
- (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.
- DomainGroup stringMoid 
- (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
[]WorkflowCatalog Item Definition Organization Args 
- 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
[]WorkflowCatalog Item Definition Parent Args 
- (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 []WorkflowCatalog Item Definition Permission Resource Args 
- (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 []WorkflowCatalog Item Definition Service Item Args 
- This complex property has following sub-properties:
- 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.
- 
[]WorkflowCatalog Item Definition Tag Args 
- This complex property has following sub-properties:
- UserId stringOr Email 
- (ReadOnly) The user identifier who created or updated the catalog item definition.
- ValidationInformations []WorkflowCatalog Item Definition Validation Information Args 
- (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
- VersionContexts []WorkflowCatalog Item Definition Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- WorkflowCatalog stringItem Definition Id 
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors
List<WorkflowCatalog Item Definition Ancestor> 
- (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.
- domainGroup StringMoid 
- (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<WorkflowCatalog Item Definition Organization> 
- 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<WorkflowCatalog Item Definition Parent> 
- (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<WorkflowCatalog Item Definition Permission Resource> 
- (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<WorkflowCatalog Item Definition Service Item> 
- This complex property has following sub-properties:
- 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.
- 
List<WorkflowCatalog Item Definition Tag> 
- This complex property has following sub-properties:
- userId StringOr Email 
- (ReadOnly) The user identifier who created or updated the catalog item definition.
- validationInformations List<WorkflowCatalog Item Definition Validation Information> 
- (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
- versionContexts List<WorkflowCatalog Item Definition Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflowCatalog StringItem Definition Id 
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties string
- ancestors
WorkflowCatalog Item Definition Ancestor[] 
- (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.
- domainGroup stringMoid 
- (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
WorkflowCatalog Item Definition Organization[] 
- 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
WorkflowCatalog Item Definition Parent[] 
- (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 WorkflowCatalog Item Definition Permission Resource[] 
- (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 WorkflowCatalog Item Definition Service Item[] 
- This complex property has following sub-properties:
- 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.
- 
WorkflowCatalog Item Definition Tag[] 
- This complex property has following sub-properties:
- userId stringOr Email 
- (ReadOnly) The user identifier who created or updated the catalog item definition.
- validationInformations WorkflowCatalog Item Definition Validation Information[] 
- (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
- versionContexts WorkflowCatalog Item Definition Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflowCatalog stringItem Definition Id 
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[WorkflowCatalog Item Definition Ancestor Args] 
- (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_ strmoid 
- (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[WorkflowCatalog Item Definition Organization Args] 
- 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[WorkflowCatalog Item Definition Parent Args] 
- (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[WorkflowCatalog Item Definition Permission Resource Args] 
- (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[WorkflowCatalog Item Definition Service Item Args] 
- This complex property has following sub-properties:
- 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.
- 
Sequence[WorkflowCatalog Item Definition Tag Args] 
- This complex property has following sub-properties:
- user_id_ stror_ email 
- (ReadOnly) The user identifier who created or updated the catalog item definition.
- validation_informations Sequence[WorkflowCatalog Item Definition Validation Information Args] 
- (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[WorkflowCatalog Item Definition Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow_catalog_ stritem_ definition_ id 
- 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.
- domainGroup StringMoid 
- (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:
- 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.
- List<Property Map>
- This complex property has following sub-properties:
- userId StringOr Email 
- (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:
- workflowCatalog StringItem Definition Id 
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) -> WorkflowCatalogItemDefinitionfunc 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.
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<WorkflowCatalog Item Definition Ancestor> 
- (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.
- DomainGroup stringMoid 
- (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<WorkflowCatalog Item Definition Organization> 
- 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<WorkflowCatalog Item Definition Parent> 
- (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<WorkflowCatalog Item Definition Permission Resource> 
- (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<WorkflowCatalog Item Definition Service Item> 
- This complex property has following sub-properties:
- 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.
- 
List<WorkflowCatalog Item Definition Tag> 
- This complex property has following sub-properties:
- UserId stringOr Email 
- (ReadOnly) The user identifier who created or updated the catalog item definition.
- ValidationInformations List<WorkflowCatalog Item Definition Validation Information> 
- (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
- VersionContexts List<WorkflowCatalog Item Definition Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- WorkflowCatalog stringItem Definition Id 
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]WorkflowCatalog Item Definition Ancestor Args 
- (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.
- DomainGroup stringMoid 
- (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
[]WorkflowCatalog Item Definition Organization Args 
- 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
[]WorkflowCatalog Item Definition Parent Args 
- (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 []WorkflowCatalog Item Definition Permission Resource Args 
- (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 []WorkflowCatalog Item Definition Service Item Args 
- This complex property has following sub-properties:
- 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.
- 
[]WorkflowCatalog Item Definition Tag Args 
- This complex property has following sub-properties:
- UserId stringOr Email 
- (ReadOnly) The user identifier who created or updated the catalog item definition.
- ValidationInformations []WorkflowCatalog Item Definition Validation Information Args 
- (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
- VersionContexts []WorkflowCatalog Item Definition Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- WorkflowCatalog stringItem Definition Id 
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors
List<WorkflowCatalog Item Definition Ancestor> 
- (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.
- domainGroup StringMoid 
- (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<WorkflowCatalog Item Definition Organization> 
- 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<WorkflowCatalog Item Definition Parent> 
- (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<WorkflowCatalog Item Definition Permission Resource> 
- (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<WorkflowCatalog Item Definition Service Item> 
- This complex property has following sub-properties:
- 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.
- 
List<WorkflowCatalog Item Definition Tag> 
- This complex property has following sub-properties:
- userId StringOr Email 
- (ReadOnly) The user identifier who created or updated the catalog item definition.
- validationInformations List<WorkflowCatalog Item Definition Validation Information> 
- (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
- versionContexts List<WorkflowCatalog Item Definition Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflowCatalog StringItem Definition Id 
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties string
- ancestors
WorkflowCatalog Item Definition Ancestor[] 
- (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.
- domainGroup stringMoid 
- (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
WorkflowCatalog Item Definition Organization[] 
- 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
WorkflowCatalog Item Definition Parent[] 
- (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 WorkflowCatalog Item Definition Permission Resource[] 
- (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 WorkflowCatalog Item Definition Service Item[] 
- This complex property has following sub-properties:
- 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.
- 
WorkflowCatalog Item Definition Tag[] 
- This complex property has following sub-properties:
- userId stringOr Email 
- (ReadOnly) The user identifier who created or updated the catalog item definition.
- validationInformations WorkflowCatalog Item Definition Validation Information[] 
- (ReadOnly) The current validation state of catalog and associated validation errors when state is invalid. This complex property has following sub-properties:
- versionContexts WorkflowCatalog Item Definition Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflowCatalog stringItem Definition Id 
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[WorkflowCatalog Item Definition Ancestor Args] 
- (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_ strmoid 
- (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[WorkflowCatalog Item Definition Organization Args] 
- 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[WorkflowCatalog Item Definition Parent Args] 
- (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[WorkflowCatalog Item Definition Permission Resource Args] 
- (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[WorkflowCatalog Item Definition Service Item Args] 
- This complex property has following sub-properties:
- 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.
- 
Sequence[WorkflowCatalog Item Definition Tag Args] 
- This complex property has following sub-properties:
- user_id_ stror_ email 
- (ReadOnly) The user identifier who created or updated the catalog item definition.
- validation_informations Sequence[WorkflowCatalog Item Definition Validation Information Args] 
- (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[WorkflowCatalog Item Definition Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow_catalog_ stritem_ definition_ id 
- 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.
- domainGroup StringMoid 
- (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:
- 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.
- List<Property Map>
- This complex property has following sub-properties:
- userId StringOr Email 
- (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:
- workflowCatalog StringItem Definition Id 
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.
- ServiceItem List<WorkflowDefinitions Catalog Item Definition Service Item Service Item Definition> 
- Specify the service items that are associated with the catalog item. This complex property has following sub-properties:
- ServiceItem List<WorkflowInput Definitions Catalog Item Definition Service Item Service Item Input Definition> 
- 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.
- ServiceItem []WorkflowDefinitions Catalog Item Definition Service Item Service Item Definition 
- Specify the service items that are associated with the catalog item. This complex property has following sub-properties:
- ServiceItem []WorkflowInput Definitions Catalog Item Definition Service Item Service Item Input Definition 
- 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.
- serviceItem List<WorkflowDefinitions Catalog Item Definition Service Item Service Item Definition> 
- Specify the service items that are associated with the catalog item. This complex property has following sub-properties:
- serviceItem List<WorkflowInput Definitions Catalog Item Definition Service Item Service Item Input Definition> 
- 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.
- serviceItem WorkflowDefinitions Catalog Item Definition Service Item Service Item Definition[] 
- Specify the service items that are associated with the catalog item. This complex property has following sub-properties:
- serviceItem WorkflowInput Definitions Catalog Item Definition Service Item Service Item Input Definition[] 
- 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_ Sequence[Workflowdefinitions Catalog Item Definition Service Item Service Item Definition] 
- Specify the service items that are associated with the catalog item. This complex property has following sub-properties:
- service_item_ Sequence[Workflowinput_ definitions Catalog Item Definition Service Item Service Item Input Definition] 
- 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.
- serviceItem List<Property Map>Definitions 
- Specify the service items that are associated with the catalog item. This complex property has following sub-properties:
- serviceItem List<Property Map>Input Definitions 
- 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<WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition> 
- 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.
- ServiceItem List<WorkflowAction Definitions Catalog Item Definition Service Item Service Item Input Definition Service Item Action Definition> 
- 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 []WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition 
- 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.
- ServiceItem []WorkflowAction Definitions Catalog Item Definition Service Item Service Item Input Definition Service Item Action Definition 
- 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<WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition> 
- 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.
- serviceItem List<WorkflowAction Definitions Catalog Item Definition Service Item Service Item Input Definition Service Item Action Definition> 
- 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 WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition[] 
- 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.
- serviceItem WorkflowAction Definitions Catalog Item Definition Service Item Service Item Input Definition Service Item Action Definition[] 
- 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[WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition] 
- 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_ Sequence[Workflowaction_ definitions Catalog Item Definition Service Item Service Item Input Definition Service Item Action Definition] 
- 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.
- serviceItem List<Property Map>Action Definitions 
- 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<WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition Default> 
- 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<WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition Display Meta> 
- 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
[]WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition Default 
- 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 []WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition Display Meta 
- 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<WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition Default> 
- 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<WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition Display Meta> 
- 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
WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition Default[] 
- 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 WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition Display Meta[] 
- 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[WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition Default] 
- 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[WorkflowCatalog Item Definition Service Item Service Item Input Definition Input Definition Display Meta] 
- 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
- IsValue boolSet 
- (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
- IsValue boolSet 
- (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
- isValue BooleanSet 
- (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
- isValue booleanSet 
- (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_ boolset 
- (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
- isValue BooleanSet 
- (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<WorkflowCatalog Item Definition Validation Information Validation Error> 
- 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 []WorkflowCatalog Item Definition Validation Information Validation Error 
- 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<WorkflowCatalog Item Definition Validation Information Validation Error> 
- 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 WorkflowCatalog Item Definition Validation Information Validation Error[] 
- 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[WorkflowCatalog Item Definition Validation Information Validation Error] 
- 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<WorkflowCatalog Item Definition Version Context Interested Mo> 
- This complex property has following sub-properties:
- MarkedFor boolDeletion 
- (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<WorkflowCatalog Item Definition Version Context Ref Mo> 
- (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 []WorkflowCatalog Item Definition Version Context Interested Mo 
- This complex property has following sub-properties:
- MarkedFor boolDeletion 
- (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 []WorkflowCatalog Item Definition Version Context Ref Mo 
- (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<WorkflowCatalog Item Definition Version Context Interested Mo> 
- This complex property has following sub-properties:
- markedFor BooleanDeletion 
- (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<WorkflowCatalog Item Definition Version Context Ref Mo> 
- (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 WorkflowCatalog Item Definition Version Context Interested Mo[] 
- This complex property has following sub-properties:
- markedFor booleanDeletion 
- (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 WorkflowCatalog Item Definition Version Context Ref Mo[] 
- (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[WorkflowCatalog Item Definition Version Context Interested Mo] 
- This complex property has following sub-properties:
- marked_for_ booldeletion 
- (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[WorkflowCatalog Item Definition Version Context Ref Mo] 
- (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:
- markedFor BooleanDeletion 
- (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 intersightTerraform Provider.