intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getWorkflowCustomDataTypeDefinition
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Captures a customized data type definition that can be used for task or workflow input/output. This can be reused across multiple tasks and workflow definitions.
Using getWorkflowCustomDataTypeDefinition
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWorkflowCustomDataTypeDefinition(args: GetWorkflowCustomDataTypeDefinitionArgs, opts?: InvokeOptions): Promise<GetWorkflowCustomDataTypeDefinitionResult>
function getWorkflowCustomDataTypeDefinitionOutput(args: GetWorkflowCustomDataTypeDefinitionOutputArgs, opts?: InvokeOptions): Output<GetWorkflowCustomDataTypeDefinitionResult>
def get_workflow_custom_data_type_definition(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetWorkflowCustomDataTypeDefinitionAncestor]] = None,
catalog: Optional[GetWorkflowCustomDataTypeDefinitionCatalog] = None,
class_id: Optional[str] = None,
cloned_from: Optional[GetWorkflowCustomDataTypeDefinitionClonedFrom] = None,
composite_type: Optional[bool] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
label: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parameter_sets: Optional[Sequence[GetWorkflowCustomDataTypeDefinitionParameterSet]] = None,
parent: Optional[GetWorkflowCustomDataTypeDefinitionParent] = None,
permission_resources: Optional[Sequence[GetWorkflowCustomDataTypeDefinitionPermissionResource]] = None,
properties: Optional[GetWorkflowCustomDataTypeDefinitionProperties] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetWorkflowCustomDataTypeDefinitionTag]] = None,
type_definitions: Optional[Sequence[GetWorkflowCustomDataTypeDefinitionTypeDefinition]] = None,
version_context: Optional[GetWorkflowCustomDataTypeDefinitionVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkflowCustomDataTypeDefinitionResult
def get_workflow_custom_data_type_definition_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCustomDataTypeDefinitionAncestorArgs]]]] = None,
catalog: Optional[pulumi.Input[GetWorkflowCustomDataTypeDefinitionCatalogArgs]] = None,
class_id: Optional[pulumi.Input[str]] = None,
cloned_from: Optional[pulumi.Input[GetWorkflowCustomDataTypeDefinitionClonedFromArgs]] = None,
composite_type: Optional[pulumi.Input[bool]] = None,
create_time: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
label: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parameter_sets: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCustomDataTypeDefinitionParameterSetArgs]]]] = None,
parent: Optional[pulumi.Input[GetWorkflowCustomDataTypeDefinitionParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCustomDataTypeDefinitionPermissionResourceArgs]]]] = None,
properties: Optional[pulumi.Input[GetWorkflowCustomDataTypeDefinitionPropertiesArgs]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCustomDataTypeDefinitionTagArgs]]]] = None,
type_definitions: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCustomDataTypeDefinitionTypeDefinitionArgs]]]] = None,
version_context: Optional[pulumi.Input[GetWorkflowCustomDataTypeDefinitionVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowCustomDataTypeDefinitionResult]
func LookupWorkflowCustomDataTypeDefinition(ctx *Context, args *LookupWorkflowCustomDataTypeDefinitionArgs, opts ...InvokeOption) (*LookupWorkflowCustomDataTypeDefinitionResult, error)
func LookupWorkflowCustomDataTypeDefinitionOutput(ctx *Context, args *LookupWorkflowCustomDataTypeDefinitionOutputArgs, opts ...InvokeOption) LookupWorkflowCustomDataTypeDefinitionResultOutput
> Note: This function is named LookupWorkflowCustomDataTypeDefinition
in the Go SDK.
public static class GetWorkflowCustomDataTypeDefinition
{
public static Task<GetWorkflowCustomDataTypeDefinitionResult> InvokeAsync(GetWorkflowCustomDataTypeDefinitionArgs args, InvokeOptions? opts = null)
public static Output<GetWorkflowCustomDataTypeDefinitionResult> Invoke(GetWorkflowCustomDataTypeDefinitionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkflowCustomDataTypeDefinitionResult> getWorkflowCustomDataTypeDefinition(GetWorkflowCustomDataTypeDefinitionArgs args, InvokeOptions options)
public static Output<GetWorkflowCustomDataTypeDefinitionResult> getWorkflowCustomDataTypeDefinition(GetWorkflowCustomDataTypeDefinitionArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getWorkflowCustomDataTypeDefinition:getWorkflowCustomDataTypeDefinition
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Workflow Custom Data Type Definition Ancestor> - Catalog
Get
Workflow Custom Data Type Definition Catalog - Class
Id string - 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 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.
- Domain
Group 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.
- Mod
Time 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 '_'.
- Object
Type string - Owners List<string>
- Parameter
Sets List<GetWorkflow Custom Data Type Definition Parameter Set> - Parent
Get
Workflow Custom Data Type Definition Parent - Permission
Resources List<GetWorkflow Custom Data Type Definition Permission Resource> - Properties
Get
Workflow 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<Get
Workflow Custom Data Type Definition Tag> - Type
Definitions List<GetWorkflow Custom Data Type Definition Type Definition> - Version
Context GetWorkflow Custom Data Type Definition Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Workflow Custom Data Type Definition Ancestor - Catalog
Get
Workflow Custom Data Type Definition Catalog - Class
Id string - 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 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.
- Domain
Group 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.
- Mod
Time 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 '_'.
- Object
Type string - Owners []string
- Parameter
Sets []GetWorkflow Custom Data Type Definition Parameter Set - Parent
Get
Workflow Custom Data Type Definition Parent - Permission
Resources []GetWorkflow Custom Data Type Definition Permission Resource - Properties
Get
Workflow 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.
- []Get
Workflow Custom Data Type Definition Tag - Type
Definitions []GetWorkflow Custom Data Type Definition Type Definition - Version
Context GetWorkflow Custom Data Type Definition Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Workflow Custom Data Type Definition Ancestor> - catalog
Get
Workflow Custom Data Type Definition Catalog - class
Id String - cloned
From GetWorkflow Custom Data Type Definition Cloned From - composite
Type Boolean - When true this data type definition is a collection of type definitions to represent composite data like JSON.
- create
Time 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.
- domain
Group 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.
- mod
Time 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 '_'.
- object
Type String - owners List<String>
- parameter
Sets List<GetWorkflow Custom Data Type Definition Parameter Set> - parent
Get
Workflow Custom Data Type Definition Parent - permission
Resources List<GetWorkflow Custom Data Type Definition Permission Resource> - properties
Get
Workflow 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<Get
Workflow Custom Data Type Definition Tag> - type
Definitions List<GetWorkflow Custom Data Type Definition Type Definition> - version
Context GetWorkflow Custom Data Type Definition Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Workflow Custom Data Type Definition Ancestor[] - catalog
Get
Workflow Custom Data Type Definition Catalog - class
Id string - cloned
From GetWorkflow Custom Data Type Definition Cloned From - composite
Type boolean - When true this data type definition is a collection of type definitions to represent composite data like JSON.
- create
Time 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.
- domain
Group 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.
- mod
Time 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 '_'.
- object
Type string - owners string[]
- parameter
Sets GetWorkflow Custom Data Type Definition Parameter Set[] - parent
Get
Workflow Custom Data Type Definition Parent - permission
Resources GetWorkflow Custom Data Type Definition Permission Resource[] - properties
Get
Workflow 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.
- Get
Workflow Custom Data Type Definition Tag[] - type
Definitions GetWorkflow Custom Data Type Definition Type Definition[] - version
Context GetWorkflow Custom Data Type Definition Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Workflow Custom Data Type Definition Ancestor] - catalog
Get
Workflow 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
Get
Workflow Custom Data Type Definition Parent - permission_
resources Sequence[GetWorkflow Custom Data Type Definition Permission Resource] - properties
Get
Workflow 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[Get
Workflow Custom Data Type Definition Tag] - type_
definitions Sequence[GetWorkflow Custom Data Type Definition Type Definition] - version_
context GetWorkflow Custom Data Type Definition Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- catalog Property Map
- class
Id String - cloned
From Property Map - composite
Type Boolean - When true this data type definition is a collection of type definitions to represent composite data like JSON.
- create
Time 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.
- domain
Group 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.
- mod
Time 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 '_'.
- object
Type String - owners List<String>
- parameter
Sets List<Property Map> - parent Property Map
- permission
Resources 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>
- type
Definitions List<Property Map> - version
Context Property Map
getWorkflowCustomDataTypeDefinition Result
The following output properties are available:
- Id string
- Results
List<Get
Workflow Custom Data Type Definition Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Workflow Custom Data Type Definition Ancestor> - Catalog
Get
Workflow Custom Data Type Definition Catalog - Class
Id string - Cloned
From GetWorkflow Custom Data Type Definition Cloned From - Composite
Type bool - Create
Time string - Description string
- Domain
Group stringMoid - Label string
- Mod
Time string - Moid string
- Name string
- Object
Type string - Owners List<string>
- Parameter
Sets List<GetWorkflow Custom Data Type Definition Parameter Set> - Parent
Get
Workflow Custom Data Type Definition Parent - Permission
Resources List<GetWorkflow Custom Data Type Definition Permission Resource> - Properties
Get
Workflow Custom Data Type Definition Properties - string
- List<Get
Workflow Custom Data Type Definition Tag> - Type
Definitions List<GetWorkflow Custom Data Type Definition Type Definition> - Version
Context GetWorkflow Custom Data Type Definition Version Context
- Id string
- Results
[]Get
Workflow Custom Data Type Definition Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Workflow Custom Data Type Definition Ancestor - Catalog
Get
Workflow Custom Data Type Definition Catalog - Class
Id string - Cloned
From GetWorkflow Custom Data Type Definition Cloned From - Composite
Type bool - Create
Time string - Description string
- Domain
Group stringMoid - Label string
- Mod
Time string - Moid string
- Name string
- Object
Type string - Owners []string
- Parameter
Sets []GetWorkflow Custom Data Type Definition Parameter Set - Parent
Get
Workflow Custom Data Type Definition Parent - Permission
Resources []GetWorkflow Custom Data Type Definition Permission Resource - Properties
Get
Workflow Custom Data Type Definition Properties - string
- []Get
Workflow Custom Data Type Definition Tag - Type
Definitions []GetWorkflow Custom Data Type Definition Type Definition - Version
Context GetWorkflow Custom Data Type Definition Version Context
- id String
- results
List<Get
Workflow Custom Data Type Definition Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Workflow Custom Data Type Definition Ancestor> - catalog
Get
Workflow Custom Data Type Definition Catalog - class
Id String - cloned
From GetWorkflow Custom Data Type Definition Cloned From - composite
Type Boolean - create
Time String - description String
- domain
Group StringMoid - label String
- mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parameter
Sets List<GetWorkflow Custom Data Type Definition Parameter Set> - parent
Get
Workflow Custom Data Type Definition Parent - permission
Resources List<GetWorkflow Custom Data Type Definition Permission Resource> - properties
Get
Workflow Custom Data Type Definition Properties - String
- List<Get
Workflow Custom Data Type Definition Tag> - type
Definitions List<GetWorkflow Custom Data Type Definition Type Definition> - version
Context GetWorkflow Custom Data Type Definition Version Context
- id string
- results
Get
Workflow Custom Data Type Definition Result[] - account
Moid string - additional
Properties string - ancestors
Get
Workflow Custom Data Type Definition Ancestor[] - catalog
Get
Workflow Custom Data Type Definition Catalog - class
Id string - cloned
From GetWorkflow Custom Data Type Definition Cloned From - composite
Type boolean - create
Time string - description string
- domain
Group stringMoid - label string
- mod
Time string - moid string
- name string
- object
Type string - owners string[]
- parameter
Sets GetWorkflow Custom Data Type Definition Parameter Set[] - parent
Get
Workflow Custom Data Type Definition Parent - permission
Resources GetWorkflow Custom Data Type Definition Permission Resource[] - properties
Get
Workflow Custom Data Type Definition Properties - string
- Get
Workflow Custom Data Type Definition Tag[] - type
Definitions GetWorkflow Custom Data Type Definition Type Definition[] - version
Context GetWorkflow Custom Data Type Definition Version Context
- id str
- results
Sequence[Get
Workflow Custom Data Type Definition Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Workflow Custom Data Type Definition Ancestor] - catalog
Get
Workflow 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
Get
Workflow Custom Data Type Definition Parent - permission_
resources Sequence[GetWorkflow Custom Data Type Definition Permission Resource] - properties
Get
Workflow Custom Data Type Definition Properties - str
- Sequence[Get
Workflow 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>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- catalog Property Map
- class
Id String - cloned
From Property Map - composite
Type Boolean - create
Time String - description String
- domain
Group StringMoid - label String
- mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parameter
Sets List<Property Map> - parent Property Map
- permission
Resources List<Property Map> - properties Property Map
- String
- List<Property Map>
- type
Definitions List<Property Map> - version
Context Property Map
Supporting Types
GetWorkflowCustomDataTypeDefinitionAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Control
Parameter string - Name of the controlling entity, whose value will be used for evaluating the parameter set.
- Enable
Parameters 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 '_'.
- Object
Type 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 string - Class
Id 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.
- Control
Parameter string - Name of the controlling entity, whose value will be used for evaluating the parameter set.
- Enable
Parameters []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 '_'.
- Object
Type 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 String - class
Id 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.
- control
Parameter String - Name of the controlling entity, whose value will be used for evaluating the parameter set.
- enable
Parameters 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 '_'.
- object
Type 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 string - class
Id 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.
- control
Parameter string - Name of the controlling entity, whose value will be used for evaluating the parameter set.
- enable
Parameters 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 '_'.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- control
Parameter String - Name of the controlling entity, whose value will be used for evaluating the parameter set.
- enable
Parameters 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 '_'.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id 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.
- 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id 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.
- external
Meta 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id 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.
- external
Meta 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.
- object
Type 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.
- additional
Properties String - class
Id 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.
- external
Meta 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetWorkflowCustomDataTypeDefinitionResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Workflow Custom Data Type Definition Result Ancestor> - Catalogs
List<Get
Workflow Custom Data Type Definition Result Catalog> - Class
Id string - Cloned
Froms List<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 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.
- Domain
Group 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.
- Mod
Time 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 '_'.
- Object
Type string - Owners List<string>
- Parameter
Sets List<GetWorkflow Custom Data Type Definition Result Parameter Set> - Parents
List<Get
Workflow Custom Data Type Definition Result Parent> - Permission
Resources List<GetWorkflow Custom Data Type Definition Result Permission Resource> - Properties
List<Get
Workflow 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<Get
Workflow Custom Data Type Definition Result Tag> - Type
Definitions List<GetWorkflow Custom Data Type Definition Result Type Definition> - Version
Contexts List<GetWorkflow Custom Data Type Definition Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Workflow Custom Data Type Definition Result Ancestor - Catalogs
[]Get
Workflow Custom Data Type Definition Result Catalog - Class
Id string - Cloned
Froms []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 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.
- Domain
Group 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.
- Mod
Time 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 '_'.
- Object
Type string - Owners []string
- Parameter
Sets []GetWorkflow Custom Data Type Definition Result Parameter Set - Parents
[]Get
Workflow Custom Data Type Definition Result Parent - Permission
Resources []GetWorkflow Custom Data Type Definition Result Permission Resource - Properties
[]Get
Workflow 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.
- []Get
Workflow Custom Data Type Definition Result Tag - Type
Definitions []GetWorkflow Custom Data Type Definition Result Type Definition - Version
Contexts []GetWorkflow Custom Data Type Definition Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Workflow Custom Data Type Definition Result Ancestor> - catalogs
List<Get
Workflow Custom Data Type Definition Result Catalog> - class
Id String - cloned
Froms List<GetWorkflow Custom Data Type Definition Result Cloned From> - composite
Type Boolean - When true this data type definition is a collection of type definitions to represent composite data like JSON.
- create
Time 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.
- domain
Group 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.
- mod
Time 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 '_'.
- object
Type String - owners List<String>
- parameter
Sets List<GetWorkflow Custom Data Type Definition Result Parameter Set> - parents
List<Get
Workflow Custom Data Type Definition Result Parent> - permission
Resources List<GetWorkflow Custom Data Type Definition Result Permission Resource> - properties
List<Get
Workflow 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<Get
Workflow Custom Data Type Definition Result Tag> - type
Definitions List<GetWorkflow Custom Data Type Definition Result Type Definition> - version
Contexts List<GetWorkflow Custom Data Type Definition Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Workflow Custom Data Type Definition Result Ancestor[] - catalogs
Get
Workflow Custom Data Type Definition Result Catalog[] - class
Id string - cloned
Froms GetWorkflow Custom Data Type Definition Result Cloned From[] - composite
Type boolean - When true this data type definition is a collection of type definitions to represent composite data like JSON.
- create
Time 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.
- domain
Group 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.
- mod
Time 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 '_'.
- object
Type string - owners string[]
- parameter
Sets GetWorkflow Custom Data Type Definition Result Parameter Set[] - parents
Get
Workflow Custom Data Type Definition Result Parent[] - permission
Resources GetWorkflow Custom Data Type Definition Result Permission Resource[] - properties
Get
Workflow 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.
- Get
Workflow Custom Data Type Definition Result Tag[] - type
Definitions GetWorkflow Custom Data Type Definition Result Type Definition[] - version
Contexts GetWorkflow Custom Data Type Definition Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Workflow Custom Data Type Definition Result Ancestor] - catalogs
Sequence[Get
Workflow 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[Get
Workflow Custom Data Type Definition Result Parent] - permission_
resources Sequence[GetWorkflow Custom Data Type Definition Result Permission Resource] - properties
Sequence[Get
Workflow 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[Get
Workflow 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]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- catalogs List<Property Map>
- class
Id String - cloned
Froms List<Property Map> - composite
Type Boolean - When true this data type definition is a collection of type definitions to represent composite data like JSON.
- create
Time 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.
- domain
Group 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.
- mod
Time 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 '_'.
- object
Type String - owners List<String>
- parameter
Sets List<Property Map> - parents List<Property Map>
- permission
Resources 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>
- type
Definitions List<Property Map> - version
Contexts List<Property Map>
GetWorkflowCustomDataTypeDefinitionResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCustomDataTypeDefinitionResultCatalog
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCustomDataTypeDefinitionResultClonedFrom
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCustomDataTypeDefinitionResultParameterSet
- Additional
Properties string - Class
Id string - Condition string
- Control
Parameter string - Enable
Parameters 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 '_'.
- Object
Type string - Value string
- Additional
Properties string - Class
Id string - Condition string
- Control
Parameter string - Enable
Parameters []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 '_'.
- Object
Type string - Value string
- additional
Properties String - class
Id String - condition String
- control
Parameter String - enable
Parameters 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 '_'.
- object
Type String - value String
- additional
Properties string - class
Id string - condition string
- control
Parameter string - enable
Parameters 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 '_'.
- object
Type 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
- additional
Properties String - class
Id String - condition String
- control
Parameter String - enable
Parameters 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 '_'.
- object
Type String - value String
GetWorkflowCustomDataTypeDefinitionResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCustomDataTypeDefinitionResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCustomDataTypeDefinitionResultProperty
- Additional
Properties string - Class
Id string - Cloneable bool
- External
Meta bool - Object
Type string
- Additional
Properties string - Class
Id string - Cloneable bool
- External
Meta bool - Object
Type string
- additional
Properties String - class
Id String - cloneable Boolean
- external
Meta Boolean - object
Type String
- additional
Properties string - class
Id string - cloneable boolean
- external
Meta boolean - object
Type string
- additional_
properties str - class_
id str - cloneable bool
- external_
meta bool - object_
type str
- additional
Properties String - class
Id String - cloneable Boolean
- external
Meta Boolean - object
Type String
GetWorkflowCustomDataTypeDefinitionResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetWorkflowCustomDataTypeDefinitionResultTypeDefinition
- Additional
Properties string - Class
Id string - Defaults
List<Get
Workflow 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.
- Display
Metas List<GetWorkflow Custom Data Type Definition Result Type Definition Display Meta> - Input
Parameters 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 '_'.
- Object
Type string - Required bool
- Additional
Properties string - Class
Id string - Defaults
[]Get
Workflow 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.
- Display
Metas []GetWorkflow Custom Data Type Definition Result Type Definition Display Meta - Input
Parameters 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 '_'.
- Object
Type string - Required bool
- additional
Properties String - class
Id String - defaults
List<Get
Workflow 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.
- display
Metas List<GetWorkflow Custom Data Type Definition Result Type Definition Display Meta> - input
Parameters 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 '_'.
- object
Type String - required Boolean
- additional
Properties string - class
Id string - defaults
Get
Workflow 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.
- display
Metas GetWorkflow Custom Data Type Definition Result Type Definition Display Meta[] - input
Parameters 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 '_'.
- object
Type string - required boolean
- additional_
properties str - class_
id str - defaults
Sequence[Get
Workflow 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
- additional
Properties String - class
Id String - defaults List<Property Map>
- description String
- A human-friendly description of this custom data type indicating it's domain and usage.
- display
Metas List<Property Map> - input
Parameters 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 '_'.
- object
Type String - required Boolean
GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDefault
- Additional
Properties string - Class
Id string - Is
Value boolSet - Object
Type string - Override bool
- Value string
- Additional
Properties string - Class
Id string - Is
Value boolSet - Object
Type string - Override bool
- Value string
- additional
Properties String - class
Id String - is
Value BooleanSet - object
Type String - override Boolean
- value String
- additional
Properties string - class
Id string - is
Value booleanSet - object
Type string - override boolean
- value string
- additional_
properties str - class_
id str - is_
value_ boolset - object_
type str - override bool
- value str
- additional
Properties String - class
Id String - is
Value BooleanSet - object
Type String - override Boolean
- value String
GetWorkflowCustomDataTypeDefinitionResultTypeDefinitionDisplayMeta
- Additional
Properties string - Class
Id string - Inventory
Selector bool - Object
Type string - Widget
Type string
- Additional
Properties string - Class
Id string - Inventory
Selector bool - Object
Type string - Widget
Type string
- additional
Properties String - class
Id String - inventory
Selector Boolean - object
Type String - widget
Type String
- additional
Properties string - class
Id string - inventory
Selector boolean - object
Type string - widget
Type string
- additional_
properties str - class_
id str - inventory_
selector bool - object_
type str - widget_
type str
- additional
Properties String - class
Id String - inventory
Selector Boolean - object
Type String - widget
Type String
GetWorkflowCustomDataTypeDefinitionResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetWorkflowCustomDataTypeDefinitionResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCustomDataTypeDefinitionResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCustomDataTypeDefinitionTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetWorkflowCustomDataTypeDefinitionTypeDefinition
- Additional
Properties string - Class
Id 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
Get
Workflow 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.
- 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 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 '_'.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- Additional
Properties string - Class
Id 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
Get
Workflow 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.
- 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 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 '_'.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additional
Properties String - class
Id 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_
Get
Workflow 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.
- 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 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 '_'.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additional
Properties string - class
Id 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
Get
Workflow 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.
- 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 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 '_'.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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
Get
Workflow 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.
- additional
Properties String - class
Id 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.
- display
Meta Property Map - Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- input
Parameters 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 '_'.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
GetWorkflowCustomDataTypeDefinitionTypeDefinitionDefault
- Additional
Properties string - Class
Id 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.
- 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 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.
- Additional
Properties string - Class
Id 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.
- 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 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.
- additional
Properties String - class
Id 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.
- is
Value 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.
- object
Type 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 string - class
Id 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.
- is
Value 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.
- object
Type 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.
- additional
Properties String - class
Id 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.
- is
Value 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Inventory
Selector bool - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Widget
Type 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 string - Class
Id 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.
- Inventory
Selector bool - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Widget
Type 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 String - class
Id 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.
- inventory
Selector Boolean - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget
Type 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 string - class
Id 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.
- inventory
Selector boolean - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget
Type 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.
- additional
Properties String - class
Id 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.
- inventory
Selector Boolean - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget
Type 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
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id 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.
- interested
Mos List<GetWorkflow Custom Data Type Definition Version Context Interested Mo> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - 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 String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetWorkflow Custom Data Type Definition Version Context Interested Mo[] - marked
For 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.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - 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 string
- The time this versioned Managed Object was created.
- version
Type 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.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet