intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getWorkflowCustomDataTypeDefinition
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Custom Data Type Definition Ancestor> 
- Catalog
GetWorkflow Custom Data Type Definition Catalog 
- ClassId string
- ClonedFrom GetWorkflow Custom Data Type Definition Cloned From 
- 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.
- DomainGroup stringMoid 
- 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<GetWorkflow Custom Data Type Definition Parameter Set> 
- Parent
GetWorkflow Custom Data Type Definition Parent 
- PermissionResources List<GetWorkflow Custom Data Type Definition Permission Resource> 
- Properties
GetWorkflow Custom Data Type Definition Properties 
- 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.
- 
List<GetWorkflow Custom Data Type Definition Tag> 
- TypeDefinitions List<GetWorkflow Custom Data Type Definition Type Definition> 
- VersionContext GetWorkflow Custom Data Type Definition Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Custom Data Type Definition Ancestor 
- Catalog
GetWorkflow Custom Data Type Definition Catalog 
- ClassId string
- ClonedFrom GetWorkflow Custom Data Type Definition Cloned From 
- 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.
- DomainGroup stringMoid 
- 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 []GetWorkflow Custom Data Type Definition Parameter Set 
- Parent
GetWorkflow Custom Data Type Definition Parent 
- PermissionResources []GetWorkflow Custom Data Type Definition Permission Resource 
- Properties
GetWorkflow Custom Data Type Definition Properties 
- 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.
- 
[]GetWorkflow Custom Data Type Definition Tag 
- TypeDefinitions []GetWorkflow Custom Data Type Definition Type Definition 
- VersionContext GetWorkflow Custom Data Type Definition Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Custom Data Type Definition Ancestor> 
- catalog
GetWorkflow Custom Data Type Definition Catalog 
- classId String
- clonedFrom GetWorkflow Custom Data Type Definition Cloned From 
- 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.
- domainGroup StringMoid 
- 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<GetWorkflow Custom Data Type Definition Parameter Set> 
- parent
GetWorkflow Custom Data Type Definition Parent 
- permissionResources List<GetWorkflow Custom Data Type Definition Permission Resource> 
- properties
GetWorkflow Custom Data Type Definition Properties 
- 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.
- 
List<GetWorkflow Custom Data Type Definition Tag> 
- typeDefinitions List<GetWorkflow Custom Data Type Definition Type Definition> 
- versionContext GetWorkflow Custom Data Type Definition Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Custom Data Type Definition Ancestor[] 
- catalog
GetWorkflow Custom Data Type Definition Catalog 
- classId string
- clonedFrom GetWorkflow Custom Data Type Definition Cloned From 
- 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.
- domainGroup stringMoid 
- 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 GetWorkflow Custom Data Type Definition Parameter Set[] 
- parent
GetWorkflow Custom Data Type Definition Parent 
- permissionResources GetWorkflow Custom Data Type Definition Permission Resource[] 
- properties
GetWorkflow Custom Data Type Definition Properties 
- 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.
- 
GetWorkflow Custom Data Type Definition Tag[] 
- typeDefinitions GetWorkflow Custom Data Type Definition Type Definition[] 
- versionContext GetWorkflow Custom Data Type Definition Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Custom Data Type Definition Ancestor] 
- catalog
GetWorkflow Custom Data Type Definition Catalog 
- class_id str
- cloned_from GetWorkflow Custom Data Type Definition Cloned From 
- 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_ strmoid 
- 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[GetWorkflow Custom Data Type Definition Parameter Set] 
- parent
GetWorkflow Custom Data Type Definition Parent 
- permission_resources Sequence[GetWorkflow Custom Data Type Definition Permission Resource] 
- properties
GetWorkflow Custom Data Type Definition Properties 
- 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.
- 
Sequence[GetWorkflow Custom Data Type Definition Tag] 
- type_definitions Sequence[GetWorkflow Custom Data Type Definition Type Definition] 
- version_context GetWorkflow Custom Data Type Definition Version Context 
- 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.
- domainGroup StringMoid 
- 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
- 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.
- List<Property Map>
- typeDefinitions List<Property Map>
- versionContext Property Map
getWorkflowCustomDataTypeDefinition Result
The following output properties are available:
- Id string
- Results
List<GetWorkflow Custom Data Type Definition Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetWorkflow Custom Data Type Definition Ancestor> 
- Catalog
GetWorkflow Custom Data Type Definition Catalog 
- ClassId string
- ClonedFrom GetWorkflow Custom Data Type Definition Cloned From 
- CompositeType bool
- CreateTime string
- Description string
- DomainGroup stringMoid 
- Label string
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners List<string>
- ParameterSets List<GetWorkflow Custom Data Type Definition Parameter Set> 
- Parent
GetWorkflow Custom Data Type Definition Parent 
- PermissionResources List<GetWorkflow Custom Data Type Definition Permission Resource> 
- Properties
GetWorkflow Custom Data Type Definition Properties 
- string
- 
List<GetWorkflow Custom Data Type Definition Tag> 
- TypeDefinitions List<GetWorkflow Custom Data Type Definition Type Definition> 
- VersionContext GetWorkflow Custom Data Type Definition Version Context 
- Id string
- Results
[]GetWorkflow Custom Data Type Definition Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetWorkflow Custom Data Type Definition Ancestor 
- Catalog
GetWorkflow Custom Data Type Definition Catalog 
- ClassId string
- ClonedFrom GetWorkflow Custom Data Type Definition Cloned From 
- CompositeType bool
- CreateTime string
- Description string
- DomainGroup stringMoid 
- Label string
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners []string
- ParameterSets []GetWorkflow Custom Data Type Definition Parameter Set 
- Parent
GetWorkflow Custom Data Type Definition Parent 
- PermissionResources []GetWorkflow Custom Data Type Definition Permission Resource 
- Properties
GetWorkflow Custom Data Type Definition Properties 
- string
- 
[]GetWorkflow Custom Data Type Definition Tag 
- TypeDefinitions []GetWorkflow Custom Data Type Definition Type Definition 
- VersionContext GetWorkflow Custom Data Type Definition Version Context 
- id String
- results
List<GetWorkflow Custom Data Type Definition Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetWorkflow Custom Data Type Definition Ancestor> 
- catalog
GetWorkflow Custom Data Type Definition Catalog 
- classId String
- clonedFrom GetWorkflow Custom Data Type Definition Cloned From 
- compositeType Boolean
- createTime String
- description String
- domainGroup StringMoid 
- label String
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parameterSets List<GetWorkflow Custom Data Type Definition Parameter Set> 
- parent
GetWorkflow Custom Data Type Definition Parent 
- permissionResources List<GetWorkflow Custom Data Type Definition Permission Resource> 
- properties
GetWorkflow Custom Data Type Definition Properties 
- String
- 
List<GetWorkflow Custom Data Type Definition Tag> 
- typeDefinitions List<GetWorkflow Custom Data Type Definition Type Definition> 
- versionContext GetWorkflow Custom Data Type Definition Version Context 
- id string
- results
GetWorkflow Custom Data Type Definition Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetWorkflow Custom Data Type Definition Ancestor[] 
- catalog
GetWorkflow Custom Data Type Definition Catalog 
- classId string
- clonedFrom GetWorkflow Custom Data Type Definition Cloned From 
- compositeType boolean
- createTime string
- description string
- domainGroup stringMoid 
- label string
- modTime string
- moid string
- name string
- objectType string
- owners string[]
- parameterSets GetWorkflow Custom Data Type Definition Parameter Set[] 
- parent
GetWorkflow Custom Data Type Definition Parent 
- permissionResources GetWorkflow Custom Data Type Definition Permission Resource[] 
- properties
GetWorkflow Custom Data Type Definition Properties 
- string
- 
GetWorkflow Custom Data Type Definition Tag[] 
- typeDefinitions GetWorkflow Custom Data Type Definition Type Definition[] 
- versionContext GetWorkflow Custom Data Type Definition Version Context 
- id str
- results
Sequence[GetWorkflow Custom Data Type Definition Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetWorkflow Custom Data Type Definition Ancestor] 
- catalog
GetWorkflow Custom Data Type Definition Catalog 
- class_id str
- cloned_from GetWorkflow Custom Data Type Definition Cloned From 
- composite_type bool
- create_time str
- description str
- domain_group_ strmoid 
- label str
- mod_time str
- moid str
- name str
- object_type str
- owners Sequence[str]
- parameter_sets Sequence[GetWorkflow Custom Data Type Definition Parameter Set] 
- parent
GetWorkflow Custom Data Type Definition Parent 
- permission_resources Sequence[GetWorkflow Custom Data Type Definition Permission Resource] 
- properties
GetWorkflow Custom Data Type Definition Properties 
- str
- 
Sequence[GetWorkflow Custom Data Type Definition Tag] 
- type_definitions Sequence[GetWorkflow Custom Data Type Definition Type Definition] 
- version_context GetWorkflow Custom Data Type Definition Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- catalog Property Map
- classId String
- clonedFrom Property Map
- compositeType Boolean
- createTime String
- description String
- domainGroup StringMoid 
- label String
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parameterSets List<Property Map>
- parent Property Map
- permissionResources List<Property Map>
- properties Property Map
- String
- List<Property Map>
- typeDefinitions List<Property Map>
- versionContext Property Map
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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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<GetWorkflow Custom Data Type Definition Result Ancestor> 
- Catalogs
List<GetWorkflow Custom Data Type Definition Result Catalog> 
- ClassId string
- ClonedFroms List<GetWorkflow Custom Data Type Definition Result Cloned From> 
- 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.
- DomainGroup stringMoid 
- 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<GetWorkflow Custom Data Type Definition Result Parameter Set> 
- Parents
List<GetWorkflow Custom Data Type Definition Result Parent> 
- PermissionResources List<GetWorkflow Custom Data Type Definition Result Permission Resource> 
- Properties
List<GetWorkflow Custom Data Type Definition Result Property> 
- 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.
- 
List<GetWorkflow Custom Data Type Definition Result Tag> 
- TypeDefinitions List<GetWorkflow Custom Data Type Definition Result Type Definition> 
- VersionContexts List<GetWorkflow Custom Data Type Definition Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Custom Data Type Definition Result Ancestor 
- Catalogs
[]GetWorkflow Custom Data Type Definition Result Catalog 
- ClassId string
- ClonedFroms []GetWorkflow Custom Data Type Definition Result Cloned From 
- 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.
- DomainGroup stringMoid 
- 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 []GetWorkflow Custom Data Type Definition Result Parameter Set 
- Parents
[]GetWorkflow Custom Data Type Definition Result Parent 
- PermissionResources []GetWorkflow Custom Data Type Definition Result Permission Resource 
- Properties
[]GetWorkflow Custom Data Type Definition Result Property 
- 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.
- 
[]GetWorkflow Custom Data Type Definition Result Tag 
- TypeDefinitions []GetWorkflow Custom Data Type Definition Result Type Definition 
- VersionContexts []GetWorkflow Custom Data Type Definition Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Custom Data Type Definition Result Ancestor> 
- catalogs
List<GetWorkflow Custom Data Type Definition Result Catalog> 
- classId String
- clonedFroms List<GetWorkflow Custom Data Type Definition Result Cloned From> 
- 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.
- domainGroup StringMoid 
- 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<GetWorkflow Custom Data Type Definition Result Parameter Set> 
- parents
List<GetWorkflow Custom Data Type Definition Result Parent> 
- permissionResources List<GetWorkflow Custom Data Type Definition Result Permission Resource> 
- properties
List<GetWorkflow Custom Data Type Definition Result Property> 
- 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.
- 
List<GetWorkflow Custom Data Type Definition Result Tag> 
- typeDefinitions List<GetWorkflow Custom Data Type Definition Result Type Definition> 
- versionContexts List<GetWorkflow Custom Data Type Definition Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Custom Data Type Definition Result Ancestor[] 
- catalogs
GetWorkflow Custom Data Type Definition Result Catalog[] 
- classId string
- clonedFroms GetWorkflow Custom Data Type Definition Result Cloned From[] 
- 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.
- domainGroup stringMoid 
- 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 GetWorkflow Custom Data Type Definition Result Parameter Set[] 
- parents
GetWorkflow Custom Data Type Definition Result Parent[] 
- permissionResources GetWorkflow Custom Data Type Definition Result Permission Resource[] 
- properties
GetWorkflow Custom Data Type Definition Result Property[] 
- 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.
- 
GetWorkflow Custom Data Type Definition Result Tag[] 
- typeDefinitions GetWorkflow Custom Data Type Definition Result Type Definition[] 
- versionContexts GetWorkflow Custom Data Type Definition Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Custom Data Type Definition Result Ancestor] 
- catalogs
Sequence[GetWorkflow Custom Data Type Definition Result Catalog] 
- class_id str
- cloned_froms Sequence[GetWorkflow Custom Data Type Definition Result Cloned From] 
- 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_ strmoid 
- 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[GetWorkflow Custom Data Type Definition Result Parameter Set] 
- parents
Sequence[GetWorkflow Custom Data Type Definition Result Parent] 
- permission_resources Sequence[GetWorkflow Custom Data Type Definition Result Permission Resource] 
- properties
Sequence[GetWorkflow Custom Data Type Definition Result Property] 
- 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.
- 
Sequence[GetWorkflow Custom Data Type Definition Result Tag] 
- type_definitions Sequence[GetWorkflow Custom Data Type Definition Result Type Definition] 
- version_contexts Sequence[GetWorkflow Custom Data Type Definition Result Version Context] 
- 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.
- domainGroup StringMoid 
- 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>
- 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.
- 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       
- AdditionalProperties string
- ClassId string
- Cloneable bool
- ExternalMeta bool
- ObjectType string
- AdditionalProperties string
- ClassId string
- Cloneable bool
- ExternalMeta bool
- ObjectType string
- additionalProperties String
- classId String
- cloneable Boolean
- externalMeta Boolean
- objectType String
- additionalProperties string
- classId string
- cloneable boolean
- externalMeta boolean
- objectType string
- additional_properties str
- class_id str
- cloneable bool
- external_meta bool
- object_type str
- additionalProperties String
- classId String
- cloneable Boolean
- externalMeta Boolean
- objectType String
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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetWorkflowCustomDataTypeDefinitionResultTypeDefinition        
- AdditionalProperties string
- ClassId string
- Defaults
List<GetWorkflow Custom Data Type Definition Result Type Definition Default> 
- Description string
- A human-friendly description of this custom data type indicating it's domain and usage.
- DisplayMetas List<GetWorkflow Custom Data Type Definition Result Type Definition Display Meta> 
- 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
[]GetWorkflow Custom Data Type Definition Result Type Definition Default 
- Description string
- A human-friendly description of this custom data type indicating it's domain and usage.
- DisplayMetas []GetWorkflow Custom Data Type Definition Result Type Definition Display Meta 
- 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<GetWorkflow Custom Data Type Definition Result Type Definition Default> 
- description String
- A human-friendly description of this custom data type indicating it's domain and usage.
- displayMetas List<GetWorkflow Custom Data Type Definition Result Type Definition Display Meta> 
- 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
GetWorkflow Custom Data Type Definition Result Type Definition Default[] 
- description string
- A human-friendly description of this custom data type indicating it's domain and usage.
- displayMetas GetWorkflow Custom Data Type Definition Result Type Definition Display Meta[] 
- 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[GetWorkflow Custom Data Type Definition Result Type Definition Default] 
- description str
- A human-friendly description of this custom data type indicating it's domain and usage.
- display_metas Sequence[GetWorkflow Custom Data Type Definition Result Type Definition Display Meta] 
- 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
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- AdditionalProperties string
- ClassId string
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
- additionalProperties string
- classId string
- isValue booleanSet 
- objectType string
- override boolean
- value string
- additional_properties str
- class_id str
- is_value_ boolset 
- object_type str
- override bool
- value str
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDisplayMeta          
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
- additionalProperties string
- classId string
- inventorySelector boolean
- objectType string
- widgetType string
- additional_properties str
- class_id str
- inventory_selector bool
- object_type str
- widget_type str
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
GetWorkflowCustomDataTypeDefinitionResultVersionContext        
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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
GetWorkflow Custom Data Type Definition Type Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- Description string
- A human-friendly description of this custom data type indicating it's domain and usage.
- DisplayMeta GetWorkflow Custom Data Type Definition Type Definition Display Meta 
- 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
GetWorkflow Custom Data Type Definition Type Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- Description string
- A human-friendly description of this custom data type indicating it's domain and usage.
- DisplayMeta GetWorkflow Custom Data Type Definition Type Definition Display Meta 
- 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_
GetWorkflow Custom Data Type Definition Type Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description String
- A human-friendly description of this custom data type indicating it's domain and usage.
- displayMeta GetWorkflow Custom Data Type Definition Type Definition Display Meta 
- 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
GetWorkflow Custom Data Type Definition Type Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description string
- A human-friendly description of this custom data type indicating it's domain and usage.
- displayMeta GetWorkflow Custom Data Type Definition Type Definition Display Meta 
- 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
GetWorkflow Custom Data Type Definition Type Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description str
- A human-friendly description of this custom data type indicating it's domain and usage.
- display_meta GetWorkflow Custom Data Type Definition Type Definition Display Meta 
- 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.
- IsValue boolSet 
- 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.
- IsValue boolSet 
- 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.
- isValue BooleanSet 
- 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.
- isValue booleanSet 
- 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_ boolset 
- 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.
- isValue BooleanSet 
- 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<GetWorkflow Custom Data Type Definition Version Context Interested Mo> 
- MarkedFor boolDeletion 
- 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 GetWorkflow Custom Data Type Definition Version Context Ref Mo 
- 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 []GetWorkflow Custom Data Type Definition Version Context Interested Mo 
- MarkedFor boolDeletion 
- 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 GetWorkflow Custom Data Type Definition Version Context Ref Mo 
- 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<GetWorkflow Custom Data Type Definition Version Context Interested Mo> 
- markedFor BooleanDeletion 
- 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 GetWorkflow Custom Data Type Definition Version Context Ref Mo 
- 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 GetWorkflow Custom Data Type Definition Version Context Interested Mo[] 
- markedFor booleanDeletion 
- 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 GetWorkflow Custom Data Type Definition Version Context Ref Mo 
- 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[GetWorkflow Custom Data Type Definition Version Context Interested Mo] 
- marked_for_ booldeletion 
- 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 GetWorkflow Custom Data Type Definition Version Context Ref Mo 
- 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>
- markedFor BooleanDeletion 
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet