intersight.WorkflowServiceItemActionDefinition
Explore with Pulumi AI
Definition to capture the details needed to execute an action on the service item.
Allowed Types in AdditionalProperties
workflow.ArrayDataType
This data type represents an array of a given type. It can be an array of primitive data or of custom data.
- array_item_type:(HashMap) - Data item within the array data type. This complex property has following sub-properties:- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
 
- max:(int) Specify the maximum value of the array.
- min:(int) Specify the minimum value of the array.
workflow.CustomDataType
This data type represents a custom data object.
- properties:(HashMap) - Captures the custom data type properties. This complex property has following sub-properties:- catalog_moid:(string) Specify the catalog moid that this custom data type belongs.
- custom_data_type_id:(string)(ReadOnly) The resolved custom data type definition managed object.
- custom_data_type_name:(string) Name of the custom data type for this input.
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
 
workflow.DynamicTemplateParserDataType
Data type to fetch a generic template from given selector and parse it using an api to give an array of secure and non-secure keys for form generation. URL used to fetch the template object is based on the templateType. Final input passed to the workflow using this data type is a JSON containing {‘Template’:’’, ‘Keys’:[{’
- is_template_secure:(bool) When set to true, the template is marked as secure and the content is encrypted and stored.
- template_type:(string) Template type decides on the API to be used to fetch the placeholders present inside the template.*- OsInstall- This refers to the OS configuration template MO.
workflow.MoInventoryDataType
The data type to represent the selected properties of an Intersight managed object. This data type is used only in Service items to define the schema of resources and their attributes.
- properties:(Array) This complex property has following sub-properties:- attributes: (Array of schema.TypeString) -
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
- reference_object_type:(string) ObjectType for which the attributes need to be collected.
- reference_type:(string) Defines how the reference to the shadow resource is done. Base case is via an Moid, but reference via a selector is also possible.*- Moid- The reference to the original resource is via an Moid.*- Selector- The reference to the original resource is via a selector query. This can potentially lead to tracking data for multiple resources.
 
workflow.MoReferenceAutoDataType
The data type to capture an Intersight managed object reference that is automatically selected by the system based on a given selection criteria.
- properties:(Array) This complex property has following sub-properties:- display_attributes: (Array of schema.TypeString) -
- filters: (Array of schema.TypeString) -
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
- order_by:(string) Determines properties that are used to sort the collection of resources.
- rule:(HashMap) - The rule can be obtained directly from a Resource Selection Criteria or provided as inline resource filter conditions. This complex property has following sub-properties:- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
 
 
workflow.MoReferenceDataType
Data type to capture an Intersight Managed object reference.
- properties:(Array) This complex property has following sub-properties:- display_attributes: (Array of schema.TypeString) -
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
- selector:(string) Field to hold an Intersight API along with an optional filter to narrow down the search options.
- selector_property:(HashMap) - Selector properties to define HTTP method and ‘body’ in case of upsert operation. This complex property has following sub-properties:- body:(JSON as string) Content of the request body to send for POST request.
- method:(string) The HTTP method to be used.*- GET- The HTTP GET method requests a representation of the specified resource.*- POST- The HTTP POST method sends data to the server.
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
 
- value_attribute:(string) A property from the Intersight object, value of which can be used as value for referenced input definition.
 
workflow.PrimitiveDataType
This data type is used to represent primitives like string, floats and integers.
- properties:(HashMap) - Primitive data type properties. This complex property has following sub-properties:- constraints:(HashMap) - Constraints that must be applied to the parameter value supplied for this data type. This complex property has following sub-properties:- enum_list:(Array) This complex property has following sub-properties:
- label:(string) Label for the enum value. A user friendly short string to identify the enum value. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote (’), forward slash (/), round parenthesis ( () ), or an underscore (_) and must have an alphanumeric character.
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
- value:(string) Enum value for this enum entry. Value will be passed to the workflow as string type for execution. Value can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), round parenthesis ( () ), forward slash (/), or an underscore (_).
 
- max:(float) Allowed maximum value of the parameter if parameter is integer/float or maximum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then maximum number supported is 1.797693134862315708145274237317043567981e+308 or (21023 * (253 - 1) / 2**52). When a number bigger than this is given as Maximum value, the constraints will not be enforced.
- min:(float) Allowed minimum value of the parameter if parameter is integer/float or minimum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then minimum number supported is 4.940656458412465441765687928682213723651e-324 or (1 / 2 ** (1023 - 1 + 52)). When a number smaller than this is given as minimum value, the constraints will not be enforced.
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
- regex:(string) When the parameter is a string this regular expression is used to ensure the value is valid.
- data_source_selector:(Array) This complex property has following sub-properties:- display_attributes: (Array of schema.TypeString) -
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
- selector:(string) This field holds mapping information used to provide suggestions to the user. The mapping should be in the ‘${workflow.input.property}’ format. It supports workflow input mapping for workflows, and for User Actions, it supports workflow inputs, workflow outputs, workflow variables, and outputs from previous tasks.
- value_attribute:(string) A property from the mapped parameter, value of which can be used as value for referenced input definition.
 
- inventory_selector:(Array) This complex property has following sub-properties:- display_attributes: (Array of schema.TypeString) -
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
- selector:(string) Field to hold an Intersight API along with an optional filter to narrow down the search options.
- selector_property:(HashMap) - Selector properties to define HTTP method and ‘body’ in case of upsert operation. This complex property has following sub-properties:
- body:(JSON as string) Content of the request body to send for POST request.
- method:(string) The HTTP method to be used.*- GET- The HTTP GET method requests a representation of the specified resource.*- POST- The HTTP POST method sends data to the server.
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
 
- value_attribute:(string) A property from the Intersight object, value of which can be used as value for referenced input definition.
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
- secure:(bool) Intersight supports secure properties as task input/output. The values ofthese properties are encrypted and stored in Intersight.This flag marks the property to be secure when it is set to true.
- type:(string) Specify the enum type for primitive data type.*- string- Enum to specify a string data type.*- integer- Enum to specify an integer32 data type.*- float- Enum to specify a float64 data type.*- boolean- Enum to specify a boolean data type.*- json- Enum to specify a json data type.*- enum- Enum to specify a enum data type which is a list of pre-defined strings.
 
workflow.TargetDataType
Data type to capture a target endpoint or device.
- custom_data_type_properties:(HashMap) - Reference to custom data type definition. This complex property has following sub-properties:- catalog_moid:(string) Specify the catalog moid that this custom data type belongs.
- custom_data_type_id:(string)(ReadOnly) The resolved custom data type definition managed object.
- custom_data_type_name:(string) Name of the custom data type for this input.
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
 
- is_array:(bool) When this property is true then an array of targets can be passed as input.
- max:(int) Specify the maximum value of the array.
- min:(int) Specify the minimum value of the array.
- properties:(Array) This complex property has following sub-properties:- connector_attribute:(string) A singleton value which will contain the path to connector object from the selected object.
- constraint_attributes: (Array of schema.TypeString) -
- display_attributes: (Array of schema.TypeString) -
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
- platform_type: (Array of schema.TypeString) -
- selector:(string) Field to hold an Intersight API along with an optional filter to narrow down the search options for target device.
- selector_property:(HashMap) - Selector properties to define HTTP method and ‘body’ in case of upsert operation. This complex property has following sub-properties:- body:(JSON as string) Content of the request body to send for POST request.
- method:(string) The HTTP method to be used.*- GET- The HTTP GET method requests a representation of the specified resource.*- POST- The HTTP POST method sends data to the server.
- object_type:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
 
- supported_objects: (Array of schema.TypeString) -
 
Create WorkflowServiceItemActionDefinition Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WorkflowServiceItemActionDefinition(name: string, args?: WorkflowServiceItemActionDefinitionArgs, opts?: CustomResourceOptions);@overload
def WorkflowServiceItemActionDefinition(resource_name: str,
                                        args: Optional[WorkflowServiceItemActionDefinitionArgs] = None,
                                        opts: Optional[ResourceOptions] = None)
@overload
def WorkflowServiceItemActionDefinition(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        account_moid: Optional[str] = None,
                                        action_properties: Optional[Sequence[WorkflowServiceItemActionDefinitionActionPropertyArgs]] = None,
                                        action_type: Optional[str] = None,
                                        additional_properties: Optional[str] = None,
                                        allowed_instance_states: Optional[Sequence[str]] = None,
                                        ancestors: Optional[Sequence[WorkflowServiceItemActionDefinitionAncestorArgs]] = None,
                                        associated_roles: Optional[Sequence[WorkflowServiceItemActionDefinitionAssociatedRoleArgs]] = None,
                                        attribute_parameters: Optional[str] = None,
                                        class_id: Optional[str] = None,
                                        core_workflows: Optional[Sequence[WorkflowServiceItemActionDefinitionCoreWorkflowArgs]] = None,
                                        create_time: Optional[str] = None,
                                        description: Optional[str] = None,
                                        domain_group_moid: Optional[str] = None,
                                        input_definitions: Optional[Sequence[WorkflowServiceItemActionDefinitionInputDefinitionArgs]] = None,
                                        label: Optional[str] = None,
                                        mod_time: Optional[str] = None,
                                        moid: Optional[str] = None,
                                        name: Optional[str] = None,
                                        object_type: Optional[str] = None,
                                        owners: Optional[Sequence[str]] = None,
                                        parents: Optional[Sequence[WorkflowServiceItemActionDefinitionParentArgs]] = None,
                                        periodicity: Optional[float] = None,
                                        permission_resources: Optional[Sequence[WorkflowServiceItemActionDefinitionPermissionResourceArgs]] = None,
                                        post_core_workflows: Optional[Sequence[WorkflowServiceItemActionDefinitionPostCoreWorkflowArgs]] = None,
                                        pre_core_workflows: Optional[Sequence[WorkflowServiceItemActionDefinitionPreCoreWorkflowArgs]] = None,
                                        restrict_on_private_appliance: Optional[bool] = None,
                                        service_item_definitions: Optional[Sequence[WorkflowServiceItemActionDefinitionServiceItemDefinitionArgs]] = None,
                                        shared_scope: Optional[str] = None,
                                        stop_workflows: Optional[Sequence[WorkflowServiceItemActionDefinitionStopWorkflowArgs]] = None,
                                        tags: Optional[Sequence[WorkflowServiceItemActionDefinitionTagArgs]] = None,
                                        user_id_or_email: Optional[str] = None,
                                        validation_informations: Optional[Sequence[WorkflowServiceItemActionDefinitionValidationInformationArgs]] = None,
                                        validation_workflows: Optional[Sequence[WorkflowServiceItemActionDefinitionValidationWorkflowArgs]] = None,
                                        version_contexts: Optional[Sequence[WorkflowServiceItemActionDefinitionVersionContextArgs]] = None,
                                        workflow_definitions: Optional[Sequence[WorkflowServiceItemActionDefinitionWorkflowDefinitionArgs]] = None,
                                        workflow_service_item_action_definition_id: Optional[str] = None)func NewWorkflowServiceItemActionDefinition(ctx *Context, name string, args *WorkflowServiceItemActionDefinitionArgs, opts ...ResourceOption) (*WorkflowServiceItemActionDefinition, error)public WorkflowServiceItemActionDefinition(string name, WorkflowServiceItemActionDefinitionArgs? args = null, CustomResourceOptions? opts = null)
public WorkflowServiceItemActionDefinition(String name, WorkflowServiceItemActionDefinitionArgs args)
public WorkflowServiceItemActionDefinition(String name, WorkflowServiceItemActionDefinitionArgs args, CustomResourceOptions options)
type: intersight:WorkflowServiceItemActionDefinition
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 WorkflowServiceItemActionDefinitionArgs
- 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 WorkflowServiceItemActionDefinitionArgs
- 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 WorkflowServiceItemActionDefinitionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkflowServiceItemActionDefinitionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkflowServiceItemActionDefinitionArgs
- 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 workflowServiceItemActionDefinitionResource = new Intersight.WorkflowServiceItemActionDefinition("workflowServiceItemActionDefinitionResource", new()
{
    AccountMoid = "string",
    ActionProperties = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionActionPropertyArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            ObjectType = "string",
            OperationType = "string",
            Properties = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemActionDefinitionActionPropertyPropertyArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    ObjectType = "string",
                },
            },
            StopOnFailure = false,
        },
    },
    ActionType = "string",
    AdditionalProperties = "string",
    AllowedInstanceStates = new[]
    {
        "string",
    },
    Ancestors = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionAncestorArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    AssociatedRoles = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionAssociatedRoleArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    AttributeParameters = "string",
    ClassId = "string",
    CoreWorkflows = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionCoreWorkflowArgs
        {
            AdditionalProperties = "string",
            CatalogMoid = "string",
            ClassId = "string",
            Description = "string",
            InputParameters = "string",
            Label = "string",
            Name = "string",
            NrVersion = 0,
            ObjectType = "string",
            WorkflowDefinitionName = "string",
            WorkflowDefinitions = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemActionDefinitionCoreWorkflowWorkflowDefinitionArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
        },
    },
    CreateTime = "string",
    Description = "string",
    DomainGroupMoid = "string",
    InputDefinitions = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionInputDefinitionArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Defaults = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemActionDefinitionInputDefinitionDefaultArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    IsValueSet = false,
                    ObjectType = "string",
                    Override = false,
                    Value = "string",
                },
            },
            Description = "string",
            DisplayMetas = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemActionDefinitionInputDefinitionDisplayMetaArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    InventorySelector = false,
                    ObjectType = "string",
                    WidgetType = "string",
                },
            },
            InputParameters = "string",
            Label = "string",
            Name = "string",
            ObjectType = "string",
            Required = false,
        },
    },
    Label = "string",
    ModTime = "string",
    Moid = "string",
    Name = "string",
    ObjectType = "string",
    Owners = new[]
    {
        "string",
    },
    Parents = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionParentArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    Periodicity = 0,
    PermissionResources = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionPermissionResourceArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    PostCoreWorkflows = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionPostCoreWorkflowArgs
        {
            AdditionalProperties = "string",
            CatalogMoid = "string",
            ClassId = "string",
            Description = "string",
            InputParameters = "string",
            Label = "string",
            Name = "string",
            NrVersion = 0,
            ObjectType = "string",
            WorkflowDefinitionName = "string",
            WorkflowDefinitions = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemActionDefinitionPostCoreWorkflowWorkflowDefinitionArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
        },
    },
    PreCoreWorkflows = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionPreCoreWorkflowArgs
        {
            AdditionalProperties = "string",
            CatalogMoid = "string",
            ClassId = "string",
            Description = "string",
            InputParameters = "string",
            Label = "string",
            Name = "string",
            NrVersion = 0,
            ObjectType = "string",
            WorkflowDefinitionName = "string",
            WorkflowDefinitions = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemActionDefinitionPreCoreWorkflowWorkflowDefinitionArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
        },
    },
    RestrictOnPrivateAppliance = false,
    ServiceItemDefinitions = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionServiceItemDefinitionArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    SharedScope = "string",
    StopWorkflows = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionStopWorkflowArgs
        {
            AdditionalProperties = "string",
            CatalogMoid = "string",
            ClassId = "string",
            Description = "string",
            InputParameters = "string",
            Label = "string",
            Name = "string",
            NrVersion = 0,
            ObjectType = "string",
            WorkflowDefinitionName = "string",
            WorkflowDefinitions = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemActionDefinitionStopWorkflowWorkflowDefinitionArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
        },
    },
    Tags = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionTagArgs
        {
            AdditionalProperties = "string",
            Key = "string",
            Value = "string",
        },
    },
    UserIdOrEmail = "string",
    ValidationInformations = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionValidationInformationArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            EngineState = "string",
            ObjectType = "string",
            State = "string",
            ValidationErrors = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemActionDefinitionValidationInformationValidationErrorArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    ErrorLog = "string",
                    Field = "string",
                    ObjectType = "string",
                    TaskName = "string",
                    TransitionName = "string",
                },
            },
        },
    },
    ValidationWorkflows = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionValidationWorkflowArgs
        {
            AdditionalProperties = "string",
            CatalogMoid = "string",
            ClassId = "string",
            Description = "string",
            InputParameters = "string",
            Label = "string",
            Name = "string",
            NrVersion = 0,
            ObjectType = "string",
            WorkflowDefinitionName = "string",
            WorkflowDefinitions = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemActionDefinitionValidationWorkflowWorkflowDefinitionArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
        },
    },
    VersionContexts = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionVersionContextArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            InterestedMos = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemActionDefinitionVersionContextInterestedMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            MarkedForDeletion = false,
            NrVersion = "string",
            ObjectType = "string",
            RefMos = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemActionDefinitionVersionContextRefMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            Timestamp = "string",
            VersionType = "string",
        },
    },
    WorkflowDefinitions = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemActionDefinitionWorkflowDefinitionArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    WorkflowServiceItemActionDefinitionId = "string",
});
example, err := intersight.NewWorkflowServiceItemActionDefinition(ctx, "workflowServiceItemActionDefinitionResource", &intersight.WorkflowServiceItemActionDefinitionArgs{
	AccountMoid: pulumi.String("string"),
	ActionProperties: intersight.WorkflowServiceItemActionDefinitionActionPropertyArray{
		&intersight.WorkflowServiceItemActionDefinitionActionPropertyArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			OperationType:        pulumi.String("string"),
			Properties: intersight.WorkflowServiceItemActionDefinitionActionPropertyPropertyArray{
				&intersight.WorkflowServiceItemActionDefinitionActionPropertyPropertyArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
				},
			},
			StopOnFailure: pulumi.Bool(false),
		},
	},
	ActionType:           pulumi.String("string"),
	AdditionalProperties: pulumi.String("string"),
	AllowedInstanceStates: pulumi.StringArray{
		pulumi.String("string"),
	},
	Ancestors: intersight.WorkflowServiceItemActionDefinitionAncestorArray{
		&intersight.WorkflowServiceItemActionDefinitionAncestorArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	AssociatedRoles: intersight.WorkflowServiceItemActionDefinitionAssociatedRoleArray{
		&intersight.WorkflowServiceItemActionDefinitionAssociatedRoleArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	AttributeParameters: pulumi.String("string"),
	ClassId:             pulumi.String("string"),
	CoreWorkflows: intersight.WorkflowServiceItemActionDefinitionCoreWorkflowArray{
		&intersight.WorkflowServiceItemActionDefinitionCoreWorkflowArgs{
			AdditionalProperties:   pulumi.String("string"),
			CatalogMoid:            pulumi.String("string"),
			ClassId:                pulumi.String("string"),
			Description:            pulumi.String("string"),
			InputParameters:        pulumi.String("string"),
			Label:                  pulumi.String("string"),
			Name:                   pulumi.String("string"),
			NrVersion:              pulumi.Float64(0),
			ObjectType:             pulumi.String("string"),
			WorkflowDefinitionName: pulumi.String("string"),
			WorkflowDefinitions: intersight.WorkflowServiceItemActionDefinitionCoreWorkflowWorkflowDefinitionArray{
				&intersight.WorkflowServiceItemActionDefinitionCoreWorkflowWorkflowDefinitionArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Moid:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
		},
	},
	CreateTime:      pulumi.String("string"),
	Description:     pulumi.String("string"),
	DomainGroupMoid: pulumi.String("string"),
	InputDefinitions: intersight.WorkflowServiceItemActionDefinitionInputDefinitionArray{
		&intersight.WorkflowServiceItemActionDefinitionInputDefinitionArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Defaults: intersight.WorkflowServiceItemActionDefinitionInputDefinitionDefaultArray{
				&intersight.WorkflowServiceItemActionDefinitionInputDefinitionDefaultArgs{
					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.WorkflowServiceItemActionDefinitionInputDefinitionDisplayMetaArray{
				&intersight.WorkflowServiceItemActionDefinitionInputDefinitionDisplayMetaArgs{
					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),
		},
	},
	Label:      pulumi.String("string"),
	ModTime:    pulumi.String("string"),
	Moid:       pulumi.String("string"),
	Name:       pulumi.String("string"),
	ObjectType: pulumi.String("string"),
	Owners: pulumi.StringArray{
		pulumi.String("string"),
	},
	Parents: intersight.WorkflowServiceItemActionDefinitionParentArray{
		&intersight.WorkflowServiceItemActionDefinitionParentArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	Periodicity: pulumi.Float64(0),
	PermissionResources: intersight.WorkflowServiceItemActionDefinitionPermissionResourceArray{
		&intersight.WorkflowServiceItemActionDefinitionPermissionResourceArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	PostCoreWorkflows: intersight.WorkflowServiceItemActionDefinitionPostCoreWorkflowArray{
		&intersight.WorkflowServiceItemActionDefinitionPostCoreWorkflowArgs{
			AdditionalProperties:   pulumi.String("string"),
			CatalogMoid:            pulumi.String("string"),
			ClassId:                pulumi.String("string"),
			Description:            pulumi.String("string"),
			InputParameters:        pulumi.String("string"),
			Label:                  pulumi.String("string"),
			Name:                   pulumi.String("string"),
			NrVersion:              pulumi.Float64(0),
			ObjectType:             pulumi.String("string"),
			WorkflowDefinitionName: pulumi.String("string"),
			WorkflowDefinitions: intersight.WorkflowServiceItemActionDefinitionPostCoreWorkflowWorkflowDefinitionArray{
				&intersight.WorkflowServiceItemActionDefinitionPostCoreWorkflowWorkflowDefinitionArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Moid:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
		},
	},
	PreCoreWorkflows: intersight.WorkflowServiceItemActionDefinitionPreCoreWorkflowArray{
		&intersight.WorkflowServiceItemActionDefinitionPreCoreWorkflowArgs{
			AdditionalProperties:   pulumi.String("string"),
			CatalogMoid:            pulumi.String("string"),
			ClassId:                pulumi.String("string"),
			Description:            pulumi.String("string"),
			InputParameters:        pulumi.String("string"),
			Label:                  pulumi.String("string"),
			Name:                   pulumi.String("string"),
			NrVersion:              pulumi.Float64(0),
			ObjectType:             pulumi.String("string"),
			WorkflowDefinitionName: pulumi.String("string"),
			WorkflowDefinitions: intersight.WorkflowServiceItemActionDefinitionPreCoreWorkflowWorkflowDefinitionArray{
				&intersight.WorkflowServiceItemActionDefinitionPreCoreWorkflowWorkflowDefinitionArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Moid:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
		},
	},
	RestrictOnPrivateAppliance: pulumi.Bool(false),
	ServiceItemDefinitions: intersight.WorkflowServiceItemActionDefinitionServiceItemDefinitionArray{
		&intersight.WorkflowServiceItemActionDefinitionServiceItemDefinitionArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	SharedScope: pulumi.String("string"),
	StopWorkflows: intersight.WorkflowServiceItemActionDefinitionStopWorkflowArray{
		&intersight.WorkflowServiceItemActionDefinitionStopWorkflowArgs{
			AdditionalProperties:   pulumi.String("string"),
			CatalogMoid:            pulumi.String("string"),
			ClassId:                pulumi.String("string"),
			Description:            pulumi.String("string"),
			InputParameters:        pulumi.String("string"),
			Label:                  pulumi.String("string"),
			Name:                   pulumi.String("string"),
			NrVersion:              pulumi.Float64(0),
			ObjectType:             pulumi.String("string"),
			WorkflowDefinitionName: pulumi.String("string"),
			WorkflowDefinitions: intersight.WorkflowServiceItemActionDefinitionStopWorkflowWorkflowDefinitionArray{
				&intersight.WorkflowServiceItemActionDefinitionStopWorkflowWorkflowDefinitionArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Moid:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
		},
	},
	Tags: intersight.WorkflowServiceItemActionDefinitionTagArray{
		&intersight.WorkflowServiceItemActionDefinitionTagArgs{
			AdditionalProperties: pulumi.String("string"),
			Key:                  pulumi.String("string"),
			Value:                pulumi.String("string"),
		},
	},
	UserIdOrEmail: pulumi.String("string"),
	ValidationInformations: intersight.WorkflowServiceItemActionDefinitionValidationInformationArray{
		&intersight.WorkflowServiceItemActionDefinitionValidationInformationArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			EngineState:          pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			State:                pulumi.String("string"),
			ValidationErrors: intersight.WorkflowServiceItemActionDefinitionValidationInformationValidationErrorArray{
				&intersight.WorkflowServiceItemActionDefinitionValidationInformationValidationErrorArgs{
					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"),
				},
			},
		},
	},
	ValidationWorkflows: intersight.WorkflowServiceItemActionDefinitionValidationWorkflowArray{
		&intersight.WorkflowServiceItemActionDefinitionValidationWorkflowArgs{
			AdditionalProperties:   pulumi.String("string"),
			CatalogMoid:            pulumi.String("string"),
			ClassId:                pulumi.String("string"),
			Description:            pulumi.String("string"),
			InputParameters:        pulumi.String("string"),
			Label:                  pulumi.String("string"),
			Name:                   pulumi.String("string"),
			NrVersion:              pulumi.Float64(0),
			ObjectType:             pulumi.String("string"),
			WorkflowDefinitionName: pulumi.String("string"),
			WorkflowDefinitions: intersight.WorkflowServiceItemActionDefinitionValidationWorkflowWorkflowDefinitionArray{
				&intersight.WorkflowServiceItemActionDefinitionValidationWorkflowWorkflowDefinitionArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Moid:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
		},
	},
	VersionContexts: intersight.WorkflowServiceItemActionDefinitionVersionContextArray{
		&intersight.WorkflowServiceItemActionDefinitionVersionContextArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			InterestedMos: intersight.WorkflowServiceItemActionDefinitionVersionContextInterestedMoArray{
				&intersight.WorkflowServiceItemActionDefinitionVersionContextInterestedMoArgs{
					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.WorkflowServiceItemActionDefinitionVersionContextRefMoArray{
				&intersight.WorkflowServiceItemActionDefinitionVersionContextRefMoArgs{
					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"),
		},
	},
	WorkflowDefinitions: intersight.WorkflowServiceItemActionDefinitionWorkflowDefinitionArray{
		&intersight.WorkflowServiceItemActionDefinitionWorkflowDefinitionArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	WorkflowServiceItemActionDefinitionId: pulumi.String("string"),
})
var workflowServiceItemActionDefinitionResource = new WorkflowServiceItemActionDefinition("workflowServiceItemActionDefinitionResource", WorkflowServiceItemActionDefinitionArgs.builder()
    .accountMoid("string")
    .actionProperties(WorkflowServiceItemActionDefinitionActionPropertyArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .objectType("string")
        .operationType("string")
        .properties(WorkflowServiceItemActionDefinitionActionPropertyPropertyArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .objectType("string")
            .build())
        .stopOnFailure(false)
        .build())
    .actionType("string")
    .additionalProperties("string")
    .allowedInstanceStates("string")
    .ancestors(WorkflowServiceItemActionDefinitionAncestorArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .associatedRoles(WorkflowServiceItemActionDefinitionAssociatedRoleArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .attributeParameters("string")
    .classId("string")
    .coreWorkflows(WorkflowServiceItemActionDefinitionCoreWorkflowArgs.builder()
        .additionalProperties("string")
        .catalogMoid("string")
        .classId("string")
        .description("string")
        .inputParameters("string")
        .label("string")
        .name("string")
        .nrVersion(0.0)
        .objectType("string")
        .workflowDefinitionName("string")
        .workflowDefinitions(WorkflowServiceItemActionDefinitionCoreWorkflowWorkflowDefinitionArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .build())
    .createTime("string")
    .description("string")
    .domainGroupMoid("string")
    .inputDefinitions(WorkflowServiceItemActionDefinitionInputDefinitionArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .defaults(WorkflowServiceItemActionDefinitionInputDefinitionDefaultArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .isValueSet(false)
            .objectType("string")
            .override(false)
            .value("string")
            .build())
        .description("string")
        .displayMetas(WorkflowServiceItemActionDefinitionInputDefinitionDisplayMetaArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .inventorySelector(false)
            .objectType("string")
            .widgetType("string")
            .build())
        .inputParameters("string")
        .label("string")
        .name("string")
        .objectType("string")
        .required(false)
        .build())
    .label("string")
    .modTime("string")
    .moid("string")
    .name("string")
    .objectType("string")
    .owners("string")
    .parents(WorkflowServiceItemActionDefinitionParentArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .periodicity(0.0)
    .permissionResources(WorkflowServiceItemActionDefinitionPermissionResourceArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .postCoreWorkflows(WorkflowServiceItemActionDefinitionPostCoreWorkflowArgs.builder()
        .additionalProperties("string")
        .catalogMoid("string")
        .classId("string")
        .description("string")
        .inputParameters("string")
        .label("string")
        .name("string")
        .nrVersion(0.0)
        .objectType("string")
        .workflowDefinitionName("string")
        .workflowDefinitions(WorkflowServiceItemActionDefinitionPostCoreWorkflowWorkflowDefinitionArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .build())
    .preCoreWorkflows(WorkflowServiceItemActionDefinitionPreCoreWorkflowArgs.builder()
        .additionalProperties("string")
        .catalogMoid("string")
        .classId("string")
        .description("string")
        .inputParameters("string")
        .label("string")
        .name("string")
        .nrVersion(0.0)
        .objectType("string")
        .workflowDefinitionName("string")
        .workflowDefinitions(WorkflowServiceItemActionDefinitionPreCoreWorkflowWorkflowDefinitionArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .build())
    .restrictOnPrivateAppliance(false)
    .serviceItemDefinitions(WorkflowServiceItemActionDefinitionServiceItemDefinitionArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .sharedScope("string")
    .stopWorkflows(WorkflowServiceItemActionDefinitionStopWorkflowArgs.builder()
        .additionalProperties("string")
        .catalogMoid("string")
        .classId("string")
        .description("string")
        .inputParameters("string")
        .label("string")
        .name("string")
        .nrVersion(0.0)
        .objectType("string")
        .workflowDefinitionName("string")
        .workflowDefinitions(WorkflowServiceItemActionDefinitionStopWorkflowWorkflowDefinitionArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .build())
    .tags(WorkflowServiceItemActionDefinitionTagArgs.builder()
        .additionalProperties("string")
        .key("string")
        .value("string")
        .build())
    .userIdOrEmail("string")
    .validationInformations(WorkflowServiceItemActionDefinitionValidationInformationArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .engineState("string")
        .objectType("string")
        .state("string")
        .validationErrors(WorkflowServiceItemActionDefinitionValidationInformationValidationErrorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .errorLog("string")
            .field("string")
            .objectType("string")
            .taskName("string")
            .transitionName("string")
            .build())
        .build())
    .validationWorkflows(WorkflowServiceItemActionDefinitionValidationWorkflowArgs.builder()
        .additionalProperties("string")
        .catalogMoid("string")
        .classId("string")
        .description("string")
        .inputParameters("string")
        .label("string")
        .name("string")
        .nrVersion(0.0)
        .objectType("string")
        .workflowDefinitionName("string")
        .workflowDefinitions(WorkflowServiceItemActionDefinitionValidationWorkflowWorkflowDefinitionArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .build())
    .versionContexts(WorkflowServiceItemActionDefinitionVersionContextArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .interestedMos(WorkflowServiceItemActionDefinitionVersionContextInterestedMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .markedForDeletion(false)
        .nrVersion("string")
        .objectType("string")
        .refMos(WorkflowServiceItemActionDefinitionVersionContextRefMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .timestamp("string")
        .versionType("string")
        .build())
    .workflowDefinitions(WorkflowServiceItemActionDefinitionWorkflowDefinitionArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .workflowServiceItemActionDefinitionId("string")
    .build());
workflow_service_item_action_definition_resource = intersight.WorkflowServiceItemActionDefinition("workflowServiceItemActionDefinitionResource",
    account_moid="string",
    action_properties=[{
        "additional_properties": "string",
        "class_id": "string",
        "object_type": "string",
        "operation_type": "string",
        "properties": [{
            "additional_properties": "string",
            "class_id": "string",
            "object_type": "string",
        }],
        "stop_on_failure": False,
    }],
    action_type="string",
    additional_properties="string",
    allowed_instance_states=["string"],
    ancestors=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    associated_roles=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    attribute_parameters="string",
    class_id="string",
    core_workflows=[{
        "additional_properties": "string",
        "catalog_moid": "string",
        "class_id": "string",
        "description": "string",
        "input_parameters": "string",
        "label": "string",
        "name": "string",
        "nr_version": 0,
        "object_type": "string",
        "workflow_definition_name": "string",
        "workflow_definitions": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
    }],
    create_time="string",
    description="string",
    domain_group_moid="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,
    }],
    label="string",
    mod_time="string",
    moid="string",
    name="string",
    object_type="string",
    owners=["string"],
    parents=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    periodicity=0,
    permission_resources=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    post_core_workflows=[{
        "additional_properties": "string",
        "catalog_moid": "string",
        "class_id": "string",
        "description": "string",
        "input_parameters": "string",
        "label": "string",
        "name": "string",
        "nr_version": 0,
        "object_type": "string",
        "workflow_definition_name": "string",
        "workflow_definitions": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
    }],
    pre_core_workflows=[{
        "additional_properties": "string",
        "catalog_moid": "string",
        "class_id": "string",
        "description": "string",
        "input_parameters": "string",
        "label": "string",
        "name": "string",
        "nr_version": 0,
        "object_type": "string",
        "workflow_definition_name": "string",
        "workflow_definitions": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
    }],
    restrict_on_private_appliance=False,
    service_item_definitions=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    shared_scope="string",
    stop_workflows=[{
        "additional_properties": "string",
        "catalog_moid": "string",
        "class_id": "string",
        "description": "string",
        "input_parameters": "string",
        "label": "string",
        "name": "string",
        "nr_version": 0,
        "object_type": "string",
        "workflow_definition_name": "string",
        "workflow_definitions": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "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",
        }],
    }],
    validation_workflows=[{
        "additional_properties": "string",
        "catalog_moid": "string",
        "class_id": "string",
        "description": "string",
        "input_parameters": "string",
        "label": "string",
        "name": "string",
        "nr_version": 0,
        "object_type": "string",
        "workflow_definition_name": "string",
        "workflow_definitions": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "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_definitions=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    workflow_service_item_action_definition_id="string")
const workflowServiceItemActionDefinitionResource = new intersight.WorkflowServiceItemActionDefinition("workflowServiceItemActionDefinitionResource", {
    accountMoid: "string",
    actionProperties: [{
        additionalProperties: "string",
        classId: "string",
        objectType: "string",
        operationType: "string",
        properties: [{
            additionalProperties: "string",
            classId: "string",
            objectType: "string",
        }],
        stopOnFailure: false,
    }],
    actionType: "string",
    additionalProperties: "string",
    allowedInstanceStates: ["string"],
    ancestors: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    associatedRoles: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    attributeParameters: "string",
    classId: "string",
    coreWorkflows: [{
        additionalProperties: "string",
        catalogMoid: "string",
        classId: "string",
        description: "string",
        inputParameters: "string",
        label: "string",
        name: "string",
        nrVersion: 0,
        objectType: "string",
        workflowDefinitionName: "string",
        workflowDefinitions: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
    }],
    createTime: "string",
    description: "string",
    domainGroupMoid: "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,
    }],
    label: "string",
    modTime: "string",
    moid: "string",
    name: "string",
    objectType: "string",
    owners: ["string"],
    parents: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    periodicity: 0,
    permissionResources: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    postCoreWorkflows: [{
        additionalProperties: "string",
        catalogMoid: "string",
        classId: "string",
        description: "string",
        inputParameters: "string",
        label: "string",
        name: "string",
        nrVersion: 0,
        objectType: "string",
        workflowDefinitionName: "string",
        workflowDefinitions: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
    }],
    preCoreWorkflows: [{
        additionalProperties: "string",
        catalogMoid: "string",
        classId: "string",
        description: "string",
        inputParameters: "string",
        label: "string",
        name: "string",
        nrVersion: 0,
        objectType: "string",
        workflowDefinitionName: "string",
        workflowDefinitions: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
    }],
    restrictOnPrivateAppliance: false,
    serviceItemDefinitions: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    sharedScope: "string",
    stopWorkflows: [{
        additionalProperties: "string",
        catalogMoid: "string",
        classId: "string",
        description: "string",
        inputParameters: "string",
        label: "string",
        name: "string",
        nrVersion: 0,
        objectType: "string",
        workflowDefinitionName: "string",
        workflowDefinitions: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "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",
        }],
    }],
    validationWorkflows: [{
        additionalProperties: "string",
        catalogMoid: "string",
        classId: "string",
        description: "string",
        inputParameters: "string",
        label: "string",
        name: "string",
        nrVersion: 0,
        objectType: "string",
        workflowDefinitionName: "string",
        workflowDefinitions: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "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",
    }],
    workflowDefinitions: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    workflowServiceItemActionDefinitionId: "string",
});
type: intersight:WorkflowServiceItemActionDefinition
properties:
    accountMoid: string
    actionProperties:
        - additionalProperties: string
          classId: string
          objectType: string
          operationType: string
          properties:
            - additionalProperties: string
              classId: string
              objectType: string
          stopOnFailure: false
    actionType: string
    additionalProperties: string
    allowedInstanceStates:
        - string
    ancestors:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    associatedRoles:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    attributeParameters: string
    classId: string
    coreWorkflows:
        - additionalProperties: string
          catalogMoid: string
          classId: string
          description: string
          inputParameters: string
          label: string
          name: string
          nrVersion: 0
          objectType: string
          workflowDefinitionName: string
          workflowDefinitions:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
    createTime: string
    description: string
    domainGroupMoid: 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
    label: string
    modTime: string
    moid: string
    name: string
    objectType: string
    owners:
        - string
    parents:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    periodicity: 0
    permissionResources:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    postCoreWorkflows:
        - additionalProperties: string
          catalogMoid: string
          classId: string
          description: string
          inputParameters: string
          label: string
          name: string
          nrVersion: 0
          objectType: string
          workflowDefinitionName: string
          workflowDefinitions:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
    preCoreWorkflows:
        - additionalProperties: string
          catalogMoid: string
          classId: string
          description: string
          inputParameters: string
          label: string
          name: string
          nrVersion: 0
          objectType: string
          workflowDefinitionName: string
          workflowDefinitions:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
    restrictOnPrivateAppliance: false
    serviceItemDefinitions:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    sharedScope: string
    stopWorkflows:
        - additionalProperties: string
          catalogMoid: string
          classId: string
          description: string
          inputParameters: string
          label: string
          name: string
          nrVersion: 0
          objectType: string
          workflowDefinitionName: string
          workflowDefinitions:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: 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
    validationWorkflows:
        - additionalProperties: string
          catalogMoid: string
          classId: string
          description: string
          inputParameters: string
          label: string
          name: string
          nrVersion: 0
          objectType: string
          workflowDefinitionName: string
          workflowDefinitions:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: 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
    workflowDefinitions:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    workflowServiceItemActionDefinitionId: string
WorkflowServiceItemActionDefinition 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 WorkflowServiceItemActionDefinition resource accepts the following input properties:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- ActionProperties List<WorkflowService Item Action Definition Action Property> 
- Action properties for the service item. This complex property has following sub-properties:
- ActionType string
- Type of actionDefinition which decides on how to trigger the action.* External- External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.*Internal- Internal action definition is used to trigger periodic actions on the service item instance.*Repetitive- Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
- AdditionalProperties string
- AllowedInstance List<string>States 
- (Array of schema.TypeString) -
- Ancestors
List<WorkflowService Item Action Definition Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- AssociatedRoles List<WorkflowService Item Action Definition Associated Role> 
- An array of relationships to iamRole resources. This complex property has following sub-properties:
- AttributeParameters string
- The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.'.
- 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.
- CoreWorkflows List<WorkflowService Item Action Definition Core Workflow> 
- This complex property has following sub-properties:
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- Description string
- The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- InputDefinitions List<WorkflowService Item Action Definition Input Definition> 
- This complex property has following sub-properties:
- Label string
- A user friendly short name to identify the action. 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 action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<WorkflowService Item Action 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:
- Periodicity double
- Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
- PermissionResources List<WorkflowService Item Action Definition Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- PostCore List<WorkflowWorkflows Service Item Action Definition Post Core Workflow> 
- This complex property has following sub-properties:
- PreCore List<WorkflowWorkflows Service Item Action Definition Pre Core Workflow> 
- This complex property has following sub-properties:
- RestrictOn boolPrivate Appliance 
- The flag to indicate that action is restricted on a Private Virtual Appliance.
- ServiceItem List<WorkflowDefinitions Service Item Action Definition Service Item Definition> 
- A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- StopWorkflows List<WorkflowService Item Action Definition Stop Workflow> 
- This complex property has following sub-properties:
- 
List<WorkflowService Item Action Definition Tag> 
- This complex property has following sub-properties:
- UserId stringOr Email 
- (ReadOnly) The user identifier who created or updated the service item action definition.
- ValidationInformations List<WorkflowService Item Action Definition Validation Information> 
- (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- ValidationWorkflows List<WorkflowService Item Action Definition Validation Workflow> 
- This complex property has following sub-properties:
- VersionContexts List<WorkflowService Item Action Definition Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- WorkflowDefinitions List<WorkflowService Item Action Definition Workflow Definition> 
- (ReadOnly) A reference to a workflowWorkflowDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- WorkflowService stringItem Action Definition Id 
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- ActionProperties []WorkflowService Item Action Definition Action Property Args 
- Action properties for the service item. This complex property has following sub-properties:
- ActionType string
- Type of actionDefinition which decides on how to trigger the action.* External- External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.*Internal- Internal action definition is used to trigger periodic actions on the service item instance.*Repetitive- Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
- AdditionalProperties string
- AllowedInstance []stringStates 
- (Array of schema.TypeString) -
- Ancestors
[]WorkflowService Item Action Definition Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- AssociatedRoles []WorkflowService Item Action Definition Associated Role Args 
- An array of relationships to iamRole resources. This complex property has following sub-properties:
- AttributeParameters string
- The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.'.
- 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.
- CoreWorkflows []WorkflowService Item Action Definition Core Workflow Args 
- This complex property has following sub-properties:
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- Description string
- The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- InputDefinitions []WorkflowService Item Action Definition Input Definition Args 
- This complex property has following sub-properties:
- Label string
- A user friendly short name to identify the action. 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 action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]WorkflowService Item Action 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:
- Periodicity float64
- Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
- PermissionResources []WorkflowService Item Action Definition Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- PostCore []WorkflowWorkflows Service Item Action Definition Post Core Workflow Args 
- This complex property has following sub-properties:
- PreCore []WorkflowWorkflows Service Item Action Definition Pre Core Workflow Args 
- This complex property has following sub-properties:
- RestrictOn boolPrivate Appliance 
- The flag to indicate that action is restricted on a Private Virtual Appliance.
- ServiceItem []WorkflowDefinitions Service Item Action Definition Service Item Definition Args 
- A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- StopWorkflows []WorkflowService Item Action Definition Stop Workflow Args 
- This complex property has following sub-properties:
- 
[]WorkflowService Item Action Definition Tag Args 
- This complex property has following sub-properties:
- UserId stringOr Email 
- (ReadOnly) The user identifier who created or updated the service item action definition.
- ValidationInformations []WorkflowService Item Action Definition Validation Information Args 
- (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- ValidationWorkflows []WorkflowService Item Action Definition Validation Workflow Args 
- This complex property has following sub-properties:
- VersionContexts []WorkflowService Item Action Definition Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- WorkflowDefinitions []WorkflowService Item Action Definition Workflow Definition Args 
- (ReadOnly) A reference to a workflowWorkflowDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- WorkflowService stringItem Action Definition Id 
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- actionProperties List<WorkflowService Item Action Definition Action Property> 
- Action properties for the service item. This complex property has following sub-properties:
- actionType String
- Type of actionDefinition which decides on how to trigger the action.* External- External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.*Internal- Internal action definition is used to trigger periodic actions on the service item instance.*Repetitive- Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
- additionalProperties String
- allowedInstance List<String>States 
- (Array of schema.TypeString) -
- ancestors
List<WorkflowService Item Action Definition Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- associatedRoles List<WorkflowService Item Action Definition Associated Role> 
- An array of relationships to iamRole resources. This complex property has following sub-properties:
- attributeParameters String
- The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.'.
- 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.
- coreWorkflows List<WorkflowService Item Action Definition Core Workflow> 
- This complex property has following sub-properties:
- createTime String
- (ReadOnly) The time when this managed object was created.
- description String
- The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- inputDefinitions List<WorkflowService Item Action Definition Input Definition> 
- This complex property has following sub-properties:
- label String
- A user friendly short name to identify the action. 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 action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<WorkflowService Item Action 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:
- periodicity Double
- Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
- permissionResources List<WorkflowService Item Action Definition Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- postCore List<WorkflowWorkflows Service Item Action Definition Post Core Workflow> 
- This complex property has following sub-properties:
- preCore List<WorkflowWorkflows Service Item Action Definition Pre Core Workflow> 
- This complex property has following sub-properties:
- restrictOn BooleanPrivate Appliance 
- The flag to indicate that action is restricted on a Private Virtual Appliance.
- serviceItem List<WorkflowDefinitions Service Item Action Definition Service Item Definition> 
- A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- stopWorkflows List<WorkflowService Item Action Definition Stop Workflow> 
- This complex property has following sub-properties:
- 
List<WorkflowService Item Action Definition Tag> 
- This complex property has following sub-properties:
- userId StringOr Email 
- (ReadOnly) The user identifier who created or updated the service item action definition.
- validationInformations List<WorkflowService Item Action Definition Validation Information> 
- (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- validationWorkflows List<WorkflowService Item Action Definition Validation Workflow> 
- This complex property has following sub-properties:
- versionContexts List<WorkflowService Item Action Definition Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflowDefinitions List<WorkflowService Item Action Definition Workflow Definition> 
- (ReadOnly) A reference to a workflowWorkflowDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- workflowService StringItem Action Definition Id 
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- actionProperties WorkflowService Item Action Definition Action Property[] 
- Action properties for the service item. This complex property has following sub-properties:
- actionType string
- Type of actionDefinition which decides on how to trigger the action.* External- External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.*Internal- Internal action definition is used to trigger periodic actions on the service item instance.*Repetitive- Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
- additionalProperties string
- allowedInstance string[]States 
- (Array of schema.TypeString) -
- ancestors
WorkflowService Item Action Definition Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- associatedRoles WorkflowService Item Action Definition Associated Role[] 
- An array of relationships to iamRole resources. This complex property has following sub-properties:
- attributeParameters string
- The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.'.
- 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.
- coreWorkflows WorkflowService Item Action Definition Core Workflow[] 
- This complex property has following sub-properties:
- createTime string
- (ReadOnly) The time when this managed object was created.
- description string
- The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- inputDefinitions WorkflowService Item Action Definition Input Definition[] 
- This complex property has following sub-properties:
- label string
- A user friendly short name to identify the action. 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 action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
WorkflowService Item Action 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:
- periodicity number
- Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
- permissionResources WorkflowService Item Action Definition Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- postCore WorkflowWorkflows Service Item Action Definition Post Core Workflow[] 
- This complex property has following sub-properties:
- preCore WorkflowWorkflows Service Item Action Definition Pre Core Workflow[] 
- This complex property has following sub-properties:
- restrictOn booleanPrivate Appliance 
- The flag to indicate that action is restricted on a Private Virtual Appliance.
- serviceItem WorkflowDefinitions Service Item Action Definition Service Item Definition[] 
- A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- stopWorkflows WorkflowService Item Action Definition Stop Workflow[] 
- This complex property has following sub-properties:
- 
WorkflowService Item Action Definition Tag[] 
- This complex property has following sub-properties:
- userId stringOr Email 
- (ReadOnly) The user identifier who created or updated the service item action definition.
- validationInformations WorkflowService Item Action Definition Validation Information[] 
- (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- validationWorkflows WorkflowService Item Action Definition Validation Workflow[] 
- This complex property has following sub-properties:
- versionContexts WorkflowService Item Action Definition Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflowDefinitions WorkflowService Item Action Definition Workflow Definition[] 
- (ReadOnly) A reference to a workflowWorkflowDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- workflowService stringItem Action Definition Id 
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- action_properties Sequence[WorkflowService Item Action Definition Action Property Args] 
- Action properties for the service item. This complex property has following sub-properties:
- action_type str
- Type of actionDefinition which decides on how to trigger the action.* External- External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.*Internal- Internal action definition is used to trigger periodic actions on the service item instance.*Repetitive- Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
- additional_properties str
- allowed_instance_ Sequence[str]states 
- (Array of schema.TypeString) -
- ancestors
Sequence[WorkflowService Item Action Definition Ancestor Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- associated_roles Sequence[WorkflowService Item Action Definition Associated Role Args] 
- An array of relationships to iamRole resources. This complex property has following sub-properties:
- attribute_parameters str
- The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.'.
- 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.
- core_workflows Sequence[WorkflowService Item Action Definition Core Workflow Args] 
- This complex property has following sub-properties:
- create_time str
- (ReadOnly) The time when this managed object was created.
- description str
- The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
- domain_group_ strmoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- input_definitions Sequence[WorkflowService Item Action Definition Input Definition Args] 
- This complex property has following sub-properties:
- label str
- A user friendly short name to identify the action. 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 action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[WorkflowService Item Action 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:
- periodicity float
- Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
- permission_resources Sequence[WorkflowService Item Action Definition Permission Resource Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- post_core_ Sequence[Workflowworkflows Service Item Action Definition Post Core Workflow Args] 
- This complex property has following sub-properties:
- pre_core_ Sequence[Workflowworkflows Service Item Action Definition Pre Core Workflow Args] 
- This complex property has following sub-properties:
- restrict_on_ boolprivate_ appliance 
- The flag to indicate that action is restricted on a Private Virtual Appliance.
- service_item_ Sequence[Workflowdefinitions Service Item Action Definition Service Item Definition Args] 
- A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- stop_workflows Sequence[WorkflowService Item Action Definition Stop Workflow Args] 
- This complex property has following sub-properties:
- 
Sequence[WorkflowService Item Action Definition Tag Args] 
- This complex property has following sub-properties:
- user_id_ stror_ email 
- (ReadOnly) The user identifier who created or updated the service item action definition.
- validation_informations Sequence[WorkflowService Item Action Definition Validation Information Args] 
- (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- validation_workflows Sequence[WorkflowService Item Action Definition Validation Workflow Args] 
- This complex property has following sub-properties:
- version_contexts Sequence[WorkflowService Item Action Definition Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow_definitions Sequence[WorkflowService Item Action Definition Workflow Definition Args] 
- (ReadOnly) A reference to a workflowWorkflowDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- workflow_service_ stritem_ action_ definition_ id 
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- actionProperties List<Property Map>
- Action properties for the service item. This complex property has following sub-properties:
- actionType String
- Type of actionDefinition which decides on how to trigger the action.* External- External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.*Internal- Internal action definition is used to trigger periodic actions on the service item instance.*Repetitive- Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
- additionalProperties String
- allowedInstance List<String>States 
- (Array of schema.TypeString) -
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- associatedRoles List<Property Map>
- An array of relationships to iamRole resources. This complex property has following sub-properties:
- attributeParameters String
- The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.'.
- 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.
- coreWorkflows List<Property Map>
- This complex property has following sub-properties:
- createTime String
- (ReadOnly) The time when this managed object was created.
- description String
- The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- inputDefinitions List<Property Map>
- This complex property has following sub-properties:
- label String
- A user friendly short name to identify the action. 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 action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- periodicity Number
- Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
- permissionResources List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- postCore List<Property Map>Workflows 
- This complex property has following sub-properties:
- preCore List<Property Map>Workflows 
- This complex property has following sub-properties:
- restrictOn BooleanPrivate Appliance 
- The flag to indicate that action is restricted on a Private Virtual Appliance.
- serviceItem List<Property Map>Definitions 
- A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- stopWorkflows List<Property Map>
- This complex property has following sub-properties:
- List<Property Map>
- This complex property has following sub-properties:
- userId StringOr Email 
- (ReadOnly) The user identifier who created or updated the service item action definition.
- validationInformations List<Property Map>
- (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- validationWorkflows List<Property Map>
- 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:
- workflowDefinitions List<Property Map>
- (ReadOnly) A reference to a workflowWorkflowDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- workflowService StringItem Action Definition Id 
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkflowServiceItemActionDefinition 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 WorkflowServiceItemActionDefinition Resource
Get an existing WorkflowServiceItemActionDefinition 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?: WorkflowServiceItemActionDefinitionState, opts?: CustomResourceOptions): WorkflowServiceItemActionDefinition@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        account_moid: Optional[str] = None,
        action_properties: Optional[Sequence[WorkflowServiceItemActionDefinitionActionPropertyArgs]] = None,
        action_type: Optional[str] = None,
        additional_properties: Optional[str] = None,
        allowed_instance_states: Optional[Sequence[str]] = None,
        ancestors: Optional[Sequence[WorkflowServiceItemActionDefinitionAncestorArgs]] = None,
        associated_roles: Optional[Sequence[WorkflowServiceItemActionDefinitionAssociatedRoleArgs]] = None,
        attribute_parameters: Optional[str] = None,
        class_id: Optional[str] = None,
        core_workflows: Optional[Sequence[WorkflowServiceItemActionDefinitionCoreWorkflowArgs]] = None,
        create_time: Optional[str] = None,
        description: Optional[str] = None,
        domain_group_moid: Optional[str] = None,
        input_definitions: Optional[Sequence[WorkflowServiceItemActionDefinitionInputDefinitionArgs]] = None,
        label: Optional[str] = None,
        mod_time: Optional[str] = None,
        moid: Optional[str] = None,
        name: Optional[str] = None,
        object_type: Optional[str] = None,
        owners: Optional[Sequence[str]] = None,
        parents: Optional[Sequence[WorkflowServiceItemActionDefinitionParentArgs]] = None,
        periodicity: Optional[float] = None,
        permission_resources: Optional[Sequence[WorkflowServiceItemActionDefinitionPermissionResourceArgs]] = None,
        post_core_workflows: Optional[Sequence[WorkflowServiceItemActionDefinitionPostCoreWorkflowArgs]] = None,
        pre_core_workflows: Optional[Sequence[WorkflowServiceItemActionDefinitionPreCoreWorkflowArgs]] = None,
        restrict_on_private_appliance: Optional[bool] = None,
        service_item_definitions: Optional[Sequence[WorkflowServiceItemActionDefinitionServiceItemDefinitionArgs]] = None,
        shared_scope: Optional[str] = None,
        stop_workflows: Optional[Sequence[WorkflowServiceItemActionDefinitionStopWorkflowArgs]] = None,
        tags: Optional[Sequence[WorkflowServiceItemActionDefinitionTagArgs]] = None,
        user_id_or_email: Optional[str] = None,
        validation_informations: Optional[Sequence[WorkflowServiceItemActionDefinitionValidationInformationArgs]] = None,
        validation_workflows: Optional[Sequence[WorkflowServiceItemActionDefinitionValidationWorkflowArgs]] = None,
        version_contexts: Optional[Sequence[WorkflowServiceItemActionDefinitionVersionContextArgs]] = None,
        workflow_definitions: Optional[Sequence[WorkflowServiceItemActionDefinitionWorkflowDefinitionArgs]] = None,
        workflow_service_item_action_definition_id: Optional[str] = None) -> WorkflowServiceItemActionDefinitionfunc GetWorkflowServiceItemActionDefinition(ctx *Context, name string, id IDInput, state *WorkflowServiceItemActionDefinitionState, opts ...ResourceOption) (*WorkflowServiceItemActionDefinition, error)public static WorkflowServiceItemActionDefinition Get(string name, Input<string> id, WorkflowServiceItemActionDefinitionState? state, CustomResourceOptions? opts = null)public static WorkflowServiceItemActionDefinition get(String name, Output<String> id, WorkflowServiceItemActionDefinitionState state, CustomResourceOptions options)resources:  _:    type: intersight:WorkflowServiceItemActionDefinition    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.
- ActionProperties List<WorkflowService Item Action Definition Action Property> 
- Action properties for the service item. This complex property has following sub-properties:
- ActionType string
- Type of actionDefinition which decides on how to trigger the action.* External- External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.*Internal- Internal action definition is used to trigger periodic actions on the service item instance.*Repetitive- Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
- AdditionalProperties string
- AllowedInstance List<string>States 
- (Array of schema.TypeString) -
- Ancestors
List<WorkflowService Item Action Definition Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- AssociatedRoles List<WorkflowService Item Action Definition Associated Role> 
- An array of relationships to iamRole resources. This complex property has following sub-properties:
- AttributeParameters string
- The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.'.
- 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.
- CoreWorkflows List<WorkflowService Item Action Definition Core Workflow> 
- This complex property has following sub-properties:
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- Description string
- The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- InputDefinitions List<WorkflowService Item Action Definition Input Definition> 
- This complex property has following sub-properties:
- Label string
- A user friendly short name to identify the action. 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 action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<WorkflowService Item Action 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:
- Periodicity double
- Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
- PermissionResources List<WorkflowService Item Action Definition Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- PostCore List<WorkflowWorkflows Service Item Action Definition Post Core Workflow> 
- This complex property has following sub-properties:
- PreCore List<WorkflowWorkflows Service Item Action Definition Pre Core Workflow> 
- This complex property has following sub-properties:
- RestrictOn boolPrivate Appliance 
- The flag to indicate that action is restricted on a Private Virtual Appliance.
- ServiceItem List<WorkflowDefinitions Service Item Action Definition Service Item Definition> 
- A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- StopWorkflows List<WorkflowService Item Action Definition Stop Workflow> 
- This complex property has following sub-properties:
- 
List<WorkflowService Item Action Definition Tag> 
- This complex property has following sub-properties:
- UserId stringOr Email 
- (ReadOnly) The user identifier who created or updated the service item action definition.
- ValidationInformations List<WorkflowService Item Action Definition Validation Information> 
- (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- ValidationWorkflows List<WorkflowService Item Action Definition Validation Workflow> 
- This complex property has following sub-properties:
- VersionContexts List<WorkflowService Item Action Definition Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- WorkflowDefinitions List<WorkflowService Item Action Definition Workflow Definition> 
- (ReadOnly) A reference to a workflowWorkflowDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- WorkflowService stringItem Action Definition Id 
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- ActionProperties []WorkflowService Item Action Definition Action Property Args 
- Action properties for the service item. This complex property has following sub-properties:
- ActionType string
- Type of actionDefinition which decides on how to trigger the action.* External- External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.*Internal- Internal action definition is used to trigger periodic actions on the service item instance.*Repetitive- Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
- AdditionalProperties string
- AllowedInstance []stringStates 
- (Array of schema.TypeString) -
- Ancestors
[]WorkflowService Item Action Definition Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- AssociatedRoles []WorkflowService Item Action Definition Associated Role Args 
- An array of relationships to iamRole resources. This complex property has following sub-properties:
- AttributeParameters string
- The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.'.
- 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.
- CoreWorkflows []WorkflowService Item Action Definition Core Workflow Args 
- This complex property has following sub-properties:
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- Description string
- The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- InputDefinitions []WorkflowService Item Action Definition Input Definition Args 
- This complex property has following sub-properties:
- Label string
- A user friendly short name to identify the action. 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 action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]WorkflowService Item Action 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:
- Periodicity float64
- Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
- PermissionResources []WorkflowService Item Action Definition Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- PostCore []WorkflowWorkflows Service Item Action Definition Post Core Workflow Args 
- This complex property has following sub-properties:
- PreCore []WorkflowWorkflows Service Item Action Definition Pre Core Workflow Args 
- This complex property has following sub-properties:
- RestrictOn boolPrivate Appliance 
- The flag to indicate that action is restricted on a Private Virtual Appliance.
- ServiceItem []WorkflowDefinitions Service Item Action Definition Service Item Definition Args 
- A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- StopWorkflows []WorkflowService Item Action Definition Stop Workflow Args 
- This complex property has following sub-properties:
- 
[]WorkflowService Item Action Definition Tag Args 
- This complex property has following sub-properties:
- UserId stringOr Email 
- (ReadOnly) The user identifier who created or updated the service item action definition.
- ValidationInformations []WorkflowService Item Action Definition Validation Information Args 
- (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- ValidationWorkflows []WorkflowService Item Action Definition Validation Workflow Args 
- This complex property has following sub-properties:
- VersionContexts []WorkflowService Item Action Definition Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- WorkflowDefinitions []WorkflowService Item Action Definition Workflow Definition Args 
- (ReadOnly) A reference to a workflowWorkflowDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- WorkflowService stringItem Action Definition Id 
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- actionProperties List<WorkflowService Item Action Definition Action Property> 
- Action properties for the service item. This complex property has following sub-properties:
- actionType String
- Type of actionDefinition which decides on how to trigger the action.* External- External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.*Internal- Internal action definition is used to trigger periodic actions on the service item instance.*Repetitive- Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
- additionalProperties String
- allowedInstance List<String>States 
- (Array of schema.TypeString) -
- ancestors
List<WorkflowService Item Action Definition Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- associatedRoles List<WorkflowService Item Action Definition Associated Role> 
- An array of relationships to iamRole resources. This complex property has following sub-properties:
- attributeParameters String
- The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.'.
- 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.
- coreWorkflows List<WorkflowService Item Action Definition Core Workflow> 
- This complex property has following sub-properties:
- createTime String
- (ReadOnly) The time when this managed object was created.
- description String
- The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- inputDefinitions List<WorkflowService Item Action Definition Input Definition> 
- This complex property has following sub-properties:
- label String
- A user friendly short name to identify the action. 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 action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<WorkflowService Item Action 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:
- periodicity Double
- Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
- permissionResources List<WorkflowService Item Action Definition Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- postCore List<WorkflowWorkflows Service Item Action Definition Post Core Workflow> 
- This complex property has following sub-properties:
- preCore List<WorkflowWorkflows Service Item Action Definition Pre Core Workflow> 
- This complex property has following sub-properties:
- restrictOn BooleanPrivate Appliance 
- The flag to indicate that action is restricted on a Private Virtual Appliance.
- serviceItem List<WorkflowDefinitions Service Item Action Definition Service Item Definition> 
- A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- stopWorkflows List<WorkflowService Item Action Definition Stop Workflow> 
- This complex property has following sub-properties:
- 
List<WorkflowService Item Action Definition Tag> 
- This complex property has following sub-properties:
- userId StringOr Email 
- (ReadOnly) The user identifier who created or updated the service item action definition.
- validationInformations List<WorkflowService Item Action Definition Validation Information> 
- (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- validationWorkflows List<WorkflowService Item Action Definition Validation Workflow> 
- This complex property has following sub-properties:
- versionContexts List<WorkflowService Item Action Definition Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflowDefinitions List<WorkflowService Item Action Definition Workflow Definition> 
- (ReadOnly) A reference to a workflowWorkflowDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- workflowService StringItem Action Definition Id 
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- actionProperties WorkflowService Item Action Definition Action Property[] 
- Action properties for the service item. This complex property has following sub-properties:
- actionType string
- Type of actionDefinition which decides on how to trigger the action.* External- External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.*Internal- Internal action definition is used to trigger periodic actions on the service item instance.*Repetitive- Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
- additionalProperties string
- allowedInstance string[]States 
- (Array of schema.TypeString) -
- ancestors
WorkflowService Item Action Definition Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- associatedRoles WorkflowService Item Action Definition Associated Role[] 
- An array of relationships to iamRole resources. This complex property has following sub-properties:
- attributeParameters string
- The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.'.
- 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.
- coreWorkflows WorkflowService Item Action Definition Core Workflow[] 
- This complex property has following sub-properties:
- createTime string
- (ReadOnly) The time when this managed object was created.
- description string
- The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- inputDefinitions WorkflowService Item Action Definition Input Definition[] 
- This complex property has following sub-properties:
- label string
- A user friendly short name to identify the action. 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 action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
WorkflowService Item Action 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:
- periodicity number
- Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
- permissionResources WorkflowService Item Action Definition Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- postCore WorkflowWorkflows Service Item Action Definition Post Core Workflow[] 
- This complex property has following sub-properties:
- preCore WorkflowWorkflows Service Item Action Definition Pre Core Workflow[] 
- This complex property has following sub-properties:
- restrictOn booleanPrivate Appliance 
- The flag to indicate that action is restricted on a Private Virtual Appliance.
- serviceItem WorkflowDefinitions Service Item Action Definition Service Item Definition[] 
- A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- stopWorkflows WorkflowService Item Action Definition Stop Workflow[] 
- This complex property has following sub-properties:
- 
WorkflowService Item Action Definition Tag[] 
- This complex property has following sub-properties:
- userId stringOr Email 
- (ReadOnly) The user identifier who created or updated the service item action definition.
- validationInformations WorkflowService Item Action Definition Validation Information[] 
- (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- validationWorkflows WorkflowService Item Action Definition Validation Workflow[] 
- This complex property has following sub-properties:
- versionContexts WorkflowService Item Action Definition Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflowDefinitions WorkflowService Item Action Definition Workflow Definition[] 
- (ReadOnly) A reference to a workflowWorkflowDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- workflowService stringItem Action Definition Id 
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- action_properties Sequence[WorkflowService Item Action Definition Action Property Args] 
- Action properties for the service item. This complex property has following sub-properties:
- action_type str
- Type of actionDefinition which decides on how to trigger the action.* External- External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.*Internal- Internal action definition is used to trigger periodic actions on the service item instance.*Repetitive- Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
- additional_properties str
- allowed_instance_ Sequence[str]states 
- (Array of schema.TypeString) -
- ancestors
Sequence[WorkflowService Item Action Definition Ancestor Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- associated_roles Sequence[WorkflowService Item Action Definition Associated Role Args] 
- An array of relationships to iamRole resources. This complex property has following sub-properties:
- attribute_parameters str
- The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.'.
- 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.
- core_workflows Sequence[WorkflowService Item Action Definition Core Workflow Args] 
- This complex property has following sub-properties:
- create_time str
- (ReadOnly) The time when this managed object was created.
- description str
- The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
- domain_group_ strmoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- input_definitions Sequence[WorkflowService Item Action Definition Input Definition Args] 
- This complex property has following sub-properties:
- label str
- A user friendly short name to identify the action. 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 action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[WorkflowService Item Action 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:
- periodicity float
- Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
- permission_resources Sequence[WorkflowService Item Action Definition Permission Resource Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- post_core_ Sequence[Workflowworkflows Service Item Action Definition Post Core Workflow Args] 
- This complex property has following sub-properties:
- pre_core_ Sequence[Workflowworkflows Service Item Action Definition Pre Core Workflow Args] 
- This complex property has following sub-properties:
- restrict_on_ boolprivate_ appliance 
- The flag to indicate that action is restricted on a Private Virtual Appliance.
- service_item_ Sequence[Workflowdefinitions Service Item Action Definition Service Item Definition Args] 
- A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- stop_workflows Sequence[WorkflowService Item Action Definition Stop Workflow Args] 
- This complex property has following sub-properties:
- 
Sequence[WorkflowService Item Action Definition Tag Args] 
- This complex property has following sub-properties:
- user_id_ stror_ email 
- (ReadOnly) The user identifier who created or updated the service item action definition.
- validation_informations Sequence[WorkflowService Item Action Definition Validation Information Args] 
- (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- validation_workflows Sequence[WorkflowService Item Action Definition Validation Workflow Args] 
- This complex property has following sub-properties:
- version_contexts Sequence[WorkflowService Item Action Definition Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow_definitions Sequence[WorkflowService Item Action Definition Workflow Definition Args] 
- (ReadOnly) A reference to a workflowWorkflowDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- workflow_service_ stritem_ action_ definition_ id 
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- actionProperties List<Property Map>
- Action properties for the service item. This complex property has following sub-properties:
- actionType String
- Type of actionDefinition which decides on how to trigger the action.* External- External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.*Internal- Internal action definition is used to trigger periodic actions on the service item instance.*Repetitive- Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
- additionalProperties String
- allowedInstance List<String>States 
- (Array of schema.TypeString) -
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- associatedRoles List<Property Map>
- An array of relationships to iamRole resources. This complex property has following sub-properties:
- attributeParameters String
- The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.'.
- 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.
- coreWorkflows List<Property Map>
- This complex property has following sub-properties:
- createTime String
- (ReadOnly) The time when this managed object was created.
- description String
- The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- inputDefinitions List<Property Map>
- This complex property has following sub-properties:
- label String
- A user friendly short name to identify the action. 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 action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- periodicity Number
- Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
- permissionResources List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- postCore List<Property Map>Workflows 
- This complex property has following sub-properties:
- preCore List<Property Map>Workflows 
- This complex property has following sub-properties:
- restrictOn BooleanPrivate Appliance 
- The flag to indicate that action is restricted on a Private Virtual Appliance.
- serviceItem List<Property Map>Definitions 
- A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- stopWorkflows List<Property Map>
- This complex property has following sub-properties:
- List<Property Map>
- This complex property has following sub-properties:
- userId StringOr Email 
- (ReadOnly) The user identifier who created or updated the service item action definition.
- validationInformations List<Property Map>
- (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- validationWorkflows List<Property Map>
- 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:
- workflowDefinitions List<Property Map>
- (ReadOnly) A reference to a workflowWorkflowDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- workflowService StringItem Action Definition Id 
Supporting Types
WorkflowServiceItemActionDefinitionActionProperty, WorkflowServiceItemActionDefinitionActionPropertyArgs              
- 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
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- OperationType string
- 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.
- Properties
List<WorkflowService Item Action Definition Action Property Property> 
- The properties of the action. The actual structure of properties can vary based on the operationType. This complex property has following sub-properties:
- StopOn boolFailure 
- When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.
- 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
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- OperationType string
- 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.
- Properties
[]WorkflowService Item Action Definition Action Property Property 
- The properties of the action. The actual structure of properties can vary based on the operationType. This complex property has following sub-properties:
- StopOn boolFailure 
- When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.
- 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
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- operationType String
- 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.
- properties
List<WorkflowService Item Action Definition Action Property Property> 
- The properties of the action. The actual structure of properties can vary based on the operationType. This complex property has following sub-properties:
- stopOn BooleanFailure 
- When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.
- 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
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- operationType string
- 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.
- properties
WorkflowService Item Action Definition Action Property Property[] 
- The properties of the action. The actual structure of properties can vary based on the operationType. This complex property has following sub-properties:
- stopOn booleanFailure 
- When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.
- 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
- 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
- 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.
- properties
Sequence[WorkflowService Item Action Definition Action Property Property] 
- The properties of the action. The actual structure of properties can vary based on the operationType. This complex property has following sub-properties:
- stop_on_ boolfailure 
- When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.
- 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
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- operationType String
- 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.
- properties List<Property Map>
- The properties of the action. The actual structure of properties can vary based on the operationType. This complex property has following sub-properties:
- stopOn BooleanFailure 
- When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.
WorkflowServiceItemActionDefinitionActionPropertyProperty, WorkflowServiceItemActionDefinitionActionPropertyPropertyArgs                
- 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
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
- ClassId string
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additionalProperties String
- 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
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
- classId string
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional_properties str
- 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
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType
- classId String
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
WorkflowServiceItemActionDefinitionAncestor, WorkflowServiceItemActionDefinitionAncestorArgs            
- 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'.
WorkflowServiceItemActionDefinitionAssociatedRole, WorkflowServiceItemActionDefinitionAssociatedRoleArgs              
- 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'.
WorkflowServiceItemActionDefinitionCoreWorkflow, WorkflowServiceItemActionDefinitionCoreWorkflowArgs              
- 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
- CatalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- ClassId string
- Description string
- The description of this workflow instance.
- InputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- Label string
- A user defined label identifier of the workflow used for UI display.
- Name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- NrVersion double
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WorkflowDefinition stringName 
- The qualified name of workflow that should be executed.
- WorkflowDefinitions List<WorkflowService Item Action Definition Core Workflow Workflow Definition> 
- (ReadOnly) The moid of the workflow 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
- CatalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- ClassId string
- Description string
- The description of this workflow instance.
- InputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- Label string
- A user defined label identifier of the workflow used for UI display.
- Name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- NrVersion float64
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WorkflowDefinition stringName 
- The qualified name of workflow that should be executed.
- WorkflowDefinitions []WorkflowService Item Action Definition Core Workflow Workflow Definition 
- (ReadOnly) The moid of the workflow 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
- catalogMoid String
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId String
- description String
- The description of this workflow instance.
- inputParameters String
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label String
- A user defined label identifier of the workflow used for UI display.
- name String
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion Double
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition StringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions List<WorkflowService Item Action Definition Core Workflow Workflow Definition> 
- (ReadOnly) The moid of the workflow 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
- catalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId string
- description string
- The description of this workflow instance.
- inputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label string
- A user defined label identifier of the workflow used for UI display.
- name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion number
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition stringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions WorkflowService Item Action Definition Core Workflow Workflow Definition[] 
- (ReadOnly) The moid of the workflow 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
- catalog_moid str
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- class_id str
- description str
- The description of this workflow instance.
- input_parameters str
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label str
- A user defined label identifier of the workflow used for UI display.
- name str
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nr_version float
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflow_definition_ strname 
- The qualified name of workflow that should be executed.
- workflow_definitions Sequence[WorkflowService Item Action Definition Core Workflow Workflow Definition] 
- (ReadOnly) The moid of the workflow 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
- catalogMoid String
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId String
- description String
- The description of this workflow instance.
- inputParameters String
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label String
- A user defined label identifier of the workflow used for UI display.
- name String
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion Number
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition StringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions List<Property Map>
- (ReadOnly) The moid of the workflow definition. This complex property has following sub-properties:
WorkflowServiceItemActionDefinitionCoreWorkflowWorkflowDefinition, WorkflowServiceItemActionDefinitionCoreWorkflowWorkflowDefinitionArgs                  
- 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'.
WorkflowServiceItemActionDefinitionInputDefinition, WorkflowServiceItemActionDefinitionInputDefinitionArgs              
- 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<WorkflowService Item Action 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
- Provide a detailed description of the data type.
- DisplayMetas List<WorkflowService Item Action 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
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- Name string
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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
[]WorkflowService Item Action 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
- Provide a detailed description of the data type.
- DisplayMetas []WorkflowService Item Action 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
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- Name string
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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<WorkflowService Item Action 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
- Provide a detailed description of the data type.
- displayMetas List<WorkflowService Item Action 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
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- name String
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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
WorkflowService Item Action 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
- Provide a detailed description of the data type.
- displayMetas WorkflowService Item Action 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
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label string
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- name string
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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[WorkflowService Item Action 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
- Provide a detailed description of the data type.
- display_metas Sequence[WorkflowService Item Action 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
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label str
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- name str
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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
- Provide a detailed description of the data type.
- displayMetas List<Property Map>
- Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
- inputParameters String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- name String
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
WorkflowServiceItemActionDefinitionInputDefinitionDefault, WorkflowServiceItemActionDefinitionInputDefinitionDefaultArgs                
- 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
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- AdditionalProperties string
- 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
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- 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
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties string
- 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
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- override boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additional_properties str
- 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
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value str
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- 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
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
WorkflowServiceItemActionDefinitionInputDefinitionDisplayMeta, WorkflowServiceItemActionDefinitionInputDefinitionDisplayMetaArgs                  
- 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
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WidgetType string
- Specify the widget type for data display.* None- Display none of the widget types.*Radio- Display the widget as a radio button.*Dropdown- Display the widget as a dropdown.*GridSelector- Display the widget as a selector.*DrawerSelector- Display the widget as a selector.
- AdditionalProperties string
- 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
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WidgetType string
- Specify the widget type for data display.* None- Display none of the widget types.*Radio- Display the widget as a radio button.*Dropdown- Display the widget as a dropdown.*GridSelector- Display the widget as a selector.*DrawerSelector- Display the widget as a selector.
- additionalProperties String
- 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
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- widgetType String
- Specify the widget type for data display.* None- Display none of the widget types.*Radio- Display the widget as a radio button.*Dropdown- Display the widget as a dropdown.*GridSelector- Display the widget as a selector.*DrawerSelector- Display the widget as a selector.
- additionalProperties string
- 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
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- widgetType string
- Specify the widget type for data display.* None- Display none of the widget types.*Radio- Display the widget as a radio button.*Dropdown- Display the widget as a dropdown.*GridSelector- Display the widget as a selector.*DrawerSelector- Display the widget as a selector.
- additional_properties str
- 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
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- widget_type str
- Specify the widget type for data display.* None- Display none of the widget types.*Radio- Display the widget as a radio button.*Dropdown- Display the widget as a dropdown.*GridSelector- Display the widget as a selector.*DrawerSelector- Display the widget as a selector.
- additionalProperties String
- 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
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- widgetType String
- Specify the widget type for data display.* None- Display none of the widget types.*Radio- Display the widget as a radio button.*Dropdown- Display the widget as a dropdown.*GridSelector- Display the widget as a selector.*DrawerSelector- Display the widget as a selector.
WorkflowServiceItemActionDefinitionParent, WorkflowServiceItemActionDefinitionParentArgs            
- 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'.
WorkflowServiceItemActionDefinitionPermissionResource, WorkflowServiceItemActionDefinitionPermissionResourceArgs              
- 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'.
WorkflowServiceItemActionDefinitionPostCoreWorkflow, WorkflowServiceItemActionDefinitionPostCoreWorkflowArgs                
- 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
- CatalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- ClassId string
- Description string
- The description of this workflow instance.
- InputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- Label string
- A user defined label identifier of the workflow used for UI display.
- Name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- NrVersion double
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WorkflowDefinition stringName 
- The qualified name of workflow that should be executed.
- WorkflowDefinitions List<WorkflowService Item Action Definition Post Core Workflow Workflow Definition> 
- (ReadOnly) The moid of the workflow 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
- CatalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- ClassId string
- Description string
- The description of this workflow instance.
- InputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- Label string
- A user defined label identifier of the workflow used for UI display.
- Name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- NrVersion float64
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WorkflowDefinition stringName 
- The qualified name of workflow that should be executed.
- WorkflowDefinitions []WorkflowService Item Action Definition Post Core Workflow Workflow Definition 
- (ReadOnly) The moid of the workflow 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
- catalogMoid String
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId String
- description String
- The description of this workflow instance.
- inputParameters String
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label String
- A user defined label identifier of the workflow used for UI display.
- name String
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion Double
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition StringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions List<WorkflowService Item Action Definition Post Core Workflow Workflow Definition> 
- (ReadOnly) The moid of the workflow 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
- catalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId string
- description string
- The description of this workflow instance.
- inputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label string
- A user defined label identifier of the workflow used for UI display.
- name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion number
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition stringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions WorkflowService Item Action Definition Post Core Workflow Workflow Definition[] 
- (ReadOnly) The moid of the workflow 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
- catalog_moid str
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- class_id str
- description str
- The description of this workflow instance.
- input_parameters str
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label str
- A user defined label identifier of the workflow used for UI display.
- name str
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nr_version float
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflow_definition_ strname 
- The qualified name of workflow that should be executed.
- workflow_definitions Sequence[WorkflowService Item Action Definition Post Core Workflow Workflow Definition] 
- (ReadOnly) The moid of the workflow 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
- catalogMoid String
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId String
- description String
- The description of this workflow instance.
- inputParameters String
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label String
- A user defined label identifier of the workflow used for UI display.
- name String
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion Number
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition StringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions List<Property Map>
- (ReadOnly) The moid of the workflow definition. This complex property has following sub-properties:
WorkflowServiceItemActionDefinitionPostCoreWorkflowWorkflowDefinition, WorkflowServiceItemActionDefinitionPostCoreWorkflowWorkflowDefinitionArgs                    
- 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'.
WorkflowServiceItemActionDefinitionPreCoreWorkflow, WorkflowServiceItemActionDefinitionPreCoreWorkflowArgs                
- 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
- CatalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- ClassId string
- Description string
- The description of this workflow instance.
- InputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- Label string
- A user defined label identifier of the workflow used for UI display.
- Name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- NrVersion double
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WorkflowDefinition stringName 
- The qualified name of workflow that should be executed.
- WorkflowDefinitions List<WorkflowService Item Action Definition Pre Core Workflow Workflow Definition> 
- (ReadOnly) The moid of the workflow 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
- CatalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- ClassId string
- Description string
- The description of this workflow instance.
- InputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- Label string
- A user defined label identifier of the workflow used for UI display.
- Name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- NrVersion float64
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WorkflowDefinition stringName 
- The qualified name of workflow that should be executed.
- WorkflowDefinitions []WorkflowService Item Action Definition Pre Core Workflow Workflow Definition 
- (ReadOnly) The moid of the workflow 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
- catalogMoid String
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId String
- description String
- The description of this workflow instance.
- inputParameters String
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label String
- A user defined label identifier of the workflow used for UI display.
- name String
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion Double
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition StringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions List<WorkflowService Item Action Definition Pre Core Workflow Workflow Definition> 
- (ReadOnly) The moid of the workflow 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
- catalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId string
- description string
- The description of this workflow instance.
- inputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label string
- A user defined label identifier of the workflow used for UI display.
- name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion number
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition stringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions WorkflowService Item Action Definition Pre Core Workflow Workflow Definition[] 
- (ReadOnly) The moid of the workflow 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
- catalog_moid str
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- class_id str
- description str
- The description of this workflow instance.
- input_parameters str
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label str
- A user defined label identifier of the workflow used for UI display.
- name str
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nr_version float
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflow_definition_ strname 
- The qualified name of workflow that should be executed.
- workflow_definitions Sequence[WorkflowService Item Action Definition Pre Core Workflow Workflow Definition] 
- (ReadOnly) The moid of the workflow 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
- catalogMoid String
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId String
- description String
- The description of this workflow instance.
- inputParameters String
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label String
- A user defined label identifier of the workflow used for UI display.
- name String
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion Number
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition StringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions List<Property Map>
- (ReadOnly) The moid of the workflow definition. This complex property has following sub-properties:
WorkflowServiceItemActionDefinitionPreCoreWorkflowWorkflowDefinition, WorkflowServiceItemActionDefinitionPreCoreWorkflowWorkflowDefinitionArgs                    
- 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'.
WorkflowServiceItemActionDefinitionServiceItemDefinition, WorkflowServiceItemActionDefinitionServiceItemDefinitionArgs                
- 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'.
WorkflowServiceItemActionDefinitionStopWorkflow, WorkflowServiceItemActionDefinitionStopWorkflowArgs              
- 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
- CatalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- ClassId string
- Description string
- The description of this workflow instance.
- InputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- Label string
- A user defined label identifier of the workflow used for UI display.
- Name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- NrVersion double
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WorkflowDefinition stringName 
- The qualified name of workflow that should be executed.
- WorkflowDefinitions List<WorkflowService Item Action Definition Stop Workflow Workflow Definition> 
- (ReadOnly) The moid of the workflow 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
- CatalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- ClassId string
- Description string
- The description of this workflow instance.
- InputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- Label string
- A user defined label identifier of the workflow used for UI display.
- Name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- NrVersion float64
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WorkflowDefinition stringName 
- The qualified name of workflow that should be executed.
- WorkflowDefinitions []WorkflowService Item Action Definition Stop Workflow Workflow Definition 
- (ReadOnly) The moid of the workflow 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
- catalogMoid String
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId String
- description String
- The description of this workflow instance.
- inputParameters String
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label String
- A user defined label identifier of the workflow used for UI display.
- name String
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion Double
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition StringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions List<WorkflowService Item Action Definition Stop Workflow Workflow Definition> 
- (ReadOnly) The moid of the workflow 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
- catalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId string
- description string
- The description of this workflow instance.
- inputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label string
- A user defined label identifier of the workflow used for UI display.
- name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion number
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition stringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions WorkflowService Item Action Definition Stop Workflow Workflow Definition[] 
- (ReadOnly) The moid of the workflow 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
- catalog_moid str
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- class_id str
- description str
- The description of this workflow instance.
- input_parameters str
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label str
- A user defined label identifier of the workflow used for UI display.
- name str
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nr_version float
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflow_definition_ strname 
- The qualified name of workflow that should be executed.
- workflow_definitions Sequence[WorkflowService Item Action Definition Stop Workflow Workflow Definition] 
- (ReadOnly) The moid of the workflow 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
- catalogMoid String
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId String
- description String
- The description of this workflow instance.
- inputParameters String
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label String
- A user defined label identifier of the workflow used for UI display.
- name String
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion Number
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition StringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions List<Property Map>
- (ReadOnly) The moid of the workflow definition. This complex property has following sub-properties:
WorkflowServiceItemActionDefinitionStopWorkflowWorkflowDefinition, WorkflowServiceItemActionDefinitionStopWorkflowWorkflowDefinitionArgs                  
- 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'.
WorkflowServiceItemActionDefinitionTag, WorkflowServiceItemActionDefinitionTagArgs            
- 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.
WorkflowServiceItemActionDefinitionValidationInformation, WorkflowServiceItemActionDefinitionValidationInformationArgs              
- 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<WorkflowService Item Action 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 []WorkflowService Item Action 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<WorkflowService Item Action 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 WorkflowService Item Action 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[WorkflowService Item Action 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:
WorkflowServiceItemActionDefinitionValidationInformationValidationError, WorkflowServiceItemActionDefinitionValidationInformationValidationErrorArgs                  
- 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.
WorkflowServiceItemActionDefinitionValidationWorkflow, WorkflowServiceItemActionDefinitionValidationWorkflowArgs              
- 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
- CatalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- ClassId string
- Description string
- The description of this workflow instance.
- InputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- Label string
- A user defined label identifier of the workflow used for UI display.
- Name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- NrVersion double
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WorkflowDefinition stringName 
- The qualified name of workflow that should be executed.
- WorkflowDefinitions List<WorkflowService Item Action Definition Validation Workflow Workflow Definition> 
- (ReadOnly) The moid of the workflow 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
- CatalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- ClassId string
- Description string
- The description of this workflow instance.
- InputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- Label string
- A user defined label identifier of the workflow used for UI display.
- Name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- NrVersion float64
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WorkflowDefinition stringName 
- The qualified name of workflow that should be executed.
- WorkflowDefinitions []WorkflowService Item Action Definition Validation Workflow Workflow Definition 
- (ReadOnly) The moid of the workflow 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
- catalogMoid String
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId String
- description String
- The description of this workflow instance.
- inputParameters String
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label String
- A user defined label identifier of the workflow used for UI display.
- name String
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion Double
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition StringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions List<WorkflowService Item Action Definition Validation Workflow Workflow Definition> 
- (ReadOnly) The moid of the workflow 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
- catalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId string
- description string
- The description of this workflow instance.
- inputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label string
- A user defined label identifier of the workflow used for UI display.
- name string
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion number
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition stringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions WorkflowService Item Action Definition Validation Workflow Workflow Definition[] 
- (ReadOnly) The moid of the workflow 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
- catalog_moid str
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- class_id str
- description str
- The description of this workflow instance.
- input_parameters str
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label str
- A user defined label identifier of the workflow used for UI display.
- name str
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nr_version float
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflow_definition_ strname 
- The qualified name of workflow that should be executed.
- workflow_definitions Sequence[WorkflowService Item Action Definition Validation Workflow Workflow Definition] 
- (ReadOnly) The moid of the workflow 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
- catalogMoid String
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId String
- description String
- The description of this workflow instance.
- inputParameters String
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label String
- A user defined label identifier of the workflow used for UI display.
- name String
- The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.
- nrVersion Number
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- workflowDefinition StringName 
- The qualified name of workflow that should be executed.
- workflowDefinitions List<Property Map>
- (ReadOnly) The moid of the workflow definition. This complex property has following sub-properties:
WorkflowServiceItemActionDefinitionValidationWorkflowWorkflowDefinition, WorkflowServiceItemActionDefinitionValidationWorkflowWorkflowDefinitionArgs                  
- 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'.
WorkflowServiceItemActionDefinitionVersionContext, WorkflowServiceItemActionDefinitionVersionContextArgs              
- 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<WorkflowService Item Action 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<WorkflowService Item Action 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 []WorkflowService Item Action 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 []WorkflowService Item Action 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<WorkflowService Item Action 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<WorkflowService Item Action 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 WorkflowService Item Action 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 WorkflowService Item Action 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[WorkflowService Item Action 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[WorkflowService Item Action 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.
WorkflowServiceItemActionDefinitionVersionContextInterestedMo, WorkflowServiceItemActionDefinitionVersionContextInterestedMoArgs                  
- 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'.
WorkflowServiceItemActionDefinitionVersionContextRefMo, WorkflowServiceItemActionDefinitionVersionContextRefMoArgs                  
- 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'.
WorkflowServiceItemActionDefinitionWorkflowDefinition, WorkflowServiceItemActionDefinitionWorkflowDefinitionArgs              
- 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_service_item_action_definition can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/workflowServiceItemActionDefinition:WorkflowServiceItemActionDefinition 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.