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

intersight.getWorkflowCustomDataTypeDefinition

Explore with Pulumi AI

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

    Captures a customized data type definition that can be used for task or workflow input/output. This can be reused across multiple tasks and workflow definitions.

    Using getWorkflowCustomDataTypeDefinition

    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 getWorkflowCustomDataTypeDefinition(args: GetWorkflowCustomDataTypeDefinitionArgs, opts?: InvokeOptions): Promise<GetWorkflowCustomDataTypeDefinitionResult>
    function getWorkflowCustomDataTypeDefinitionOutput(args: GetWorkflowCustomDataTypeDefinitionOutputArgs, opts?: InvokeOptions): Output<GetWorkflowCustomDataTypeDefinitionResult>
    def get_workflow_custom_data_type_definition(account_moid: Optional[str] = None,
                                                 additional_properties: Optional[str] = None,
                                                 ancestors: Optional[Sequence[GetWorkflowCustomDataTypeDefinitionAncestor]] = None,
                                                 catalog: Optional[GetWorkflowCustomDataTypeDefinitionCatalog] = None,
                                                 class_id: Optional[str] = None,
                                                 cloned_from: Optional[GetWorkflowCustomDataTypeDefinitionClonedFrom] = None,
                                                 composite_type: Optional[bool] = None,
                                                 create_time: Optional[str] = None,
                                                 description: Optional[str] = None,
                                                 domain_group_moid: Optional[str] = None,
                                                 id: Optional[str] = None,
                                                 label: Optional[str] = None,
                                                 mod_time: Optional[str] = None,
                                                 moid: Optional[str] = None,
                                                 name: Optional[str] = None,
                                                 object_type: Optional[str] = None,
                                                 owners: Optional[Sequence[str]] = None,
                                                 parameter_sets: Optional[Sequence[GetWorkflowCustomDataTypeDefinitionParameterSet]] = None,
                                                 parent: Optional[GetWorkflowCustomDataTypeDefinitionParent] = None,
                                                 permission_resources: Optional[Sequence[GetWorkflowCustomDataTypeDefinitionPermissionResource]] = None,
                                                 properties: Optional[GetWorkflowCustomDataTypeDefinitionProperties] = None,
                                                 shared_scope: Optional[str] = None,
                                                 tags: Optional[Sequence[GetWorkflowCustomDataTypeDefinitionTag]] = None,
                                                 type_definitions: Optional[Sequence[GetWorkflowCustomDataTypeDefinitionTypeDefinition]] = None,
                                                 version_context: Optional[GetWorkflowCustomDataTypeDefinitionVersionContext] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetWorkflowCustomDataTypeDefinitionResult
    def get_workflow_custom_data_type_definition_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                 additional_properties: Optional[pulumi.Input[str]] = None,
                                                 ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCustomDataTypeDefinitionAncestorArgs]]]] = None,
                                                 catalog: Optional[pulumi.Input[GetWorkflowCustomDataTypeDefinitionCatalogArgs]] = None,
                                                 class_id: Optional[pulumi.Input[str]] = None,
                                                 cloned_from: Optional[pulumi.Input[GetWorkflowCustomDataTypeDefinitionClonedFromArgs]] = None,
                                                 composite_type: Optional[pulumi.Input[bool]] = None,
                                                 create_time: Optional[pulumi.Input[str]] = None,
                                                 description: Optional[pulumi.Input[str]] = None,
                                                 domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                 id: Optional[pulumi.Input[str]] = None,
                                                 label: Optional[pulumi.Input[str]] = None,
                                                 mod_time: Optional[pulumi.Input[str]] = None,
                                                 moid: Optional[pulumi.Input[str]] = None,
                                                 name: Optional[pulumi.Input[str]] = None,
                                                 object_type: Optional[pulumi.Input[str]] = None,
                                                 owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                 parameter_sets: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCustomDataTypeDefinitionParameterSetArgs]]]] = None,
                                                 parent: Optional[pulumi.Input[GetWorkflowCustomDataTypeDefinitionParentArgs]] = None,
                                                 permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCustomDataTypeDefinitionPermissionResourceArgs]]]] = None,
                                                 properties: Optional[pulumi.Input[GetWorkflowCustomDataTypeDefinitionPropertiesArgs]] = None,
                                                 shared_scope: Optional[pulumi.Input[str]] = None,
                                                 tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCustomDataTypeDefinitionTagArgs]]]] = None,
                                                 type_definitions: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCustomDataTypeDefinitionTypeDefinitionArgs]]]] = None,
                                                 version_context: Optional[pulumi.Input[GetWorkflowCustomDataTypeDefinitionVersionContextArgs]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowCustomDataTypeDefinitionResult]
    func LookupWorkflowCustomDataTypeDefinition(ctx *Context, args *LookupWorkflowCustomDataTypeDefinitionArgs, opts ...InvokeOption) (*LookupWorkflowCustomDataTypeDefinitionResult, error)
    func LookupWorkflowCustomDataTypeDefinitionOutput(ctx *Context, args *LookupWorkflowCustomDataTypeDefinitionOutputArgs, opts ...InvokeOption) LookupWorkflowCustomDataTypeDefinitionResultOutput

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

    public static class GetWorkflowCustomDataTypeDefinition 
    {
        public static Task<GetWorkflowCustomDataTypeDefinitionResult> InvokeAsync(GetWorkflowCustomDataTypeDefinitionArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkflowCustomDataTypeDefinitionResult> Invoke(GetWorkflowCustomDataTypeDefinitionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkflowCustomDataTypeDefinitionResult> getWorkflowCustomDataTypeDefinition(GetWorkflowCustomDataTypeDefinitionArgs args, InvokeOptions options)
    public static Output<GetWorkflowCustomDataTypeDefinitionResult> getWorkflowCustomDataTypeDefinition(GetWorkflowCustomDataTypeDefinitionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getWorkflowCustomDataTypeDefinition:getWorkflowCustomDataTypeDefinition
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetWorkflowCustomDataTypeDefinitionAncestor>
    Catalog GetWorkflowCustomDataTypeDefinitionCatalog
    ClassId string
    ClonedFrom GetWorkflowCustomDataTypeDefinitionClonedFrom
    CompositeType bool
    When true this data type definition is a collection of type definitions to represent composite data like JSON.
    CreateTime string
    The time when this managed object was created.
    Description string
    A human-friendly description of this custom data type indicating it's domain and usage.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    Label string
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    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 custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    ObjectType string
    Owners List<string>
    ParameterSets List<GetWorkflowCustomDataTypeDefinitionParameterSet>
    Parent GetWorkflowCustomDataTypeDefinitionParent
    PermissionResources List<GetWorkflowCustomDataTypeDefinitionPermissionResource>
    Properties GetWorkflowCustomDataTypeDefinitionProperties
    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<GetWorkflowCustomDataTypeDefinitionTag>
    TypeDefinitions List<GetWorkflowCustomDataTypeDefinitionTypeDefinition>
    VersionContext GetWorkflowCustomDataTypeDefinitionVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetWorkflowCustomDataTypeDefinitionAncestor
    Catalog GetWorkflowCustomDataTypeDefinitionCatalog
    ClassId string
    ClonedFrom GetWorkflowCustomDataTypeDefinitionClonedFrom
    CompositeType bool
    When true this data type definition is a collection of type definitions to represent composite data like JSON.
    CreateTime string
    The time when this managed object was created.
    Description string
    A human-friendly description of this custom data type indicating it's domain and usage.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    Label string
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    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 custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    ObjectType string
    Owners []string
    ParameterSets []GetWorkflowCustomDataTypeDefinitionParameterSet
    Parent GetWorkflowCustomDataTypeDefinitionParent
    PermissionResources []GetWorkflowCustomDataTypeDefinitionPermissionResource
    Properties GetWorkflowCustomDataTypeDefinitionProperties
    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 []GetWorkflowCustomDataTypeDefinitionTag
    TypeDefinitions []GetWorkflowCustomDataTypeDefinitionTypeDefinition
    VersionContext GetWorkflowCustomDataTypeDefinitionVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetWorkflowCustomDataTypeDefinitionAncestor>
    catalog GetWorkflowCustomDataTypeDefinitionCatalog
    classId String
    clonedFrom GetWorkflowCustomDataTypeDefinitionClonedFrom
    compositeType Boolean
    When true this data type definition is a collection of type definitions to represent composite data like JSON.
    createTime String
    The time when this managed object was created.
    description String
    A human-friendly description of this custom data type indicating it's domain and usage.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    label String
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    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 custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType String
    owners List<String>
    parameterSets List<GetWorkflowCustomDataTypeDefinitionParameterSet>
    parent GetWorkflowCustomDataTypeDefinitionParent
    permissionResources List<GetWorkflowCustomDataTypeDefinitionPermissionResource>
    properties GetWorkflowCustomDataTypeDefinitionProperties
    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<GetWorkflowCustomDataTypeDefinitionTag>
    typeDefinitions List<GetWorkflowCustomDataTypeDefinitionTypeDefinition>
    versionContext GetWorkflowCustomDataTypeDefinitionVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetWorkflowCustomDataTypeDefinitionAncestor[]
    catalog GetWorkflowCustomDataTypeDefinitionCatalog
    classId string
    clonedFrom GetWorkflowCustomDataTypeDefinitionClonedFrom
    compositeType boolean
    When true this data type definition is a collection of type definitions to represent composite data like JSON.
    createTime string
    The time when this managed object was created.
    description string
    A human-friendly description of this custom data type indicating it's domain and usage.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    label string
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    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 custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType string
    owners string[]
    parameterSets GetWorkflowCustomDataTypeDefinitionParameterSet[]
    parent GetWorkflowCustomDataTypeDefinitionParent
    permissionResources GetWorkflowCustomDataTypeDefinitionPermissionResource[]
    properties GetWorkflowCustomDataTypeDefinitionProperties
    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 GetWorkflowCustomDataTypeDefinitionTag[]
    typeDefinitions GetWorkflowCustomDataTypeDefinitionTypeDefinition[]
    versionContext GetWorkflowCustomDataTypeDefinitionVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetWorkflowCustomDataTypeDefinitionAncestor]
    catalog GetWorkflowCustomDataTypeDefinitionCatalog
    class_id str
    cloned_from GetWorkflowCustomDataTypeDefinitionClonedFrom
    composite_type bool
    When true this data type definition is a collection of type definitions to represent composite data like JSON.
    create_time str
    The time when this managed object was created.
    description str
    A human-friendly description of this custom data type indicating it's domain and usage.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    label str
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    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 custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    object_type str
    owners Sequence[str]
    parameter_sets Sequence[GetWorkflowCustomDataTypeDefinitionParameterSet]
    parent GetWorkflowCustomDataTypeDefinitionParent
    permission_resources Sequence[GetWorkflowCustomDataTypeDefinitionPermissionResource]
    properties GetWorkflowCustomDataTypeDefinitionProperties
    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[GetWorkflowCustomDataTypeDefinitionTag]
    type_definitions Sequence[GetWorkflowCustomDataTypeDefinitionTypeDefinition]
    version_context GetWorkflowCustomDataTypeDefinitionVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    catalog Property Map
    classId String
    clonedFrom Property Map
    compositeType Boolean
    When true this data type definition is a collection of type definitions to represent composite data like JSON.
    createTime String
    The time when this managed object was created.
    description String
    A human-friendly description of this custom data type indicating it's domain and usage.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    label String
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    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 custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType String
    owners List<String>
    parameterSets List<Property Map>
    parent Property Map
    permissionResources List<Property Map>
    properties Property Map
    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>
    typeDefinitions List<Property Map>
    versionContext Property Map

    getWorkflowCustomDataTypeDefinition Result

    The following output properties are available:

    Id string
    Results List<GetWorkflowCustomDataTypeDefinitionResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetWorkflowCustomDataTypeDefinitionAncestor>
    Catalog GetWorkflowCustomDataTypeDefinitionCatalog
    ClassId string
    ClonedFrom GetWorkflowCustomDataTypeDefinitionClonedFrom
    CompositeType bool
    CreateTime string
    Description string
    DomainGroupMoid string
    Label string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    ParameterSets List<GetWorkflowCustomDataTypeDefinitionParameterSet>
    Parent GetWorkflowCustomDataTypeDefinitionParent
    PermissionResources List<GetWorkflowCustomDataTypeDefinitionPermissionResource>
    Properties GetWorkflowCustomDataTypeDefinitionProperties
    SharedScope string
    Tags List<GetWorkflowCustomDataTypeDefinitionTag>
    TypeDefinitions List<GetWorkflowCustomDataTypeDefinitionTypeDefinition>
    VersionContext GetWorkflowCustomDataTypeDefinitionVersionContext
    Id string
    Results []GetWorkflowCustomDataTypeDefinitionResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetWorkflowCustomDataTypeDefinitionAncestor
    Catalog GetWorkflowCustomDataTypeDefinitionCatalog
    ClassId string
    ClonedFrom GetWorkflowCustomDataTypeDefinitionClonedFrom
    CompositeType bool
    CreateTime string
    Description string
    DomainGroupMoid string
    Label string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners []string
    ParameterSets []GetWorkflowCustomDataTypeDefinitionParameterSet
    Parent GetWorkflowCustomDataTypeDefinitionParent
    PermissionResources []GetWorkflowCustomDataTypeDefinitionPermissionResource
    Properties GetWorkflowCustomDataTypeDefinitionProperties
    SharedScope string
    Tags []GetWorkflowCustomDataTypeDefinitionTag
    TypeDefinitions []GetWorkflowCustomDataTypeDefinitionTypeDefinition
    VersionContext GetWorkflowCustomDataTypeDefinitionVersionContext
    id String
    results List<GetWorkflowCustomDataTypeDefinitionResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetWorkflowCustomDataTypeDefinitionAncestor>
    catalog GetWorkflowCustomDataTypeDefinitionCatalog
    classId String
    clonedFrom GetWorkflowCustomDataTypeDefinitionClonedFrom
    compositeType Boolean
    createTime String
    description String
    domainGroupMoid String
    label String
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parameterSets List<GetWorkflowCustomDataTypeDefinitionParameterSet>
    parent GetWorkflowCustomDataTypeDefinitionParent
    permissionResources List<GetWorkflowCustomDataTypeDefinitionPermissionResource>
    properties GetWorkflowCustomDataTypeDefinitionProperties
    sharedScope String
    tags List<GetWorkflowCustomDataTypeDefinitionTag>
    typeDefinitions List<GetWorkflowCustomDataTypeDefinitionTypeDefinition>
    versionContext GetWorkflowCustomDataTypeDefinitionVersionContext
    id string
    results GetWorkflowCustomDataTypeDefinitionResult[]
    accountMoid string
    additionalProperties string
    ancestors GetWorkflowCustomDataTypeDefinitionAncestor[]
    catalog GetWorkflowCustomDataTypeDefinitionCatalog
    classId string
    clonedFrom GetWorkflowCustomDataTypeDefinitionClonedFrom
    compositeType boolean
    createTime string
    description string
    domainGroupMoid string
    label string
    modTime string
    moid string
    name string
    objectType string
    owners string[]
    parameterSets GetWorkflowCustomDataTypeDefinitionParameterSet[]
    parent GetWorkflowCustomDataTypeDefinitionParent
    permissionResources GetWorkflowCustomDataTypeDefinitionPermissionResource[]
    properties GetWorkflowCustomDataTypeDefinitionProperties
    sharedScope string
    tags GetWorkflowCustomDataTypeDefinitionTag[]
    typeDefinitions GetWorkflowCustomDataTypeDefinitionTypeDefinition[]
    versionContext GetWorkflowCustomDataTypeDefinitionVersionContext
    id str
    results Sequence[GetWorkflowCustomDataTypeDefinitionResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetWorkflowCustomDataTypeDefinitionAncestor]
    catalog GetWorkflowCustomDataTypeDefinitionCatalog
    class_id str
    cloned_from GetWorkflowCustomDataTypeDefinitionClonedFrom
    composite_type bool
    create_time str
    description str
    domain_group_moid str
    label str
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parameter_sets Sequence[GetWorkflowCustomDataTypeDefinitionParameterSet]
    parent GetWorkflowCustomDataTypeDefinitionParent
    permission_resources Sequence[GetWorkflowCustomDataTypeDefinitionPermissionResource]
    properties GetWorkflowCustomDataTypeDefinitionProperties
    shared_scope str
    tags Sequence[GetWorkflowCustomDataTypeDefinitionTag]
    type_definitions Sequence[GetWorkflowCustomDataTypeDefinitionTypeDefinition]
    version_context GetWorkflowCustomDataTypeDefinitionVersionContext

    Supporting Types

    GetWorkflowCustomDataTypeDefinitionAncestor

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

    GetWorkflowCustomDataTypeDefinitionCatalog

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

    GetWorkflowCustomDataTypeDefinitionClonedFrom

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

    GetWorkflowCustomDataTypeDefinitionParameterSet

    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.
    Condition string
    The condition to be evaluated.

    • eq - Checks if the values of the two parameters are equal.
    • ne - Checks if the values of the two parameters are not equal.
    • contains - Checks if the second parameter string value is a substring of the first parameter string value.
    • matchesPattern - Checks if a string matches a regular expression.
    ControlParameter string
    Name of the controlling entity, whose value will be used for evaluating the parameter set.
    EnableParameters List<string>
    Name string
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Value string
    The controlling parameter will be evaluated against this 'value'.
    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.
    Condition string
    The condition to be evaluated.

    • eq - Checks if the values of the two parameters are equal.
    • ne - Checks if the values of the two parameters are not equal.
    • contains - Checks if the second parameter string value is a substring of the first parameter string value.
    • matchesPattern - Checks if a string matches a regular expression.
    ControlParameter string
    Name of the controlling entity, whose value will be used for evaluating the parameter set.
    EnableParameters []string
    Name string
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Value string
    The controlling parameter will be evaluated against this 'value'.
    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.
    condition String
    The condition to be evaluated.

    • eq - Checks if the values of the two parameters are equal.
    • ne - Checks if the values of the two parameters are not equal.
    • contains - Checks if the second parameter string value is a substring of the first parameter string value.
    • matchesPattern - Checks if a string matches a regular expression.
    controlParameter String
    Name of the controlling entity, whose value will be used for evaluating the parameter set.
    enableParameters List<String>
    name String
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    value String
    The controlling parameter will be evaluated against this 'value'.
    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.
    condition string
    The condition to be evaluated.

    • eq - Checks if the values of the two parameters are equal.
    • ne - Checks if the values of the two parameters are not equal.
    • contains - Checks if the second parameter string value is a substring of the first parameter string value.
    • matchesPattern - Checks if a string matches a regular expression.
    controlParameter string
    Name of the controlling entity, whose value will be used for evaluating the parameter set.
    enableParameters string[]
    name string
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    value string
    The controlling parameter will be evaluated against this 'value'.
    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.
    condition str
    The condition to be evaluated.

    • eq - Checks if the values of the two parameters are equal.
    • ne - Checks if the values of the two parameters are not equal.
    • contains - Checks if the second parameter string value is a substring of the first parameter string value.
    • matchesPattern - Checks if a string matches a regular expression.
    control_parameter str
    Name of the controlling entity, whose value will be used for evaluating the parameter set.
    enable_parameters Sequence[str]
    name str
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    value str
    The controlling parameter will be evaluated against this 'value'.
    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.
    condition String
    The condition to be evaluated.

    • eq - Checks if the values of the two parameters are equal.
    • ne - Checks if the values of the two parameters are not equal.
    • contains - Checks if the second parameter string value is a substring of the first parameter string value.
    • matchesPattern - Checks if a string matches a regular expression.
    controlParameter String
    Name of the controlling entity, whose value will be used for evaluating the parameter set.
    enableParameters List<String>
    name String
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    value String
    The controlling parameter will be evaluated against this 'value'.

    GetWorkflowCustomDataTypeDefinitionParent

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

    GetWorkflowCustomDataTypeDefinitionPermissionResource

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

    GetWorkflowCustomDataTypeDefinitionProperties

    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 custom data type is not cloneable. It is set to true only if data type is not internal and it is not using any internal custom data type.
    ExternalMeta bool
    When set to false the custom data type is owned by the system and used for internal services. Such custom data type cannot be directly used by external entities.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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 custom data type is not cloneable. It is set to true only if data type is not internal and it is not using any internal custom data type.
    ExternalMeta bool
    When set to false the custom data type is owned by the system and used for internal services. Such custom data type cannot be directly used by external entities.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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 custom data type is not cloneable. It is set to true only if data type is not internal and it is not using any internal custom data type.
    externalMeta Boolean
    When set to false the custom data type is owned by the system and used for internal services. Such custom data type cannot be directly used by external entities.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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 custom data type is not cloneable. It is set to true only if data type is not internal and it is not using any internal custom data type.
    externalMeta boolean
    When set to false the custom data type is owned by the system and used for internal services. Such custom data type cannot be directly used by external entities.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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 custom data type is not cloneable. It is set to true only if data type is not internal and it is not using any internal custom data type.
    external_meta bool
    When set to false the custom data type is owned by the system and used for internal services. Such custom data type cannot be directly used by external entities.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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 custom data type is not cloneable. It is set to true only if data type is not internal and it is not using any internal custom data type.
    externalMeta Boolean
    When set to false the custom data type is owned by the system and used for internal services. Such custom data type cannot be directly used by external entities.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetWorkflowCustomDataTypeDefinitionResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetWorkflowCustomDataTypeDefinitionResultAncestor>
    Catalogs List<GetWorkflowCustomDataTypeDefinitionResultCatalog>
    ClassId string
    ClonedFroms List<GetWorkflowCustomDataTypeDefinitionResultClonedFrom>
    CompositeType bool
    When true this data type definition is a collection of type definitions to represent composite data like JSON.
    CreateTime string
    The time when this managed object was created.
    Description string
    A human-friendly description of this custom data type indicating it's domain and usage.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Label string
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    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 custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    ObjectType string
    Owners List<string>
    ParameterSets List<GetWorkflowCustomDataTypeDefinitionResultParameterSet>
    Parents List<GetWorkflowCustomDataTypeDefinitionResultParent>
    PermissionResources List<GetWorkflowCustomDataTypeDefinitionResultPermissionResource>
    Properties List<GetWorkflowCustomDataTypeDefinitionResultProperty>
    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<GetWorkflowCustomDataTypeDefinitionResultTag>
    TypeDefinitions List<GetWorkflowCustomDataTypeDefinitionResultTypeDefinition>
    VersionContexts List<GetWorkflowCustomDataTypeDefinitionResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetWorkflowCustomDataTypeDefinitionResultAncestor
    Catalogs []GetWorkflowCustomDataTypeDefinitionResultCatalog
    ClassId string
    ClonedFroms []GetWorkflowCustomDataTypeDefinitionResultClonedFrom
    CompositeType bool
    When true this data type definition is a collection of type definitions to represent composite data like JSON.
    CreateTime string
    The time when this managed object was created.
    Description string
    A human-friendly description of this custom data type indicating it's domain and usage.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Label string
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    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 custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    ObjectType string
    Owners []string
    ParameterSets []GetWorkflowCustomDataTypeDefinitionResultParameterSet
    Parents []GetWorkflowCustomDataTypeDefinitionResultParent
    PermissionResources []GetWorkflowCustomDataTypeDefinitionResultPermissionResource
    Properties []GetWorkflowCustomDataTypeDefinitionResultProperty
    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 []GetWorkflowCustomDataTypeDefinitionResultTag
    TypeDefinitions []GetWorkflowCustomDataTypeDefinitionResultTypeDefinition
    VersionContexts []GetWorkflowCustomDataTypeDefinitionResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetWorkflowCustomDataTypeDefinitionResultAncestor>
    catalogs List<GetWorkflowCustomDataTypeDefinitionResultCatalog>
    classId String
    clonedFroms List<GetWorkflowCustomDataTypeDefinitionResultClonedFrom>
    compositeType Boolean
    When true this data type definition is a collection of type definitions to represent composite data like JSON.
    createTime String
    The time when this managed object was created.
    description String
    A human-friendly description of this custom data type indicating it's domain and usage.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    label String
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    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 custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType String
    owners List<String>
    parameterSets List<GetWorkflowCustomDataTypeDefinitionResultParameterSet>
    parents List<GetWorkflowCustomDataTypeDefinitionResultParent>
    permissionResources List<GetWorkflowCustomDataTypeDefinitionResultPermissionResource>
    properties List<GetWorkflowCustomDataTypeDefinitionResultProperty>
    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<GetWorkflowCustomDataTypeDefinitionResultTag>
    typeDefinitions List<GetWorkflowCustomDataTypeDefinitionResultTypeDefinition>
    versionContexts List<GetWorkflowCustomDataTypeDefinitionResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetWorkflowCustomDataTypeDefinitionResultAncestor[]
    catalogs GetWorkflowCustomDataTypeDefinitionResultCatalog[]
    classId string
    clonedFroms GetWorkflowCustomDataTypeDefinitionResultClonedFrom[]
    compositeType boolean
    When true this data type definition is a collection of type definitions to represent composite data like JSON.
    createTime string
    The time when this managed object was created.
    description string
    A human-friendly description of this custom data type indicating it's domain and usage.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    label string
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    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 custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType string
    owners string[]
    parameterSets GetWorkflowCustomDataTypeDefinitionResultParameterSet[]
    parents GetWorkflowCustomDataTypeDefinitionResultParent[]
    permissionResources GetWorkflowCustomDataTypeDefinitionResultPermissionResource[]
    properties GetWorkflowCustomDataTypeDefinitionResultProperty[]
    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 GetWorkflowCustomDataTypeDefinitionResultTag[]
    typeDefinitions GetWorkflowCustomDataTypeDefinitionResultTypeDefinition[]
    versionContexts GetWorkflowCustomDataTypeDefinitionResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetWorkflowCustomDataTypeDefinitionResultAncestor]
    catalogs Sequence[GetWorkflowCustomDataTypeDefinitionResultCatalog]
    class_id str
    cloned_froms Sequence[GetWorkflowCustomDataTypeDefinitionResultClonedFrom]
    composite_type bool
    When true this data type definition is a collection of type definitions to represent composite data like JSON.
    create_time str
    The time when this managed object was created.
    description str
    A human-friendly description of this custom data type indicating it's domain and usage.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    label str
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    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 custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    object_type str
    owners Sequence[str]
    parameter_sets Sequence[GetWorkflowCustomDataTypeDefinitionResultParameterSet]
    parents Sequence[GetWorkflowCustomDataTypeDefinitionResultParent]
    permission_resources Sequence[GetWorkflowCustomDataTypeDefinitionResultPermissionResource]
    properties Sequence[GetWorkflowCustomDataTypeDefinitionResultProperty]
    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[GetWorkflowCustomDataTypeDefinitionResultTag]
    type_definitions Sequence[GetWorkflowCustomDataTypeDefinitionResultTypeDefinition]
    version_contexts Sequence[GetWorkflowCustomDataTypeDefinitionResultVersionContext]
    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>
    compositeType Boolean
    When true this data type definition is a collection of type definitions to represent composite data like JSON.
    createTime String
    The time when this managed object was created.
    description String
    A human-friendly description of this custom data type indicating it's domain and usage.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    label String
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    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 custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType String
    owners List<String>
    parameterSets List<Property Map>
    parents List<Property Map>
    permissionResources List<Property Map>
    properties List<Property Map>
    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>
    typeDefinitions List<Property Map>
    versionContexts List<Property Map>

    GetWorkflowCustomDataTypeDefinitionResultAncestor

    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

    GetWorkflowCustomDataTypeDefinitionResultCatalog

    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

    GetWorkflowCustomDataTypeDefinitionResultClonedFrom

    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

    GetWorkflowCustomDataTypeDefinitionResultParameterSet

    AdditionalProperties string
    ClassId string
    Condition string
    ControlParameter string
    EnableParameters List<string>
    Name string
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    ObjectType string
    Value string
    AdditionalProperties string
    ClassId string
    Condition string
    ControlParameter string
    EnableParameters []string
    Name string
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    ObjectType string
    Value string
    additionalProperties String
    classId String
    condition String
    controlParameter String
    enableParameters List<String>
    name String
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType String
    value String
    additionalProperties string
    classId string
    condition string
    controlParameter string
    enableParameters string[]
    name string
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType string
    value string
    additional_properties str
    class_id str
    condition str
    control_parameter str
    enable_parameters Sequence[str]
    name str
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    object_type str
    value str
    additionalProperties String
    classId String
    condition String
    controlParameter String
    enableParameters List<String>
    name String
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType String
    value String

    GetWorkflowCustomDataTypeDefinitionResultParent

    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

    GetWorkflowCustomDataTypeDefinitionResultPermissionResource

    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

    GetWorkflowCustomDataTypeDefinitionResultProperty

    GetWorkflowCustomDataTypeDefinitionResultTag

    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

    GetWorkflowCustomDataTypeDefinitionResultTypeDefinition

    AdditionalProperties string
    ClassId string
    Defaults List<GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDefault>
    Description string
    A human-friendly description of this custom data type indicating it's domain and usage.
    DisplayMetas List<GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDisplayMeta>
    InputParameters string
    Label string
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    Name string
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    ObjectType string
    Required bool
    AdditionalProperties string
    ClassId string
    Defaults []GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDefault
    Description string
    A human-friendly description of this custom data type indicating it's domain and usage.
    DisplayMetas []GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDisplayMeta
    InputParameters string
    Label string
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    Name string
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    ObjectType string
    Required bool
    additionalProperties String
    classId String
    defaults List<GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDefault>
    description String
    A human-friendly description of this custom data type indicating it's domain and usage.
    displayMetas List<GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDisplayMeta>
    inputParameters String
    label String
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    name String
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType String
    required Boolean
    additionalProperties string
    classId string
    defaults GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDefault[]
    description string
    A human-friendly description of this custom data type indicating it's domain and usage.
    displayMetas GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDisplayMeta[]
    inputParameters string
    label string
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    name string
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType string
    required boolean
    additional_properties str
    class_id str
    defaults Sequence[GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDefault]
    description str
    A human-friendly description of this custom data type indicating it's domain and usage.
    display_metas Sequence[GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDisplayMeta]
    input_parameters str
    label str
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    name str
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    object_type str
    required bool
    additionalProperties String
    classId String
    defaults List<Property Map>
    description String
    A human-friendly description of this custom data type indicating it's domain and usage.
    displayMetas List<Property Map>
    inputParameters String
    label String
    A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    name String
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    objectType String
    required Boolean

    GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDefault

    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

    GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDisplayMeta

    GetWorkflowCustomDataTypeDefinitionResultVersionContext

    GetWorkflowCustomDataTypeDefinitionResultVersionContextInterestedMo

    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

    GetWorkflowCustomDataTypeDefinitionResultVersionContextRefMo

    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

    GetWorkflowCustomDataTypeDefinitionTag

    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.

    GetWorkflowCustomDataTypeDefinitionTypeDefinition

    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 GetWorkflowCustomDataTypeDefinitionTypeDefinitionDefault
    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 human-friendly description of this custom data type indicating it's domain and usage.
    DisplayMeta GetWorkflowCustomDataTypeDefinitionTypeDefinitionDisplayMeta
    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 custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    Name string
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    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 GetWorkflowCustomDataTypeDefinitionTypeDefinitionDefault
    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 human-friendly description of this custom data type indicating it's domain and usage.
    DisplayMeta GetWorkflowCustomDataTypeDefinitionTypeDefinitionDisplayMeta
    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 custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    Name string
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    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_ GetWorkflowCustomDataTypeDefinitionTypeDefinitionDefault
    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 human-friendly description of this custom data type indicating it's domain and usage.
    displayMeta GetWorkflowCustomDataTypeDefinitionTypeDefinitionDisplayMeta
    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 custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    name String
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    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 GetWorkflowCustomDataTypeDefinitionTypeDefinitionDefault
    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 human-friendly description of this custom data type indicating it's domain and usage.
    displayMeta GetWorkflowCustomDataTypeDefinitionTypeDefinitionDisplayMeta
    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 custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    name string
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    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 GetWorkflowCustomDataTypeDefinitionTypeDefinitionDefault
    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 human-friendly description of this custom data type indicating it's domain and usage.
    display_meta GetWorkflowCustomDataTypeDefinitionTypeDefinitionDisplayMeta
    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 custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    name str
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    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 human-friendly description of this custom data type indicating it's domain and usage.
    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 custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.
    name String
    The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.
    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.

    GetWorkflowCustomDataTypeDefinitionTypeDefinitionDefault

    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.

    GetWorkflowCustomDataTypeDefinitionTypeDefinitionDisplayMeta

    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.

    GetWorkflowCustomDataTypeDefinitionVersionContext

    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<GetWorkflowCustomDataTypeDefinitionVersionContextInterestedMo>
    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 Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetWorkflowCustomDataTypeDefinitionVersionContextRefMo
    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 []GetWorkflowCustomDataTypeDefinitionVersionContextInterestedMo
    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 Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetWorkflowCustomDataTypeDefinitionVersionContextRefMo
    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<GetWorkflowCustomDataTypeDefinitionVersionContextInterestedMo>
    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 Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetWorkflowCustomDataTypeDefinitionVersionContextRefMo
    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 GetWorkflowCustomDataTypeDefinitionVersionContextInterestedMo[]
    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 Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetWorkflowCustomDataTypeDefinitionVersionContextRefMo
    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[GetWorkflowCustomDataTypeDefinitionVersionContextInterestedMo]
    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 Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetWorkflowCustomDataTypeDefinitionVersionContextRefMo
    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 Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.

    GetWorkflowCustomDataTypeDefinitionVersionContextInterestedMo

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

    GetWorkflowCustomDataTypeDefinitionVersionContextRefMo

    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