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

intersight.getWorkflowTaskDefinition

Explore with Pulumi AI

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

    Used to define a task which can be included within a workflow. Task definition conveys the intent that we want to achieve with the task. We can have a standalone task definition that is bound to a single implementation for that task, or we can define an TaskDefinition that will serve as the interface task definition which is linked to multiple implementation tasks. Each implemented TaskDefinition will be bound to its own implementation so we can achieve a case where single TaskDefinition has multiple implementations.

    Using getWorkflowTaskDefinition

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getWorkflowTaskDefinition(args: GetWorkflowTaskDefinitionArgs, opts?: InvokeOptions): Promise<GetWorkflowTaskDefinitionResult>
    function getWorkflowTaskDefinitionOutput(args: GetWorkflowTaskDefinitionOutputArgs, opts?: InvokeOptions): Output<GetWorkflowTaskDefinitionResult>
    def get_workflow_task_definition(account_moid: Optional[str] = None,
                                     additional_properties: Optional[str] = None,
                                     ancestors: Optional[Sequence[GetWorkflowTaskDefinitionAncestor]] = None,
                                     catalog: Optional[GetWorkflowTaskDefinitionCatalog] = None,
                                     class_id: Optional[str] = None,
                                     cloned_from: Optional[GetWorkflowTaskDefinitionClonedFrom] = None,
                                     create_time: Optional[str] = None,
                                     default_version: Optional[bool] = None,
                                     description: Optional[str] = None,
                                     domain_group_moid: Optional[str] = None,
                                     id: Optional[str] = None,
                                     implemented_tasks: Optional[Sequence[GetWorkflowTaskDefinitionImplementedTask]] = None,
                                     interface_task: Optional[GetWorkflowTaskDefinitionInterfaceTask] = None,
                                     internal_properties: Optional[GetWorkflowTaskDefinitionInternalProperties] = None,
                                     label: Optional[str] = None,
                                     license_entitlement: Optional[str] = None,
                                     mod_time: Optional[str] = None,
                                     moid: Optional[str] = None,
                                     name: Optional[str] = None,
                                     nr_version: Optional[float] = None,
                                     object_type: Optional[str] = None,
                                     owners: Optional[Sequence[str]] = None,
                                     parent: Optional[GetWorkflowTaskDefinitionParent] = None,
                                     permission_resources: Optional[Sequence[GetWorkflowTaskDefinitionPermissionResource]] = None,
                                     properties: Optional[GetWorkflowTaskDefinitionProperties] = None,
                                     rollback_tasks: Optional[Sequence[GetWorkflowTaskDefinitionRollbackTask]] = None,
                                     secure_prop_access: Optional[bool] = None,
                                     shared_scope: Optional[str] = None,
                                     tags: Optional[Sequence[GetWorkflowTaskDefinitionTag]] = None,
                                     task_metadata: Optional[GetWorkflowTaskDefinitionTaskMetadata] = None,
                                     version_context: Optional[GetWorkflowTaskDefinitionVersionContext] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetWorkflowTaskDefinitionResult
    def get_workflow_task_definition_output(account_moid: Optional[pulumi.Input[str]] = None,
                                     additional_properties: Optional[pulumi.Input[str]] = None,
                                     ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskDefinitionAncestorArgs]]]] = None,
                                     catalog: Optional[pulumi.Input[GetWorkflowTaskDefinitionCatalogArgs]] = None,
                                     class_id: Optional[pulumi.Input[str]] = None,
                                     cloned_from: Optional[pulumi.Input[GetWorkflowTaskDefinitionClonedFromArgs]] = None,
                                     create_time: Optional[pulumi.Input[str]] = None,
                                     default_version: Optional[pulumi.Input[bool]] = None,
                                     description: Optional[pulumi.Input[str]] = None,
                                     domain_group_moid: Optional[pulumi.Input[str]] = None,
                                     id: Optional[pulumi.Input[str]] = None,
                                     implemented_tasks: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskDefinitionImplementedTaskArgs]]]] = None,
                                     interface_task: Optional[pulumi.Input[GetWorkflowTaskDefinitionInterfaceTaskArgs]] = None,
                                     internal_properties: Optional[pulumi.Input[GetWorkflowTaskDefinitionInternalPropertiesArgs]] = None,
                                     label: Optional[pulumi.Input[str]] = None,
                                     license_entitlement: Optional[pulumi.Input[str]] = None,
                                     mod_time: Optional[pulumi.Input[str]] = None,
                                     moid: Optional[pulumi.Input[str]] = None,
                                     name: Optional[pulumi.Input[str]] = None,
                                     nr_version: Optional[pulumi.Input[float]] = None,
                                     object_type: Optional[pulumi.Input[str]] = None,
                                     owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                     parent: Optional[pulumi.Input[GetWorkflowTaskDefinitionParentArgs]] = None,
                                     permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskDefinitionPermissionResourceArgs]]]] = None,
                                     properties: Optional[pulumi.Input[GetWorkflowTaskDefinitionPropertiesArgs]] = None,
                                     rollback_tasks: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskDefinitionRollbackTaskArgs]]]] = None,
                                     secure_prop_access: Optional[pulumi.Input[bool]] = None,
                                     shared_scope: Optional[pulumi.Input[str]] = None,
                                     tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskDefinitionTagArgs]]]] = None,
                                     task_metadata: Optional[pulumi.Input[GetWorkflowTaskDefinitionTaskMetadataArgs]] = None,
                                     version_context: Optional[pulumi.Input[GetWorkflowTaskDefinitionVersionContextArgs]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowTaskDefinitionResult]
    func LookupWorkflowTaskDefinition(ctx *Context, args *LookupWorkflowTaskDefinitionArgs, opts ...InvokeOption) (*LookupWorkflowTaskDefinitionResult, error)
    func LookupWorkflowTaskDefinitionOutput(ctx *Context, args *LookupWorkflowTaskDefinitionOutputArgs, opts ...InvokeOption) LookupWorkflowTaskDefinitionResultOutput

    > Note: This function is named LookupWorkflowTaskDefinition in the Go SDK.

    public static class GetWorkflowTaskDefinition 
    {
        public static Task<GetWorkflowTaskDefinitionResult> InvokeAsync(GetWorkflowTaskDefinitionArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkflowTaskDefinitionResult> Invoke(GetWorkflowTaskDefinitionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkflowTaskDefinitionResult> getWorkflowTaskDefinition(GetWorkflowTaskDefinitionArgs args, InvokeOptions options)
    public static Output<GetWorkflowTaskDefinitionResult> getWorkflowTaskDefinition(GetWorkflowTaskDefinitionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getWorkflowTaskDefinition:getWorkflowTaskDefinition
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetWorkflowTaskDefinitionAncestor>
    Catalog GetWorkflowTaskDefinitionCatalog
    ClassId string
    ClonedFrom GetWorkflowTaskDefinitionClonedFrom
    CreateTime string
    The time when this managed object was created.
    DefaultVersion bool
    When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    ImplementedTasks List<GetWorkflowTaskDefinitionImplementedTask>
    InterfaceTask GetWorkflowTaskDefinitionInterfaceTask
    InternalProperties GetWorkflowTaskDefinitionInternalProperties
    Label string
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    LicenseEntitlement string
    License entitlement required to run this task. It is determined by license requirement of features.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    NrVersion double
    The version of the task definition so we can support multiple versions of a task definition.
    ObjectType string
    Owners List<string>
    Parent GetWorkflowTaskDefinitionParent
    PermissionResources List<GetWorkflowTaskDefinitionPermissionResource>
    Properties GetWorkflowTaskDefinitionProperties
    RollbackTasks List<GetWorkflowTaskDefinitionRollbackTask>
    SecurePropAccess bool
    If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetWorkflowTaskDefinitionTag>
    TaskMetadata GetWorkflowTaskDefinitionTaskMetadata
    VersionContext GetWorkflowTaskDefinitionVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetWorkflowTaskDefinitionAncestor
    Catalog GetWorkflowTaskDefinitionCatalog
    ClassId string
    ClonedFrom GetWorkflowTaskDefinitionClonedFrom
    CreateTime string
    The time when this managed object was created.
    DefaultVersion bool
    When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    ImplementedTasks []GetWorkflowTaskDefinitionImplementedTask
    InterfaceTask GetWorkflowTaskDefinitionInterfaceTask
    InternalProperties GetWorkflowTaskDefinitionInternalProperties
    Label string
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    LicenseEntitlement string
    License entitlement required to run this task. It is determined by license requirement of features.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    NrVersion float64
    The version of the task definition so we can support multiple versions of a task definition.
    ObjectType string
    Owners []string
    Parent GetWorkflowTaskDefinitionParent
    PermissionResources []GetWorkflowTaskDefinitionPermissionResource
    Properties GetWorkflowTaskDefinitionProperties
    RollbackTasks []GetWorkflowTaskDefinitionRollbackTask
    SecurePropAccess bool
    If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetWorkflowTaskDefinitionTag
    TaskMetadata GetWorkflowTaskDefinitionTaskMetadata
    VersionContext GetWorkflowTaskDefinitionVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetWorkflowTaskDefinitionAncestor>
    catalog GetWorkflowTaskDefinitionCatalog
    classId String
    clonedFrom GetWorkflowTaskDefinitionClonedFrom
    createTime String
    The time when this managed object was created.
    defaultVersion Boolean
    When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    implementedTasks List<GetWorkflowTaskDefinitionImplementedTask>
    interfaceTask GetWorkflowTaskDefinitionInterfaceTask
    internalProperties GetWorkflowTaskDefinitionInternalProperties
    label String
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    licenseEntitlement String
    License entitlement required to run this task. It is determined by license requirement of features.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nrVersion Double
    The version of the task definition so we can support multiple versions of a task definition.
    objectType String
    owners List<String>
    parent GetWorkflowTaskDefinitionParent
    permissionResources List<GetWorkflowTaskDefinitionPermissionResource>
    properties GetWorkflowTaskDefinitionProperties
    rollbackTasks List<GetWorkflowTaskDefinitionRollbackTask>
    securePropAccess Boolean
    If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetWorkflowTaskDefinitionTag>
    taskMetadata GetWorkflowTaskDefinitionTaskMetadata
    versionContext GetWorkflowTaskDefinitionVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetWorkflowTaskDefinitionAncestor[]
    catalog GetWorkflowTaskDefinitionCatalog
    classId string
    clonedFrom GetWorkflowTaskDefinitionClonedFrom
    createTime string
    The time when this managed object was created.
    defaultVersion boolean
    When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
    description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    implementedTasks GetWorkflowTaskDefinitionImplementedTask[]
    interfaceTask GetWorkflowTaskDefinitionInterfaceTask
    internalProperties GetWorkflowTaskDefinitionInternalProperties
    label string
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    licenseEntitlement string
    License entitlement required to run this task. It is determined by license requirement of features.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nrVersion number
    The version of the task definition so we can support multiple versions of a task definition.
    objectType string
    owners string[]
    parent GetWorkflowTaskDefinitionParent
    permissionResources GetWorkflowTaskDefinitionPermissionResource[]
    properties GetWorkflowTaskDefinitionProperties
    rollbackTasks GetWorkflowTaskDefinitionRollbackTask[]
    securePropAccess boolean
    If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetWorkflowTaskDefinitionTag[]
    taskMetadata GetWorkflowTaskDefinitionTaskMetadata
    versionContext GetWorkflowTaskDefinitionVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetWorkflowTaskDefinitionAncestor]
    catalog GetWorkflowTaskDefinitionCatalog
    class_id str
    cloned_from GetWorkflowTaskDefinitionClonedFrom
    create_time str
    The time when this managed object was created.
    default_version bool
    When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
    description str
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    implemented_tasks Sequence[GetWorkflowTaskDefinitionImplementedTask]
    interface_task GetWorkflowTaskDefinitionInterfaceTask
    internal_properties GetWorkflowTaskDefinitionInternalProperties
    label str
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    license_entitlement str
    License entitlement required to run this task. It is determined by license requirement of features.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nr_version float
    The version of the task definition so we can support multiple versions of a task definition.
    object_type str
    owners Sequence[str]
    parent GetWorkflowTaskDefinitionParent
    permission_resources Sequence[GetWorkflowTaskDefinitionPermissionResource]
    properties GetWorkflowTaskDefinitionProperties
    rollback_tasks Sequence[GetWorkflowTaskDefinitionRollbackTask]
    secure_prop_access bool
    If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetWorkflowTaskDefinitionTag]
    task_metadata GetWorkflowTaskDefinitionTaskMetadata
    version_context GetWorkflowTaskDefinitionVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    catalog Property Map
    classId String
    clonedFrom Property Map
    createTime String
    The time when this managed object was created.
    defaultVersion Boolean
    When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    implementedTasks List<Property Map>
    interfaceTask Property Map
    internalProperties Property Map
    label String
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    licenseEntitlement String
    License entitlement required to run this task. It is determined by license requirement of features.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nrVersion Number
    The version of the task definition so we can support multiple versions of a task definition.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    properties Property Map
    rollbackTasks List<Property Map>
    securePropAccess Boolean
    If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    taskMetadata Property Map
    versionContext Property Map

    getWorkflowTaskDefinition Result

    The following output properties are available:

    Id string
    Results List<GetWorkflowTaskDefinitionResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetWorkflowTaskDefinitionAncestor>
    Catalog GetWorkflowTaskDefinitionCatalog
    ClassId string
    ClonedFrom GetWorkflowTaskDefinitionClonedFrom
    CreateTime string
    DefaultVersion bool
    Description string
    DomainGroupMoid string
    ImplementedTasks List<GetWorkflowTaskDefinitionImplementedTask>
    InterfaceTask GetWorkflowTaskDefinitionInterfaceTask
    InternalProperties GetWorkflowTaskDefinitionInternalProperties
    Label string
    LicenseEntitlement string
    ModTime string
    Moid string
    Name string
    NrVersion double
    ObjectType string
    Owners List<string>
    Parent GetWorkflowTaskDefinitionParent
    PermissionResources List<GetWorkflowTaskDefinitionPermissionResource>
    Properties GetWorkflowTaskDefinitionProperties
    RollbackTasks List<GetWorkflowTaskDefinitionRollbackTask>
    SecurePropAccess bool
    SharedScope string
    Tags List<GetWorkflowTaskDefinitionTag>
    TaskMetadata GetWorkflowTaskDefinitionTaskMetadata
    VersionContext GetWorkflowTaskDefinitionVersionContext
    Id string
    Results []GetWorkflowTaskDefinitionResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetWorkflowTaskDefinitionAncestor
    Catalog GetWorkflowTaskDefinitionCatalog
    ClassId string
    ClonedFrom GetWorkflowTaskDefinitionClonedFrom
    CreateTime string
    DefaultVersion bool
    Description string
    DomainGroupMoid string
    ImplementedTasks []GetWorkflowTaskDefinitionImplementedTask
    InterfaceTask GetWorkflowTaskDefinitionInterfaceTask
    InternalProperties GetWorkflowTaskDefinitionInternalProperties
    Label string
    LicenseEntitlement string
    ModTime string
    Moid string
    Name string
    NrVersion float64
    ObjectType string
    Owners []string
    Parent GetWorkflowTaskDefinitionParent
    PermissionResources []GetWorkflowTaskDefinitionPermissionResource
    Properties GetWorkflowTaskDefinitionProperties
    RollbackTasks []GetWorkflowTaskDefinitionRollbackTask
    SecurePropAccess bool
    SharedScope string
    Tags []GetWorkflowTaskDefinitionTag
    TaskMetadata GetWorkflowTaskDefinitionTaskMetadata
    VersionContext GetWorkflowTaskDefinitionVersionContext
    id String
    results List<GetWorkflowTaskDefinitionResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetWorkflowTaskDefinitionAncestor>
    catalog GetWorkflowTaskDefinitionCatalog
    classId String
    clonedFrom GetWorkflowTaskDefinitionClonedFrom
    createTime String
    defaultVersion Boolean
    description String
    domainGroupMoid String
    implementedTasks List<GetWorkflowTaskDefinitionImplementedTask>
    interfaceTask GetWorkflowTaskDefinitionInterfaceTask
    internalProperties GetWorkflowTaskDefinitionInternalProperties
    label String
    licenseEntitlement String
    modTime String
    moid String
    name String
    nrVersion Double
    objectType String
    owners List<String>
    parent GetWorkflowTaskDefinitionParent
    permissionResources List<GetWorkflowTaskDefinitionPermissionResource>
    properties GetWorkflowTaskDefinitionProperties
    rollbackTasks List<GetWorkflowTaskDefinitionRollbackTask>
    securePropAccess Boolean
    sharedScope String
    tags List<GetWorkflowTaskDefinitionTag>
    taskMetadata GetWorkflowTaskDefinitionTaskMetadata
    versionContext GetWorkflowTaskDefinitionVersionContext
    id string
    results GetWorkflowTaskDefinitionResult[]
    accountMoid string
    additionalProperties string
    ancestors GetWorkflowTaskDefinitionAncestor[]
    catalog GetWorkflowTaskDefinitionCatalog
    classId string
    clonedFrom GetWorkflowTaskDefinitionClonedFrom
    createTime string
    defaultVersion boolean
    description string
    domainGroupMoid string
    implementedTasks GetWorkflowTaskDefinitionImplementedTask[]
    interfaceTask GetWorkflowTaskDefinitionInterfaceTask
    internalProperties GetWorkflowTaskDefinitionInternalProperties
    label string
    licenseEntitlement string
    modTime string
    moid string
    name string
    nrVersion number
    objectType string
    owners string[]
    parent GetWorkflowTaskDefinitionParent
    permissionResources GetWorkflowTaskDefinitionPermissionResource[]
    properties GetWorkflowTaskDefinitionProperties
    rollbackTasks GetWorkflowTaskDefinitionRollbackTask[]
    securePropAccess boolean
    sharedScope string
    tags GetWorkflowTaskDefinitionTag[]
    taskMetadata GetWorkflowTaskDefinitionTaskMetadata
    versionContext GetWorkflowTaskDefinitionVersionContext
    id str
    results Sequence[GetWorkflowTaskDefinitionResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetWorkflowTaskDefinitionAncestor]
    catalog GetWorkflowTaskDefinitionCatalog
    class_id str
    cloned_from GetWorkflowTaskDefinitionClonedFrom
    create_time str
    default_version bool
    description str
    domain_group_moid str
    implemented_tasks Sequence[GetWorkflowTaskDefinitionImplementedTask]
    interface_task GetWorkflowTaskDefinitionInterfaceTask
    internal_properties GetWorkflowTaskDefinitionInternalProperties
    label str
    license_entitlement str
    mod_time str
    moid str
    name str
    nr_version float
    object_type str
    owners Sequence[str]
    parent GetWorkflowTaskDefinitionParent
    permission_resources Sequence[GetWorkflowTaskDefinitionPermissionResource]
    properties GetWorkflowTaskDefinitionProperties
    rollback_tasks Sequence[GetWorkflowTaskDefinitionRollbackTask]
    secure_prop_access bool
    shared_scope str
    tags Sequence[GetWorkflowTaskDefinitionTag]
    task_metadata GetWorkflowTaskDefinitionTaskMetadata
    version_context GetWorkflowTaskDefinitionVersionContext

    Supporting Types

    GetWorkflowTaskDefinitionAncestor

    AdditionalProperties string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskDefinitionCatalog

    AdditionalProperties string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskDefinitionClonedFrom

    AdditionalProperties string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskDefinitionImplementedTask

    AdditionalProperties string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskDefinitionInterfaceTask

    AdditionalProperties string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskDefinitionInternalProperties

    AdditionalProperties string
    BaseTaskType string
    This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
    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.
    Constraints GetWorkflowTaskDefinitionInternalPropertiesConstraints
    This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.
    Internal bool
    Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owner string
    The service that owns and is responsible for execution of the task.
    AdditionalProperties string
    BaseTaskType string
    This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
    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.
    Constraints GetWorkflowTaskDefinitionInternalPropertiesConstraints
    This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.
    Internal bool
    Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owner string
    The service that owns and is responsible for execution of the task.
    additionalProperties String
    baseTaskType String
    This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
    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.
    constraints GetWorkflowTaskDefinitionInternalPropertiesConstraints
    This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.
    internal Boolean
    Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owner String
    The service that owns and is responsible for execution of the task.
    additionalProperties string
    baseTaskType string
    This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
    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.
    constraints GetWorkflowTaskDefinitionInternalPropertiesConstraints
    This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.
    internal boolean
    Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owner string
    The service that owns and is responsible for execution of the task.
    additional_properties str
    base_task_type str
    This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
    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.
    constraints GetWorkflowTaskDefinitionInternalPropertiesConstraints
    This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.
    internal bool
    Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owner str
    The service that owns and is responsible for execution of the task.
    additionalProperties String
    baseTaskType String
    This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
    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.
    constraints Property Map
    This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.
    internal Boolean
    Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owner String
    The service that owns and is responsible for execution of the task.

    GetWorkflowTaskDefinitionInternalPropertiesConstraints

    AdditionalProperties string
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    TargetDataType string
    List of property constraints that helps to narrow down task implementations based on target device input.
    AdditionalProperties string
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    TargetDataType string
    List of property constraints that helps to narrow down task implementations based on target device input.
    additionalProperties String
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    targetDataType String
    List of property constraints that helps to narrow down task implementations based on target device input.
    additionalProperties string
    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.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    targetDataType string
    List of property constraints that helps to narrow down task implementations based on target device input.
    additional_properties str
    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.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    target_data_type str
    List of property constraints that helps to narrow down task implementations based on target device input.
    additionalProperties String
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    targetDataType String
    List of property constraints that helps to narrow down task implementations based on target device input.

    GetWorkflowTaskDefinitionParent

    AdditionalProperties string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskDefinitionPermissionResource

    AdditionalProperties string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskDefinitionProperties

    AdditionalProperties string
    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.
    Cloneable bool
    When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.
    ExternalMeta bool
    When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.
    InputDefinitions List<GetWorkflowTaskDefinitionPropertiesInputDefinition>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OutputDefinitions List<GetWorkflowTaskDefinitionPropertiesOutputDefinition>
    RetryCount double
    The number of times a task should be tried before marking as failed.
    RetryDelay double
    The delay in seconds after which the the task is re-tried.
    RetryPolicy string
    The retry policy for the task.

    • Fixed - The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.
    StartsWorkflow bool
    Set to true if the task implementation starts another workfow as part of the execution.
    SupportStatus string
    Supported status of the definition.

    • Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
    • Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.
    • Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    Timeout double
    The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.
    TimeoutPolicy string
    The timeout policy for the task.

    • Timeout - The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.
    • Retry - The enum specifies the option as Retry where task will be re-tried.
    AdditionalProperties string
    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.
    Cloneable bool
    When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.
    ExternalMeta bool
    When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.
    InputDefinitions []GetWorkflowTaskDefinitionPropertiesInputDefinition
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OutputDefinitions []GetWorkflowTaskDefinitionPropertiesOutputDefinition
    RetryCount float64
    The number of times a task should be tried before marking as failed.
    RetryDelay float64
    The delay in seconds after which the the task is re-tried.
    RetryPolicy string
    The retry policy for the task.

    • Fixed - The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.
    StartsWorkflow bool
    Set to true if the task implementation starts another workfow as part of the execution.
    SupportStatus string
    Supported status of the definition.

    • Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
    • Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.
    • Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    Timeout float64
    The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.
    TimeoutPolicy string
    The timeout policy for the task.

    • Timeout - The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.
    • Retry - The enum specifies the option as Retry where task will be re-tried.
    additionalProperties String
    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.
    cloneable Boolean
    When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.
    externalMeta Boolean
    When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.
    inputDefinitions List<GetWorkflowTaskDefinitionPropertiesInputDefinition>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    outputDefinitions List<GetWorkflowTaskDefinitionPropertiesOutputDefinition>
    retryCount Double
    The number of times a task should be tried before marking as failed.
    retryDelay Double
    The delay in seconds after which the the task is re-tried.
    retryPolicy String
    The retry policy for the task.

    • Fixed - The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.
    startsWorkflow Boolean
    Set to true if the task implementation starts another workfow as part of the execution.
    supportStatus String
    Supported status of the definition.

    • Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
    • Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.
    • Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    timeout Double
    The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.
    timeoutPolicy String
    The timeout policy for the task.

    • Timeout - The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.
    • Retry - The enum specifies the option as Retry where task will be re-tried.
    additionalProperties string
    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.
    cloneable boolean
    When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.
    externalMeta boolean
    When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.
    inputDefinitions GetWorkflowTaskDefinitionPropertiesInputDefinition[]
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    outputDefinitions GetWorkflowTaskDefinitionPropertiesOutputDefinition[]
    retryCount number
    The number of times a task should be tried before marking as failed.
    retryDelay number
    The delay in seconds after which the the task is re-tried.
    retryPolicy string
    The retry policy for the task.

    • Fixed - The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.
    startsWorkflow boolean
    Set to true if the task implementation starts another workfow as part of the execution.
    supportStatus string
    Supported status of the definition.

    • Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
    • Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.
    • Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    timeout number
    The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.
    timeoutPolicy string
    The timeout policy for the task.

    • Timeout - The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.
    • Retry - The enum specifies the option as Retry where task will be re-tried.
    additional_properties str
    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.
    cloneable bool
    When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.
    external_meta bool
    When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.
    input_definitions Sequence[GetWorkflowTaskDefinitionPropertiesInputDefinition]
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    output_definitions Sequence[GetWorkflowTaskDefinitionPropertiesOutputDefinition]
    retry_count float
    The number of times a task should be tried before marking as failed.
    retry_delay float
    The delay in seconds after which the the task is re-tried.
    retry_policy str
    The retry policy for the task.

    • Fixed - The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.
    starts_workflow bool
    Set to true if the task implementation starts another workfow as part of the execution.
    support_status str
    Supported status of the definition.

    • Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
    • Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.
    • Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    timeout float
    The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.
    timeout_policy str
    The timeout policy for the task.

    • Timeout - The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.
    • Retry - The enum specifies the option as Retry where task will be re-tried.
    additionalProperties String
    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.
    cloneable Boolean
    When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.
    externalMeta Boolean
    When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.
    inputDefinitions List<Property Map>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    outputDefinitions List<Property Map>
    retryCount Number
    The number of times a task should be tried before marking as failed.
    retryDelay Number
    The delay in seconds after which the the task is re-tried.
    retryPolicy String
    The retry policy for the task.

    • Fixed - The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.
    startsWorkflow Boolean
    Set to true if the task implementation starts another workfow as part of the execution.
    supportStatus String
    Supported status of the definition.

    • Supported - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
    • Beta - The definition is a Beta version and this version can under go changes until the version is marked supported.
    • Deprecated - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
    timeout Number
    The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.
    timeoutPolicy String
    The timeout policy for the task.

    • Timeout - The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.
    • Retry - The enum specifies the option as Retry where task will be re-tried.

    GetWorkflowTaskDefinitionPropertiesInputDefinition

    AdditionalProperties string
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Default GetWorkflowTaskDefinitionPropertiesInputDefinitionDefault
    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.
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    DisplayMeta GetWorkflowTaskDefinitionPropertiesInputDefinitionDisplayMeta
    Captures the meta data needed for displaying workflow data types in Intersight User Interface.
    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
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    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
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Default GetWorkflowTaskDefinitionPropertiesInputDefinitionDefault
    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.
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    DisplayMeta GetWorkflowTaskDefinitionPropertiesInputDefinitionDisplayMeta
    Captures the meta data needed for displaying workflow data types in Intersight User Interface.
    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
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    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
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    default_ GetWorkflowTaskDefinitionPropertiesInputDefinitionDefault
    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.
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    displayMeta GetWorkflowTaskDefinitionPropertiesInputDefinitionDisplayMeta
    Captures the meta data needed for displaying workflow data types in Intersight User Interface.
    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
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    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
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    default GetWorkflowTaskDefinitionPropertiesInputDefinitionDefault
    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.
    description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    displayMeta GetWorkflowTaskDefinitionPropertiesInputDefinitionDisplayMeta
    Captures the meta data needed for displaying workflow data types in Intersight User Interface.
    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
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    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
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    default GetWorkflowTaskDefinitionPropertiesInputDefinitionDefault
    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.
    description str
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    display_meta GetWorkflowTaskDefinitionPropertiesInputDefinitionDisplayMeta
    Captures the meta data needed for displaying workflow data types in Intersight User Interface.
    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
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name str
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    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
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    default 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.
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    displayMeta Property Map
    Captures the meta data needed for displaying workflow data types in Intersight User Interface.
    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
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    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.

    GetWorkflowTaskDefinitionPropertiesInputDefinitionDefault

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

    GetWorkflowTaskDefinitionPropertiesInputDefinitionDisplayMeta

    AdditionalProperties string
    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.
    InventorySelector bool
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WidgetType string
    Specify the widget type for data display.

    • None - Display none of the widget types.
    • Radio - Display the widget as a radio button.
    • Dropdown - Display the widget as a dropdown.
    • GridSelector - Display the widget as a selector.
    • DrawerSelector - Display the widget as a selector.
    AdditionalProperties string
    ClassId string
    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.
    InventorySelector bool
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WidgetType string
    Specify the widget type for data display.

    • None - Display none of the widget types.
    • Radio - Display the widget as a radio button.
    • Dropdown - Display the widget as a dropdown.
    • GridSelector - Display the widget as a selector.
    • DrawerSelector - Display the widget as a selector.
    additionalProperties String
    classId String
    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.
    inventorySelector Boolean
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    widgetType String
    Specify the widget type for data display.

    • None - Display none of the widget types.
    • Radio - Display the widget as a radio button.
    • Dropdown - Display the widget as a dropdown.
    • GridSelector - Display the widget as a selector.
    • DrawerSelector - Display the widget as a selector.
    additionalProperties string
    classId string
    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.
    inventorySelector boolean
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    widgetType string
    Specify the widget type for data display.

    • None - Display none of the widget types.
    • Radio - Display the widget as a radio button.
    • Dropdown - Display the widget as a dropdown.
    • GridSelector - Display the widget as a selector.
    • DrawerSelector - Display the widget as a selector.
    additional_properties str
    class_id str
    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.
    inventory_selector bool
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    widget_type str
    Specify the widget type for data display.

    • None - Display none of the widget types.
    • Radio - Display the widget as a radio button.
    • Dropdown - Display the widget as a dropdown.
    • GridSelector - Display the widget as a selector.
    • DrawerSelector - Display the widget as a selector.
    additionalProperties String
    classId String
    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.
    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.

    GetWorkflowTaskDefinitionPropertiesOutputDefinition

    AdditionalProperties string
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Default GetWorkflowTaskDefinitionPropertiesOutputDefinitionDefault
    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.
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    DisplayMeta GetWorkflowTaskDefinitionPropertiesOutputDefinitionDisplayMeta
    Captures the meta data needed for displaying workflow data types in Intersight User Interface.
    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
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    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
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Default GetWorkflowTaskDefinitionPropertiesOutputDefinitionDefault
    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.
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    DisplayMeta GetWorkflowTaskDefinitionPropertiesOutputDefinitionDisplayMeta
    Captures the meta data needed for displaying workflow data types in Intersight User Interface.
    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
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    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
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    default_ GetWorkflowTaskDefinitionPropertiesOutputDefinitionDefault
    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.
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    displayMeta GetWorkflowTaskDefinitionPropertiesOutputDefinitionDisplayMeta
    Captures the meta data needed for displaying workflow data types in Intersight User Interface.
    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
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    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
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    default GetWorkflowTaskDefinitionPropertiesOutputDefinitionDefault
    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.
    description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    displayMeta GetWorkflowTaskDefinitionPropertiesOutputDefinitionDisplayMeta
    Captures the meta data needed for displaying workflow data types in Intersight User Interface.
    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
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    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
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    default GetWorkflowTaskDefinitionPropertiesOutputDefinitionDefault
    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.
    description str
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    display_meta GetWorkflowTaskDefinitionPropertiesOutputDefinitionDisplayMeta
    Captures the meta data needed for displaying workflow data types in Intersight User Interface.
    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
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name str
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    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
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    default 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.
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    displayMeta Property Map
    Captures the meta data needed for displaying workflow data types in Intersight User Interface.
    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
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    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.

    GetWorkflowTaskDefinitionPropertiesOutputDefinitionDefault

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

    GetWorkflowTaskDefinitionPropertiesOutputDefinitionDisplayMeta

    AdditionalProperties string
    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.
    InventorySelector bool
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WidgetType string
    Specify the widget type for data display.

    • None - Display none of the widget types.
    • Radio - Display the widget as a radio button.
    • Dropdown - Display the widget as a dropdown.
    • GridSelector - Display the widget as a selector.
    • DrawerSelector - Display the widget as a selector.
    AdditionalProperties string
    ClassId string
    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.
    InventorySelector bool
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WidgetType string
    Specify the widget type for data display.

    • None - Display none of the widget types.
    • Radio - Display the widget as a radio button.
    • Dropdown - Display the widget as a dropdown.
    • GridSelector - Display the widget as a selector.
    • DrawerSelector - Display the widget as a selector.
    additionalProperties String
    classId String
    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.
    inventorySelector Boolean
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    widgetType String
    Specify the widget type for data display.

    • None - Display none of the widget types.
    • Radio - Display the widget as a radio button.
    • Dropdown - Display the widget as a dropdown.
    • GridSelector - Display the widget as a selector.
    • DrawerSelector - Display the widget as a selector.
    additionalProperties string
    classId string
    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.
    inventorySelector boolean
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    widgetType string
    Specify the widget type for data display.

    • None - Display none of the widget types.
    • Radio - Display the widget as a radio button.
    • Dropdown - Display the widget as a dropdown.
    • GridSelector - Display the widget as a selector.
    • DrawerSelector - Display the widget as a selector.
    additional_properties str
    class_id str
    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.
    inventory_selector bool
    Inventory selector specified for primitive data property should be used in Intersight User Interface.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    widget_type str
    Specify the widget type for data display.

    • None - Display none of the widget types.
    • Radio - Display the widget as a radio button.
    • Dropdown - Display the widget as a dropdown.
    • GridSelector - Display the widget as a selector.
    • DrawerSelector - Display the widget as a selector.
    additionalProperties String
    classId String
    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.
    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.

    GetWorkflowTaskDefinitionResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetWorkflowTaskDefinitionResultAncestor>
    Catalogs List<GetWorkflowTaskDefinitionResultCatalog>
    ClassId string
    ClonedFroms List<GetWorkflowTaskDefinitionResultClonedFrom>
    CreateTime string
    The time when this managed object was created.
    DefaultVersion bool
    When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ImplementedTasks List<GetWorkflowTaskDefinitionResultImplementedTask>
    InterfaceTasks List<GetWorkflowTaskDefinitionResultInterfaceTask>
    InternalProperties List<GetWorkflowTaskDefinitionResultInternalProperty>
    Label string
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    LicenseEntitlement string
    License entitlement required to run this task. It is determined by license requirement of features.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    NrVersion double
    The version of the task definition so we can support multiple versions of a task definition.
    ObjectType string
    Owners List<string>
    Parents List<GetWorkflowTaskDefinitionResultParent>
    PermissionResources List<GetWorkflowTaskDefinitionResultPermissionResource>
    Properties List<GetWorkflowTaskDefinitionResultProperty>
    RollbackTasks List<GetWorkflowTaskDefinitionResultRollbackTask>
    SecurePropAccess bool
    If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetWorkflowTaskDefinitionResultTag>
    TaskMetadatas List<GetWorkflowTaskDefinitionResultTaskMetadata>
    VersionContexts List<GetWorkflowTaskDefinitionResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetWorkflowTaskDefinitionResultAncestor
    Catalogs []GetWorkflowTaskDefinitionResultCatalog
    ClassId string
    ClonedFroms []GetWorkflowTaskDefinitionResultClonedFrom
    CreateTime string
    The time when this managed object was created.
    DefaultVersion bool
    When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ImplementedTasks []GetWorkflowTaskDefinitionResultImplementedTask
    InterfaceTasks []GetWorkflowTaskDefinitionResultInterfaceTask
    InternalProperties []GetWorkflowTaskDefinitionResultInternalProperty
    Label string
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    LicenseEntitlement string
    License entitlement required to run this task. It is determined by license requirement of features.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    NrVersion float64
    The version of the task definition so we can support multiple versions of a task definition.
    ObjectType string
    Owners []string
    Parents []GetWorkflowTaskDefinitionResultParent
    PermissionResources []GetWorkflowTaskDefinitionResultPermissionResource
    Properties []GetWorkflowTaskDefinitionResultProperty
    RollbackTasks []GetWorkflowTaskDefinitionResultRollbackTask
    SecurePropAccess bool
    If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetWorkflowTaskDefinitionResultTag
    TaskMetadatas []GetWorkflowTaskDefinitionResultTaskMetadata
    VersionContexts []GetWorkflowTaskDefinitionResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetWorkflowTaskDefinitionResultAncestor>
    catalogs List<GetWorkflowTaskDefinitionResultCatalog>
    classId String
    clonedFroms List<GetWorkflowTaskDefinitionResultClonedFrom>
    createTime String
    The time when this managed object was created.
    defaultVersion Boolean
    When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    implementedTasks List<GetWorkflowTaskDefinitionResultImplementedTask>
    interfaceTasks List<GetWorkflowTaskDefinitionResultInterfaceTask>
    internalProperties List<GetWorkflowTaskDefinitionResultInternalProperty>
    label String
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    licenseEntitlement String
    License entitlement required to run this task. It is determined by license requirement of features.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nrVersion Double
    The version of the task definition so we can support multiple versions of a task definition.
    objectType String
    owners List<String>
    parents List<GetWorkflowTaskDefinitionResultParent>
    permissionResources List<GetWorkflowTaskDefinitionResultPermissionResource>
    properties List<GetWorkflowTaskDefinitionResultProperty>
    rollbackTasks List<GetWorkflowTaskDefinitionResultRollbackTask>
    securePropAccess Boolean
    If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetWorkflowTaskDefinitionResultTag>
    taskMetadatas List<GetWorkflowTaskDefinitionResultTaskMetadata>
    versionContexts List<GetWorkflowTaskDefinitionResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetWorkflowTaskDefinitionResultAncestor[]
    catalogs GetWorkflowTaskDefinitionResultCatalog[]
    classId string
    clonedFroms GetWorkflowTaskDefinitionResultClonedFrom[]
    createTime string
    The time when this managed object was created.
    defaultVersion boolean
    When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
    description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    implementedTasks GetWorkflowTaskDefinitionResultImplementedTask[]
    interfaceTasks GetWorkflowTaskDefinitionResultInterfaceTask[]
    internalProperties GetWorkflowTaskDefinitionResultInternalProperty[]
    label string
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    licenseEntitlement string
    License entitlement required to run this task. It is determined by license requirement of features.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nrVersion number
    The version of the task definition so we can support multiple versions of a task definition.
    objectType string
    owners string[]
    parents GetWorkflowTaskDefinitionResultParent[]
    permissionResources GetWorkflowTaskDefinitionResultPermissionResource[]
    properties GetWorkflowTaskDefinitionResultProperty[]
    rollbackTasks GetWorkflowTaskDefinitionResultRollbackTask[]
    securePropAccess boolean
    If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetWorkflowTaskDefinitionResultTag[]
    taskMetadatas GetWorkflowTaskDefinitionResultTaskMetadata[]
    versionContexts GetWorkflowTaskDefinitionResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetWorkflowTaskDefinitionResultAncestor]
    catalogs Sequence[GetWorkflowTaskDefinitionResultCatalog]
    class_id str
    cloned_froms Sequence[GetWorkflowTaskDefinitionResultClonedFrom]
    create_time str
    The time when this managed object was created.
    default_version bool
    When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
    description str
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    implemented_tasks Sequence[GetWorkflowTaskDefinitionResultImplementedTask]
    interface_tasks Sequence[GetWorkflowTaskDefinitionResultInterfaceTask]
    internal_properties Sequence[GetWorkflowTaskDefinitionResultInternalProperty]
    label str
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    license_entitlement str
    License entitlement required to run this task. It is determined by license requirement of features.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nr_version float
    The version of the task definition so we can support multiple versions of a task definition.
    object_type str
    owners Sequence[str]
    parents Sequence[GetWorkflowTaskDefinitionResultParent]
    permission_resources Sequence[GetWorkflowTaskDefinitionResultPermissionResource]
    properties Sequence[GetWorkflowTaskDefinitionResultProperty]
    rollback_tasks Sequence[GetWorkflowTaskDefinitionResultRollbackTask]
    secure_prop_access bool
    If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetWorkflowTaskDefinitionResultTag]
    task_metadatas Sequence[GetWorkflowTaskDefinitionResultTaskMetadata]
    version_contexts Sequence[GetWorkflowTaskDefinitionResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    catalogs List<Property Map>
    classId String
    clonedFroms List<Property Map>
    createTime String
    The time when this managed object was created.
    defaultVersion Boolean
    When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    implementedTasks List<Property Map>
    interfaceTasks List<Property Map>
    internalProperties List<Property Map>
    label String
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    licenseEntitlement String
    License entitlement required to run this task. It is determined by license requirement of features.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nrVersion Number
    The version of the task definition so we can support multiple versions of a task definition.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    properties List<Property Map>
    rollbackTasks List<Property Map>
    securePropAccess Boolean
    If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    taskMetadatas List<Property Map>
    versionContexts List<Property Map>

    GetWorkflowTaskDefinitionResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowTaskDefinitionResultCatalog

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowTaskDefinitionResultClonedFrom

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowTaskDefinitionResultImplementedTask

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowTaskDefinitionResultInterfaceTask

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowTaskDefinitionResultInternalProperty

    GetWorkflowTaskDefinitionResultInternalPropertyConstraint

    GetWorkflowTaskDefinitionResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowTaskDefinitionResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowTaskDefinitionResultProperty

    GetWorkflowTaskDefinitionResultPropertyInputDefinition

    AdditionalProperties string
    ClassId string
    Defaults List<GetWorkflowTaskDefinitionResultPropertyInputDefinitionDefault>
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    DisplayMetas List<GetWorkflowTaskDefinitionResultPropertyInputDefinitionDisplayMeta>
    InputParameters string
    Label string
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    ObjectType string
    Required bool
    AdditionalProperties string
    ClassId string
    Defaults []GetWorkflowTaskDefinitionResultPropertyInputDefinitionDefault
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    DisplayMetas []GetWorkflowTaskDefinitionResultPropertyInputDefinitionDisplayMeta
    InputParameters string
    Label string
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    ObjectType string
    Required bool
    additionalProperties String
    classId String
    defaults List<GetWorkflowTaskDefinitionResultPropertyInputDefinitionDefault>
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    displayMetas List<GetWorkflowTaskDefinitionResultPropertyInputDefinitionDisplayMeta>
    inputParameters String
    label String
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    objectType String
    required Boolean
    additionalProperties string
    classId string
    defaults GetWorkflowTaskDefinitionResultPropertyInputDefinitionDefault[]
    description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    displayMetas GetWorkflowTaskDefinitionResultPropertyInputDefinitionDisplayMeta[]
    inputParameters string
    label string
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    objectType string
    required boolean
    additional_properties str
    class_id str
    defaults Sequence[GetWorkflowTaskDefinitionResultPropertyInputDefinitionDefault]
    description str
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    display_metas Sequence[GetWorkflowTaskDefinitionResultPropertyInputDefinitionDisplayMeta]
    input_parameters str
    label str
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name str
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    object_type str
    required bool
    additionalProperties String
    classId String
    defaults List<Property Map>
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    displayMetas List<Property Map>
    inputParameters String
    label String
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    objectType String
    required Boolean

    GetWorkflowTaskDefinitionResultPropertyInputDefinitionDefault

    additionalProperties String
    classId String
    isValueSet Boolean
    objectType String
    override Boolean
    value String
    additionalProperties string
    classId string
    isValueSet boolean
    objectType string
    override boolean
    value string
    additionalProperties String
    classId String
    isValueSet Boolean
    objectType String
    override Boolean
    value String

    GetWorkflowTaskDefinitionResultPropertyInputDefinitionDisplayMeta

    GetWorkflowTaskDefinitionResultPropertyOutputDefinition

    AdditionalProperties string
    ClassId string
    Defaults List<GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDefault>
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    DisplayMetas List<GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDisplayMeta>
    InputParameters string
    Label string
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    ObjectType string
    Required bool
    AdditionalProperties string
    ClassId string
    Defaults []GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDefault
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    DisplayMetas []GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDisplayMeta
    InputParameters string
    Label string
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    ObjectType string
    Required bool
    additionalProperties String
    classId String
    defaults List<GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDefault>
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    displayMetas List<GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDisplayMeta>
    inputParameters String
    label String
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    objectType String
    required Boolean
    additionalProperties string
    classId string
    defaults GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDefault[]
    description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    displayMetas GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDisplayMeta[]
    inputParameters string
    label string
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    objectType string
    required boolean
    additional_properties str
    class_id str
    defaults Sequence[GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDefault]
    description str
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    display_metas Sequence[GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDisplayMeta]
    input_parameters str
    label str
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name str
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    object_type str
    required bool
    additionalProperties String
    classId String
    defaults List<Property Map>
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    displayMetas List<Property Map>
    inputParameters String
    label String
    A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    objectType String
    required Boolean

    GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDefault

    additionalProperties String
    classId String
    isValueSet Boolean
    objectType String
    override Boolean
    value String
    additionalProperties string
    classId string
    isValueSet boolean
    objectType string
    override boolean
    value string
    additionalProperties String
    classId String
    isValueSet Boolean
    objectType String
    override Boolean
    value String

    GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDisplayMeta

    GetWorkflowTaskDefinitionResultRollbackTask

    AdditionalProperties string
    CatalogMoid string
    ClassId string
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    InputParameters string
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    NrVersion double
    The version of the task definition so we can support multiple versions of a task definition.
    ObjectType string
    SkipCondition string
    TaskMoid string
    AdditionalProperties string
    CatalogMoid string
    ClassId string
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    InputParameters string
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    NrVersion float64
    The version of the task definition so we can support multiple versions of a task definition.
    ObjectType string
    SkipCondition string
    TaskMoid string
    additionalProperties String
    catalogMoid String
    classId String
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    inputParameters String
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nrVersion Double
    The version of the task definition so we can support multiple versions of a task definition.
    objectType String
    skipCondition String
    taskMoid String
    additionalProperties string
    catalogMoid string
    classId string
    description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    inputParameters string
    name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nrVersion number
    The version of the task definition so we can support multiple versions of a task definition.
    objectType string
    skipCondition string
    taskMoid string
    additional_properties str
    catalog_moid str
    class_id str
    description str
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    input_parameters str
    name str
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nr_version float
    The version of the task definition so we can support multiple versions of a task definition.
    object_type str
    skip_condition str
    task_moid str
    additionalProperties String
    catalogMoid String
    classId String
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    inputParameters String
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nrVersion Number
    The version of the task definition so we can support multiple versions of a task definition.
    objectType String
    skipCondition String
    taskMoid String

    GetWorkflowTaskDefinitionResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetWorkflowTaskDefinitionResultTaskMetadata

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowTaskDefinitionResultVersionContext

    additionalProperties string
    classId string
    interestedMos GetWorkflowTaskDefinitionResultVersionContextInterestedMo[]
    markedForDeletion boolean
    nrVersion string
    The version of the task definition so we can support multiple versions of a task definition.
    objectType string
    refMos GetWorkflowTaskDefinitionResultVersionContextRefMo[]
    timestamp string
    versionType string
    additionalProperties String
    classId String
    interestedMos List<Property Map>
    markedForDeletion Boolean
    nrVersion String
    The version of the task definition so we can support multiple versions of a task definition.
    objectType String
    refMos List<Property Map>
    timestamp String
    versionType String

    GetWorkflowTaskDefinitionResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowTaskDefinitionResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowTaskDefinitionRollbackTask

    AdditionalProperties string
    CatalogMoid string
    The catalog under which the task definition has been added.
    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.
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    InputParameters string
    Input parameters mapping for rollback task from the input or output of the main task definition.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    NrVersion double
    The version of the task definition so we can support multiple versions of a task definition.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SkipCondition string
    The rollback task will not be executed if the given condition evaluates to "true".
    TaskMoid string
    The resolved referenced rollback task definition managed object.
    AdditionalProperties string
    CatalogMoid string
    The catalog under which the task definition has been added.
    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.
    Description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    InputParameters string
    Input parameters mapping for rollback task from the input or output of the main task definition.
    Name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    NrVersion float64
    The version of the task definition so we can support multiple versions of a task definition.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SkipCondition string
    The rollback task will not be executed if the given condition evaluates to "true".
    TaskMoid string
    The resolved referenced rollback task definition managed object.
    additionalProperties String
    catalogMoid String
    The catalog under which the task definition has been added.
    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.
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    inputParameters String
    Input parameters mapping for rollback task from the input or output of the main task definition.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nrVersion Double
    The version of the task definition so we can support multiple versions of a task definition.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    skipCondition String
    The rollback task will not be executed if the given condition evaluates to "true".
    taskMoid String
    The resolved referenced rollback task definition managed object.
    additionalProperties string
    catalogMoid string
    The catalog under which the task definition has been added.
    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.
    description string
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    inputParameters string
    Input parameters mapping for rollback task from the input or output of the main task definition.
    name string
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nrVersion number
    The version of the task definition so we can support multiple versions of a task definition.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    skipCondition string
    The rollback task will not be executed if the given condition evaluates to "true".
    taskMoid string
    The resolved referenced rollback task definition managed object.
    additional_properties str
    catalog_moid str
    The catalog under which the task definition has been added.
    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.
    description str
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    input_parameters str
    Input parameters mapping for rollback task from the input or output of the main task definition.
    name str
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nr_version float
    The version of the task definition so we can support multiple versions of a task definition.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    skip_condition str
    The rollback task will not be executed if the given condition evaluates to "true".
    task_moid str
    The resolved referenced rollback task definition managed object.
    additionalProperties String
    catalogMoid String
    The catalog under which the task definition has been added.
    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.
    description String
    A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
    inputParameters String
    Input parameters mapping for rollback task from the input or output of the main task definition.
    name String
    The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
    nrVersion Number
    The version of the task definition so we can support multiple versions of a task definition.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    skipCondition String
    The rollback task will not be executed if the given condition evaluates to "true".
    taskMoid String
    The resolved referenced rollback task definition managed object.

    GetWorkflowTaskDefinitionTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetWorkflowTaskDefinitionTaskMetadata

    AdditionalProperties string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskDefinitionVersionContext

    AdditionalProperties string
    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.
    InterestedMos List<GetWorkflowTaskDefinitionVersionContextInterestedMo>
    MarkedForDeletion bool
    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
    The version of the task definition so we can support multiple versions of a task definition.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetWorkflowTaskDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    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 intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    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.
    InterestedMos []GetWorkflowTaskDefinitionVersionContextInterestedMo
    MarkedForDeletion bool
    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
    The version of the task definition so we can support multiple versions of a task definition.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetWorkflowTaskDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    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 intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    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.
    interestedMos List<GetWorkflowTaskDefinitionVersionContextInterestedMo>
    markedForDeletion Boolean
    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
    The version of the task definition so we can support multiple versions of a task definition.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetWorkflowTaskDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    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 intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    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.
    interestedMos GetWorkflowTaskDefinitionVersionContextInterestedMo[]
    markedForDeletion boolean
    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
    The version of the task definition so we can support multiple versions of a task definition.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetWorkflowTaskDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    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 intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    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.
    interested_mos Sequence[GetWorkflowTaskDefinitionVersionContextInterestedMo]
    marked_for_deletion bool
    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
    The version of the task definition so we can support multiple versions of a task definition.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetWorkflowTaskDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    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 intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    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.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    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
    The version of the task definition so we can support multiple versions of a task definition.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    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 intended to 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.

    GetWorkflowTaskDefinitionVersionContextInterestedMo

    AdditionalProperties string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskDefinitionVersionContextRefMo

    AdditionalProperties string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet