Variables are user-defined entities that can be shared across workflows. They allow users to set a value once and then reference it from different workflows within the same scope. The variables can be of any type that is supported by the workflow system.
Allowed Types in AdditionalProperties
workflow.ArrayDataType
This data type represents an array of a given type. It can be an array of primitive data or of custom data.
array_item_type
:(HashMap) - Data item within the array data type.
This complex property has following sub-properties:object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
max
:(int) Specify the maximum value of the array.min
:(int) Specify the minimum value of the array.
workflow.CustomDataType
This data type represents a custom data object.
properties
:(HashMap) - Captures the custom data type properties.
This complex property has following sub-properties:catalog_moid
:(string) Specify the catalog moid that this custom data type belongs.custom_data_type_id
:(string)(ReadOnly) The resolved custom data type definition managed object.custom_data_type_name
:(string) Name of the custom data type for this input.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
workflow.DynamicTemplateParserDataType
Data type to fetch a generic template from given selector and parse it using an api to give an array of secure and non-secure keys for form generation. URL used to fetch the template object is based on the templateType. Final input passed to the workflow using this data type is a JSON containing {‘Template’:’’, ‘Keys’:[{’’:’<val 1>’}], ‘SecureKeys’:[{’’:’’}]}.is_template_secure
:(bool) When set to true, the template is marked as secure and the content is encrypted and stored.template_type
:(string) Template type decides on the API to be used to fetch the placeholders present inside the template.* OsInstall
- This refers to the OS configuration template MO.
workflow.MoInventoryDataType
The data type to represent the selected properties of an Intersight managed object. This data type is used only in Service items to define the schema of resources and their attributes.
properties
:(Array)
This complex property has following sub-properties:attributes
:
(Array of schema.TypeString) -object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.reference_object_type
:(string) ObjectType for which the attributes need to be collected.reference_type
:(string) Defines how the reference to the shadow resource is done. Base case is via an Moid, but reference via a selector is also possible.* Moid
- The reference to the original resource is via an Moid.* Selector
- The reference to the original resource is via a selector query. This can potentially lead to tracking data for multiple resources.
workflow.MoReferenceAutoDataType
The data type to capture an Intersight managed object reference that is automatically selected by the system based on a given selection criteria.
properties
:(Array)
This complex property has following sub-properties:display_attributes
:
(Array of schema.TypeString) -filters
:
(Array of schema.TypeString) -object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.order_by
:(string) Determines properties that are used to sort the collection of resources.rule
:(HashMap) - The rule can be obtained directly from a Resource Selection Criteria or provided as inline resource filter conditions.
This complex property has following sub-properties:object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
workflow.MoReferenceDataType
Data type to capture an Intersight Managed object reference.
properties
:(Array)
This complex property has following sub-properties:display_attributes
:
(Array of schema.TypeString) -object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.selector
:(string) Field to hold an Intersight API along with an optional filter to narrow down the search options.selector_property
:(HashMap) - Selector properties to define HTTP method and ‘body’ in case of upsert operation.
This complex property has following sub-properties:body
:(JSON as string) Content of the request body to send for POST request.method
:(string) The HTTP method to be used.* GET
- The HTTP GET method requests a representation of the specified resource.* POST
- The HTTP POST method sends data to the server.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
value_attribute
:(string) A property from the Intersight object, value of which can be used as value for referenced input definition.
workflow.PrimitiveDataType
This data type is used to represent primitives like string, floats and integers.
properties
:(HashMap) - Primitive data type properties.
This complex property has following sub-properties:constraints
:(HashMap) - Constraints that must be applied to the parameter value supplied for this data type.
This complex property has following sub-properties:enum_list
:(Array)
This complex property has following sub-properties:label
:(string) Label for the enum value. A user friendly short string to identify the enum value. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote (’), forward slash (/), round parenthesis ( () ), or an underscore (_) and must have an alphanumeric character.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.value
:(string) Enum value for this enum entry. Value will be passed to the workflow as string type for execution. Value can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), round parenthesis ( () ), forward slash (/), or an underscore (_).
max
:(float) Allowed maximum value of the parameter if parameter is integer/float or maximum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then maximum number supported is 1.797693134862315708145274237317043567981e+308 or (21023 * (253 - 1) / 2**52). When a number bigger than this is given as Maximum value, the constraints will not be enforced.min
:(float) Allowed minimum value of the parameter if parameter is integer/float or minimum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then minimum number supported is 4.940656458412465441765687928682213723651e-324 or (1 / 2 ** (1023 - 1 + 52)). When a number smaller than this is given as minimum value, the constraints will not be enforced.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.regex
:(string) When the parameter is a string this regular expression is used to ensure the value is valid.data_source_selector
:(Array)
This complex property has following sub-properties:display_attributes
:
(Array of schema.TypeString) -object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.selector
:(string) This field holds mapping information used to provide suggestions to the user. The mapping should be in the ‘${workflow.input.property}’ format. It supports workflow input mapping for workflows, and for User Actions, it supports workflow inputs, workflow outputs, workflow variables, and outputs from previous tasks.value_attribute
:(string) A property from the mapped parameter, value of which can be used as value for referenced input definition.
inventory_selector
:(Array)
This complex property has following sub-properties:display_attributes
:
(Array of schema.TypeString) -object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.selector
:(string) Field to hold an Intersight API along with an optional filter to narrow down the search options.selector_property
:(HashMap) - Selector properties to define HTTP method and ‘body’ in case of upsert operation.
This complex property has following sub-properties:body
:(JSON as string) Content of the request body to send for POST request.method
:(string) The HTTP method to be used.* GET
- The HTTP GET method requests a representation of the specified resource.* POST
- The HTTP POST method sends data to the server.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
value_attribute
:(string) A property from the Intersight object, value of which can be used as value for referenced input definition.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.secure
:(bool) Intersight supports secure properties as task input/output. The values ofthese properties are encrypted and stored in Intersight.This flag marks the property to be secure when it is set to true.type
:(string) Specify the enum type for primitive data type.* string
- Enum to specify a string data type.* integer
- Enum to specify an integer32 data type.* float
- Enum to specify a float64 data type.* boolean
- Enum to specify a boolean data type.* json
- Enum to specify a json data type.* enum
- Enum to specify a enum data type which is a list of pre-defined strings.
workflow.TargetDataType
Data type to capture a target endpoint or device.
custom_data_type_properties
:(HashMap) - Reference to custom data type definition.
This complex property has following sub-properties:catalog_moid
:(string) Specify the catalog moid that this custom data type belongs.custom_data_type_id
:(string)(ReadOnly) The resolved custom data type definition managed object.custom_data_type_name
:(string) Name of the custom data type for this input.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
is_array
:(bool) When this property is true then an array of targets can be passed as input.max
:(int) Specify the maximum value of the array.min
:(int) Specify the minimum value of the array.properties
:(Array)
This complex property has following sub-properties:connector_attribute
:(string) A singleton value which will contain the path to connector object from the selected object.constraint_attributes
:
(Array of schema.TypeString) -display_attributes
:
(Array of schema.TypeString) -object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.platform_type
:
(Array of schema.TypeString) -selector
:(string) Field to hold an Intersight API along with an optional filter to narrow down the search options for target device.selector_property
:(HashMap) - Selector properties to define HTTP method and ‘body’ in case of upsert operation.
This complex property has following sub-properties:body
:(JSON as string) Content of the request body to send for POST request.method
:(string) The HTTP method to be used.* GET
- The HTTP GET method requests a representation of the specified resource.* POST
- The HTTP POST method sends data to the server.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
supported_objects
:
(Array of schema.TypeString) -
Create WorkflowVariable Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
@overload
def WorkflowVariable(resource_name: str,
args: Optional[WorkflowVariableArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def WorkflowVariable(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[WorkflowVariableAncestorArgs]] = None,
catalogs: Optional[Sequence[WorkflowVariableCatalogArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
create_user: Optional[str] = None,
definitions: Optional[Sequence[WorkflowVariableDefinitionArgs]] = None,
domain_group_moid: Optional[str] = None,
mod_time: Optional[str] = None,
mod_user: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[WorkflowVariableParentArgs]] = None,
permission_resources: Optional[Sequence[WorkflowVariablePermissionResourceArgs]] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[WorkflowVariableTagArgs]] = None,
value: Optional[str] = None,
version_contexts: Optional[Sequence[WorkflowVariableVersionContextArgs]] = None,
workflow_variable_id: Optional[str] = None)
type: intersight:WorkflowVariable
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- resource_name
str
- The unique name of the resource.
- args
WorkflowVariableArgs
- The arguments to resource properties.
- opts
ResourceOptions
- Bag of options to control resource's behavior.
- ctx
Context
- Context object for the current deployment.
- name
string
- The unique name of the resource.
- args
WorkflowVariableArgs
- The arguments to resource properties.
- opts
ResourceOption
- Bag of options to control resource's behavior.
- name
String
- The unique name of the resource.
- args
WorkflowVariableArgs
- The arguments to resource properties.
- options
CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var workflowVariableResource = new Intersight.WorkflowVariable("workflowVariableResource", new()
{
AccountMoid = "string",
AdditionalProperties = "string",
Ancestors = new[]
{
new Intersight.Inputs.WorkflowVariableAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Catalogs = new[]
{
new Intersight.Inputs.WorkflowVariableCatalogArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ClassId = "string",
CreateTime = "string",
CreateUser = "string",
Definitions = new[]
{
new Intersight.Inputs.WorkflowVariableDefinitionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Defaults = new[]
{
new Intersight.Inputs.WorkflowVariableDefinitionDefaultArgs
{
AdditionalProperties = "string",
ClassId = "string",
IsValueSet = false,
ObjectType = "string",
Override = false,
Value = "string",
},
},
Description = "string",
DisplayMetas = new[]
{
new Intersight.Inputs.WorkflowVariableDefinitionDisplayMetaArgs
{
AdditionalProperties = "string",
ClassId = "string",
InventorySelector = false,
ObjectType = "string",
WidgetType = "string",
},
},
InputParameters = "string",
Label = "string",
Name = "string",
ObjectType = "string",
Required = false,
},
},
DomainGroupMoid = "string",
ModTime = "string",
ModUser = "string",
Moid = "string",
Name = "string",
ObjectType = "string",
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.WorkflowVariableParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.WorkflowVariablePermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
SharedScope = "string",
Tags = new[]
{
new Intersight.Inputs.WorkflowVariableTagArgs
{
AdditionalProperties = "string",
Key = "string",
Value = "string",
},
},
Value = "string",
VersionContexts = new[]
{
new Intersight.Inputs.WorkflowVariableVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.WorkflowVariableVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.WorkflowVariableVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
WorkflowVariableId = "string",
});
example, err := intersight.NewWorkflowVariable(ctx, "workflowVariableResource", &intersight.WorkflowVariableArgs{
AccountMoid: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
Ancestors: .WorkflowVariableAncestorArray{
&.WorkflowVariableAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Catalogs: .WorkflowVariableCatalogArray{
&.WorkflowVariableCatalogArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ClassId: pulumi.String("string"),
CreateTime: pulumi.String("string"),
CreateUser: pulumi.String("string"),
Definitions: .WorkflowVariableDefinitionArray{
&.WorkflowVariableDefinitionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Defaults: .WorkflowVariableDefinitionDefaultArray{
&.WorkflowVariableDefinitionDefaultArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
IsValueSet: pulumi.Bool(false),
ObjectType: pulumi.String("string"),
Override: pulumi.Bool(false),
Value: pulumi.String("string"),
},
},
Description: pulumi.String("string"),
DisplayMetas: .WorkflowVariableDefinitionDisplayMetaArray{
&.WorkflowVariableDefinitionDisplayMetaArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InventorySelector: pulumi.Bool(false),
ObjectType: pulumi.String("string"),
WidgetType: pulumi.String("string"),
},
},
InputParameters: pulumi.String("string"),
Label: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Required: pulumi.Bool(false),
},
},
DomainGroupMoid: pulumi.String("string"),
ModTime: pulumi.String("string"),
ModUser: pulumi.String("string"),
Moid: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: .WorkflowVariableParentArray{
&.WorkflowVariableParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: .WorkflowVariablePermissionResourceArray{
&.WorkflowVariablePermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
SharedScope: pulumi.String("string"),
Tags: .WorkflowVariableTagArray{
&.WorkflowVariableTagArgs{
AdditionalProperties: pulumi.String("string"),
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Value: pulumi.String("string"),
VersionContexts: .WorkflowVariableVersionContextArray{
&.WorkflowVariableVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: .WorkflowVariableVersionContextInterestedMoArray{
&.WorkflowVariableVersionContextInterestedMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
MarkedForDeletion: pulumi.Bool(false),
NrVersion: pulumi.String("string"),
ObjectType: pulumi.String("string"),
RefMos: .WorkflowVariableVersionContextRefMoArray{
&.WorkflowVariableVersionContextRefMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Timestamp: pulumi.String("string"),
VersionType: pulumi.String("string"),
},
},
WorkflowVariableId: pulumi.String("string"),
})
var workflowVariableResource = new WorkflowVariable("workflowVariableResource", WorkflowVariableArgs.builder()
.accountMoid("string")
.additionalProperties("string")
.ancestors(WorkflowVariableAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.catalogs(WorkflowVariableCatalogArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.classId("string")
.createTime("string")
.createUser("string")
.definitions(WorkflowVariableDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.defaults(WorkflowVariableDefinitionDefaultArgs.builder()
.additionalProperties("string")
.classId("string")
.isValueSet(false)
.objectType("string")
.override(false)
.value("string")
.build())
.description("string")
.displayMetas(WorkflowVariableDefinitionDisplayMetaArgs.builder()
.additionalProperties("string")
.classId("string")
.inventorySelector(false)
.objectType("string")
.widgetType("string")
.build())
.inputParameters("string")
.label("string")
.name("string")
.objectType("string")
.required(false)
.build())
.domainGroupMoid("string")
.modTime("string")
.modUser("string")
.moid("string")
.name("string")
.objectType("string")
.owners("string")
.parents(WorkflowVariableParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.permissionResources(WorkflowVariablePermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.sharedScope("string")
.tags(WorkflowVariableTagArgs.builder()
.additionalProperties("string")
.key("string")
.value("string")
.build())
.value("string")
.versionContexts(WorkflowVariableVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(WorkflowVariableVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(WorkflowVariableVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.workflowVariableId("string")
.build());
workflow_variable_resource = intersight.WorkflowVariable("workflowVariableResource",
account_moid="string",
additional_properties="string",
ancestors=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
catalogs=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
class_id="string",
create_time="string",
create_user="string",
definitions=[{
"additional_properties": "string",
"class_id": "string",
"defaults": [{
"additional_properties": "string",
"class_id": "string",
"is_value_set": False,
"object_type": "string",
"override": False,
"value": "string",
}],
"description": "string",
"display_metas": [{
"additional_properties": "string",
"class_id": "string",
"inventory_selector": False,
"object_type": "string",
"widget_type": "string",
}],
"input_parameters": "string",
"label": "string",
"name": "string",
"object_type": "string",
"required": False,
}],
domain_group_moid="string",
mod_time="string",
mod_user="string",
moid="string",
name="string",
object_type="string",
owners=["string"],
parents=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
permission_resources=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
shared_scope="string",
tags=[{
"additional_properties": "string",
"key": "string",
"value": "string",
}],
value="string",
version_contexts=[{
"additional_properties": "string",
"class_id": "string",
"interested_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"marked_for_deletion": False,
"nr_version": "string",
"object_type": "string",
"ref_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"timestamp": "string",
"version_type": "string",
}],
workflow_variable_id="string")
const workflowVariableResource = new intersight.WorkflowVariable("workflowVariableResource", {
accountMoid: "string",
additionalProperties: "string",
ancestors: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
catalogs: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
classId: "string",
createTime: "string",
createUser: "string",
definitions: [{
additionalProperties: "string",
classId: "string",
defaults: [{
additionalProperties: "string",
classId: "string",
isValueSet: false,
objectType: "string",
override: false,
value: "string",
}],
description: "string",
displayMetas: [{
additionalProperties: "string",
classId: "string",
inventorySelector: false,
objectType: "string",
widgetType: "string",
}],
inputParameters: "string",
label: "string",
name: "string",
objectType: "string",
required: false,
}],
domainGroupMoid: "string",
modTime: "string",
modUser: "string",
moid: "string",
name: "string",
objectType: "string",
owners: ["string"],
parents: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
permissionResources: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
sharedScope: "string",
tags: [{
additionalProperties: "string",
key: "string",
value: "string",
}],
value: "string",
versionContexts: [{
additionalProperties: "string",
classId: "string",
interestedMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
markedForDeletion: false,
nrVersion: "string",
objectType: "string",
refMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
timestamp: "string",
versionType: "string",
}],
workflowVariableId: "string",
});
type: intersight:WorkflowVariable
properties:
accountMoid: string
additionalProperties: string
ancestors:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
catalogs:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
classId: string
createTime: string
createUser: string
definitions:
- additionalProperties: string
classId: string
defaults:
- additionalProperties: string
classId: string
isValueSet: false
objectType: string
override: false
value: string
description: string
displayMetas:
- additionalProperties: string
classId: string
inventorySelector: false
objectType: string
widgetType: string
inputParameters: string
label: string
name: string
objectType: string
required: false
domainGroupMoid: string
modTime: string
modUser: string
moid: string
name: string
objectType: string
owners:
- string
parents:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
permissionResources:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
sharedScope: string
tags:
- additionalProperties: string
key: string
value: string
value: string
versionContexts:
- additionalProperties: string
classId: string
interestedMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
markedForDeletion: false
nrVersion: string
objectType: string
refMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
timestamp: string
versionType: string
workflowVariableId: string
WorkflowVariable Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The WorkflowVariable resource accepts the following input properties:
- AccountMoid
string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties
string
- Ancestors
List<WorkflowVariableAncestor>
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- Catalogs
List<WorkflowVariableCatalog>
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- ClassId
string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the
type of the payload when marshaling and unmarshaling data.
- CreateTime
string
- (ReadOnly) The time when this managed object was created.
- CreateUser
string
- (ReadOnly) The user identifier who created the environment variable.
- Definitions
List<WorkflowVariableDefinition>
- This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.
This complex property has following sub-properties:
- DomainGroupMoid
string
- (ReadOnly) The DomainGroup ID for this managed object.
- ModTime
string
- (ReadOnly) The time when this managed object was last modified.
- ModUser
string
- (ReadOnly) The user identifier who last updated the environment variable.
- Moid
string
- The unique identifier of this Managed Object instance.
- Name
string
- (ReadOnly) This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.
- ObjectType
string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners
List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<WorkflowVariableParent>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- PermissionResources
List<WorkflowVariablePermissionResource>
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- SharedScope
string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Tags
List<WorkflowVariableTag>
- This complex property has following sub-properties:
- Value
string
- This defines the value of the variable and it will be validated against the datatype defined in the definition.
- VersionContexts
List<WorkflowVariableVersionContext>
- (ReadOnly) The versioning info for this managed object.
This complex property has following sub-properties:
- WorkflowVariableId
string
- AccountMoid
string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties
string
- Ancestors
[]WorkflowVariableAncestorArgs
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- Catalogs
[]WorkflowVariableCatalogArgs
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- ClassId
string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the
type of the payload when marshaling and unmarshaling data.
- CreateTime
string
- (ReadOnly) The time when this managed object was created.
- CreateUser
string
- (ReadOnly) The user identifier who created the environment variable.
- Definitions
[]WorkflowVariableDefinitionArgs
- This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.
This complex property has following sub-properties:
- DomainGroupMoid
string
- (ReadOnly) The DomainGroup ID for this managed object.
- ModTime
string
- (ReadOnly) The time when this managed object was last modified.
- ModUser
string
- (ReadOnly) The user identifier who last updated the environment variable.
- Moid
string
- The unique identifier of this Managed Object instance.
- Name
string
- (ReadOnly) This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.
- ObjectType
string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners
[]string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]WorkflowVariableParentArgs
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- PermissionResources
[]WorkflowVariablePermissionResourceArgs
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- SharedScope
string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Tags
[]WorkflowVariableTagArgs
- This complex property has following sub-properties:
- Value
string
- This defines the value of the variable and it will be validated against the datatype defined in the definition.
- VersionContexts
[]WorkflowVariableVersionContextArgs
- (ReadOnly) The versioning info for this managed object.
This complex property has following sub-properties:
- WorkflowVariableId
string
- accountMoid
String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties
String
- ancestors
List<WorkflowVariableAncestor>
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- catalogs
List<WorkflowVariableCatalog>
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- classId
String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the
type of the payload when marshaling and unmarshaling data.
- createTime
String
- (ReadOnly) The time when this managed object was created.
- createUser
String
- (ReadOnly) The user identifier who created the environment variable.
- definitions
List<WorkflowVariableDefinition>
- This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.
This complex property has following sub-properties:
- domainGroupMoid
String
- (ReadOnly) The DomainGroup ID for this managed object.
- modTime
String
- (ReadOnly) The time when this managed object was last modified.
- modUser
String
- (ReadOnly) The user identifier who last updated the environment variable.
- moid
String
- The unique identifier of this Managed Object instance.
- name
String
- (ReadOnly) This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.
- objectType
String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners
List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<WorkflowVariableParent>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- permissionResources
List<WorkflowVariablePermissionResource>
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- sharedScope
String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- tags
List<WorkflowVariableTag>
- This complex property has following sub-properties:
- value
String
- This defines the value of the variable and it will be validated against the datatype defined in the definition.
- versionContexts
List<WorkflowVariableVersionContext>
- (ReadOnly) The versioning info for this managed object.
This complex property has following sub-properties:
- workflowVariableId
String
- accountMoid
string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties
string
- ancestors
WorkflowVariableAncestor[]
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- catalogs
WorkflowVariableCatalog[]
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- classId
string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the
type of the payload when marshaling and unmarshaling data.
- createTime
string
- (ReadOnly) The time when this managed object was created.
- createUser
string
- (ReadOnly) The user identifier who created the environment variable.
- definitions
WorkflowVariableDefinition[]
- This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.
This complex property has following sub-properties:
- domainGroupMoid
string
- (ReadOnly) The DomainGroup ID for this managed object.
- modTime
string
- (ReadOnly) The time when this managed object was last modified.
- modUser
string
- (ReadOnly) The user identifier who last updated the environment variable.
- moid
string
- The unique identifier of this Managed Object instance.
- name
string
- (ReadOnly) This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.
- objectType
string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners
string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
WorkflowVariableParent[]
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- permissionResources
WorkflowVariablePermissionResource[]
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- sharedScope
string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- tags
WorkflowVariableTag[]
- This complex property has following sub-properties:
- value
string
- This defines the value of the variable and it will be validated against the datatype defined in the definition.
- versionContexts
WorkflowVariableVersionContext[]
- (ReadOnly) The versioning info for this managed object.
This complex property has following sub-properties:
- workflowVariableId
string
- account_moid
str
- (ReadOnly) The Account ID for this managed object.
- additional_properties
str
- ancestors
Sequence[WorkflowVariableAncestorArgs]
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- catalogs
Sequence[WorkflowVariableCatalogArgs]
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- 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.
- create_time
str
- (ReadOnly) The time when this managed object was created.
- create_user
str
- (ReadOnly) The user identifier who created the environment variable.
- definitions
Sequence[WorkflowVariableDefinitionArgs]
- This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.
This complex property has following sub-properties:
- domain_group_moid
str
- (ReadOnly) The DomainGroup ID for this managed object.
- mod_time
str
- (ReadOnly) The time when this managed object was last modified.
- mod_user
str
- (ReadOnly) The user identifier who last updated the environment variable.
- moid
str
- The unique identifier of this Managed Object instance.
- name
str
- (ReadOnly) This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.
- object_type
str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners
Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[WorkflowVariableParentArgs]
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- permission_resources
Sequence[WorkflowVariablePermissionResourceArgs]
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- shared_scope
str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- tags
Sequence[WorkflowVariableTagArgs]
- This complex property has following sub-properties:
- value
str
- This defines the value of the variable and it will be validated against the datatype defined in the definition.
- version_contexts
Sequence[WorkflowVariableVersionContextArgs]
- (ReadOnly) The versioning info for this managed object.
This complex property has following sub-properties:
- workflow_variable_id
str
- accountMoid
String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties
String
- ancestors
List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- catalogs
List<Property Map>
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- classId
String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the
type of the payload when marshaling and unmarshaling data.
- createTime
String
- (ReadOnly) The time when this managed object was created.
- createUser
String
- (ReadOnly) The user identifier who created the environment variable.
- definitions
List<Property Map>
- This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.
This complex property has following sub-properties:
- domainGroupMoid
String
- (ReadOnly) The DomainGroup ID for this managed object.
- modTime
String
- (ReadOnly) The time when this managed object was last modified.
- modUser
String
- (ReadOnly) The user identifier who last updated the environment variable.
- moid
String
- The unique identifier of this Managed Object instance.
- name
String
- (ReadOnly) This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.
- objectType
String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners
List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- permissionResources
List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- sharedScope
String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- tags
List<Property Map>
- This complex property has following sub-properties:
- value
String
- This defines the value of the variable and it will be validated against the datatype defined in the definition.
- versionContexts
List<Property Map>
- (ReadOnly) The versioning info for this managed object.
This complex property has following sub-properties:
- workflowVariableId
String
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkflowVariable resource produces the following output properties:
- Id
string
- The provider-assigned unique ID for this managed resource.
- Id
string
- The provider-assigned unique ID for this managed resource.
- id
String
- The provider-assigned unique ID for this managed resource.
- id
string
- The provider-assigned unique ID for this managed resource.
- id
str
- The provider-assigned unique ID for this managed resource.
- id
String
- The provider-assigned unique ID for this managed resource.
Look up Existing WorkflowVariable Resource
Get an existing WorkflowVariable resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[WorkflowVariableAncestorArgs]] = None,
catalogs: Optional[Sequence[WorkflowVariableCatalogArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
create_user: Optional[str] = None,
definitions: Optional[Sequence[WorkflowVariableDefinitionArgs]] = None,
domain_group_moid: Optional[str] = None,
mod_time: Optional[str] = None,
mod_user: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[WorkflowVariableParentArgs]] = None,
permission_resources: Optional[Sequence[WorkflowVariablePermissionResourceArgs]] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[WorkflowVariableTagArgs]] = None,
value: Optional[str] = None,
version_contexts: Optional[Sequence[WorkflowVariableVersionContextArgs]] = None,
workflow_variable_id: Optional[str] = None) -> WorkflowVariable
func GetWorkflowVariable(ctx *Context, name string, id IDInput, state *WorkflowVariableState, opts ...ResourceOption) (*WorkflowVariable, error)
public static WorkflowVariable get(String name, Output<String> id, WorkflowVariableState state, CustomResourceOptions options)
resources: _: type: intersight:WorkflowVariable get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:- AccountMoid
string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties
string
- Ancestors
List<WorkflowVariableAncestor>
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- Catalogs
List<WorkflowVariableCatalog>
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- ClassId
string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the
type of the payload when marshaling and unmarshaling data.
- CreateTime
string
- (ReadOnly) The time when this managed object was created.
- CreateUser
string
- (ReadOnly) The user identifier who created the environment variable.
- Definitions
List<WorkflowVariableDefinition>
- This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.
This complex property has following sub-properties:
- DomainGroupMoid
string
- (ReadOnly) The DomainGroup ID for this managed object.
- ModTime
string
- (ReadOnly) The time when this managed object was last modified.
- ModUser
string
- (ReadOnly) The user identifier who last updated the environment variable.
- Moid
string
- The unique identifier of this Managed Object instance.
- Name
string
- (ReadOnly) This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.
- ObjectType
string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners
List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<WorkflowVariableParent>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- PermissionResources
List<WorkflowVariablePermissionResource>
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- SharedScope
string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Tags
List<WorkflowVariableTag>
- This complex property has following sub-properties:
- Value
string
- This defines the value of the variable and it will be validated against the datatype defined in the definition.
- VersionContexts
List<WorkflowVariableVersionContext>
- (ReadOnly) The versioning info for this managed object.
This complex property has following sub-properties:
- WorkflowVariableId
string
- AccountMoid
string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties
string
- Ancestors
[]WorkflowVariableAncestorArgs
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- Catalogs
[]WorkflowVariableCatalogArgs
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- ClassId
string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the
type of the payload when marshaling and unmarshaling data.
- CreateTime
string
- (ReadOnly) The time when this managed object was created.
- CreateUser
string
- (ReadOnly) The user identifier who created the environment variable.
- Definitions
[]WorkflowVariableDefinitionArgs
- This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.
This complex property has following sub-properties:
- DomainGroupMoid
string
- (ReadOnly) The DomainGroup ID for this managed object.
- ModTime
string
- (ReadOnly) The time when this managed object was last modified.
- ModUser
string
- (ReadOnly) The user identifier who last updated the environment variable.
- Moid
string
- The unique identifier of this Managed Object instance.
- Name
string
- (ReadOnly) This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.
- ObjectType
string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners
[]string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]WorkflowVariableParentArgs
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- PermissionResources
[]WorkflowVariablePermissionResourceArgs
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- SharedScope
string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Tags
[]WorkflowVariableTagArgs
- This complex property has following sub-properties:
- Value
string
- This defines the value of the variable and it will be validated against the datatype defined in the definition.
- VersionContexts
[]WorkflowVariableVersionContextArgs
- (ReadOnly) The versioning info for this managed object.
This complex property has following sub-properties:
- WorkflowVariableId
string
- accountMoid
String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties
String
- ancestors
List<WorkflowVariableAncestor>
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- catalogs
List<WorkflowVariableCatalog>
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- classId
String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the
type of the payload when marshaling and unmarshaling data.
- createTime
String
- (ReadOnly) The time when this managed object was created.
- createUser
String
- (ReadOnly) The user identifier who created the environment variable.
- definitions
List<WorkflowVariableDefinition>
- This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.
This complex property has following sub-properties:
- domainGroupMoid
String
- (ReadOnly) The DomainGroup ID for this managed object.
- modTime
String
- (ReadOnly) The time when this managed object was last modified.
- modUser
String
- (ReadOnly) The user identifier who last updated the environment variable.
- moid
String
- The unique identifier of this Managed Object instance.
- name
String
- (ReadOnly) This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.
- objectType
String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners
List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<WorkflowVariableParent>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- permissionResources
List<WorkflowVariablePermissionResource>
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- sharedScope
String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- tags
List<WorkflowVariableTag>
- This complex property has following sub-properties:
- value
String
- This defines the value of the variable and it will be validated against the datatype defined in the definition.
- versionContexts
List<WorkflowVariableVersionContext>
- (ReadOnly) The versioning info for this managed object.
This complex property has following sub-properties:
- workflowVariableId
String
- accountMoid
string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties
string
- ancestors
WorkflowVariableAncestor[]
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- catalogs
WorkflowVariableCatalog[]
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- classId
string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the
type of the payload when marshaling and unmarshaling data.
- createTime
string
- (ReadOnly) The time when this managed object was created.
- createUser
string
- (ReadOnly) The user identifier who created the environment variable.
- definitions
WorkflowVariableDefinition[]
- This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.
This complex property has following sub-properties:
- domainGroupMoid
string
- (ReadOnly) The DomainGroup ID for this managed object.
- modTime
string
- (ReadOnly) The time when this managed object was last modified.
- modUser
string
- (ReadOnly) The user identifier who last updated the environment variable.
- moid
string
- The unique identifier of this Managed Object instance.
- name
string
- (ReadOnly) This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.
- objectType
string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners
string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
WorkflowVariableParent[]
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- permissionResources
WorkflowVariablePermissionResource[]
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- sharedScope
string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- tags
WorkflowVariableTag[]
- This complex property has following sub-properties:
- value
string
- This defines the value of the variable and it will be validated against the datatype defined in the definition.
- versionContexts
WorkflowVariableVersionContext[]
- (ReadOnly) The versioning info for this managed object.
This complex property has following sub-properties:
- workflowVariableId
string
- account_moid
str
- (ReadOnly) The Account ID for this managed object.
- additional_properties
str
- ancestors
Sequence[WorkflowVariableAncestorArgs]
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- catalogs
Sequence[WorkflowVariableCatalogArgs]
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- 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.
- create_time
str
- (ReadOnly) The time when this managed object was created.
- create_user
str
- (ReadOnly) The user identifier who created the environment variable.
- definitions
Sequence[WorkflowVariableDefinitionArgs]
- This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.
This complex property has following sub-properties:
- domain_group_moid
str
- (ReadOnly) The DomainGroup ID for this managed object.
- mod_time
str
- (ReadOnly) The time when this managed object was last modified.
- mod_user
str
- (ReadOnly) The user identifier who last updated the environment variable.
- moid
str
- The unique identifier of this Managed Object instance.
- name
str
- (ReadOnly) This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.
- object_type
str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners
Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[WorkflowVariableParentArgs]
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- permission_resources
Sequence[WorkflowVariablePermissionResourceArgs]
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- shared_scope
str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- tags
Sequence[WorkflowVariableTagArgs]
- This complex property has following sub-properties:
- value
str
- This defines the value of the variable and it will be validated against the datatype defined in the definition.
- version_contexts
Sequence[WorkflowVariableVersionContextArgs]
- (ReadOnly) The versioning info for this managed object.
This complex property has following sub-properties:
- workflow_variable_id
str
- accountMoid
String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties
String
- ancestors
List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- catalogs
List<Property Map>
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- classId
String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the
type of the payload when marshaling and unmarshaling data.
- createTime
String
- (ReadOnly) The time when this managed object was created.
- createUser
String
- (ReadOnly) The user identifier who created the environment variable.
- definitions
List<Property Map>
- This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.
This complex property has following sub-properties:
- domainGroupMoid
String
- (ReadOnly) The DomainGroup ID for this managed object.
- modTime
String
- (ReadOnly) The time when this managed object was last modified.
- modUser
String
- (ReadOnly) The user identifier who last updated the environment variable.
- moid
String
- The unique identifier of this Managed Object instance.
- name
String
- (ReadOnly) This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.
- objectType
String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners
List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline.
This complex property has following sub-properties:
- permissionResources
List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources.
This complex property has following sub-properties:
- sharedScope
String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- tags
List<Property Map>
- This complex property has following sub-properties:
- value
String
- This defines the value of the variable and it will be validated against the datatype defined in the definition.
- versionContexts
List<Property Map>
- (ReadOnly) The versioning info for this managed object.
This complex property has following sub-properties:
- workflowVariableId
String
Supporting Types
WorkflowVariableAncestor, WorkflowVariableAncestorArgs
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Moid
string
- The Moid of the referenced REST resource.
- ObjectType
string
- The fully-qualified name of the remote type referred by this relationship.
- Selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Moid
string
- The Moid of the referenced REST resource.
- ObjectType
string
- The fully-qualified name of the remote type referred by this relationship.
- Selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- moid
String
- The Moid of the referenced REST resource.
- objectType
String
- The fully-qualified name of the remote type referred by this relationship.
- selector
String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
string
- moid
string
- The Moid of the referenced REST resource.
- objectType
string
- The fully-qualified name of the remote type referred by this relationship.
- selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties
str
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - class_id
str
- moid
str
- The Moid of the referenced REST resource.
- object_type
str
- The fully-qualified name of the remote type referred by this relationship.
- selector
str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- moid
String
- The Moid of the referenced REST resource.
- objectType
String
- The fully-qualified name of the remote type referred by this relationship.
- selector
String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowVariableCatalog, WorkflowVariableCatalogArgs
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Moid
string
- The Moid of the referenced REST resource.
- ObjectType
string
- The fully-qualified name of the remote type referred by this relationship.
- Selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Moid
string
- The Moid of the referenced REST resource.
- ObjectType
string
- The fully-qualified name of the remote type referred by this relationship.
- Selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- moid
String
- The Moid of the referenced REST resource.
- objectType
String
- The fully-qualified name of the remote type referred by this relationship.
- selector
String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
string
- moid
string
- The Moid of the referenced REST resource.
- objectType
string
- The fully-qualified name of the remote type referred by this relationship.
- selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties
str
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - class_id
str
- moid
str
- The Moid of the referenced REST resource.
- object_type
str
- The fully-qualified name of the remote type referred by this relationship.
- selector
str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- moid
String
- The Moid of the referenced REST resource.
- objectType
String
- The fully-qualified name of the remote type referred by this relationship.
- selector
String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowVariableDefinition, WorkflowVariableDefinitionArgs
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Defaults
List<WorkflowVariableDefinitionDefault>
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
This complex property has following sub-properties:
- Description
string
- Provide a detailed description of the data type.
- DisplayMetas
List<WorkflowVariableDefinitionDisplayMeta>
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
This complex property has following sub-properties:
- InputParameters
string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label
string
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- Name
string
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- ObjectType
string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required
bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Defaults
[]WorkflowVariableDefinitionDefault
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
This complex property has following sub-properties:
- Description
string
- Provide a detailed description of the data type.
- DisplayMetas
[]WorkflowVariableDefinitionDisplayMeta
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
This complex property has following sub-properties:
- InputParameters
string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label
string
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- Name
string
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- ObjectType
string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required
bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- defaults
List<WorkflowVariableDefinitionDefault>
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
This complex property has following sub-properties:
- description
String
- Provide a detailed description of the data type.
- displayMetas
List<WorkflowVariableDefinitionDisplayMeta>
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
This complex property has following sub-properties:
- inputParameters
String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label
String
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- name
String
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- objectType
String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required
Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
string
- defaults
WorkflowVariableDefinitionDefault[]
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
This complex property has following sub-properties:
- description
string
- Provide a detailed description of the data type.
- displayMetas
WorkflowVariableDefinitionDisplayMeta[]
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
This complex property has following sub-properties:
- inputParameters
string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label
string
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- name
string
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- objectType
string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required
boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additional_properties
str
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - class_id
str
- defaults
Sequence[WorkflowVariableDefinitionDefault]
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
This complex property has following sub-properties:
- description
str
- Provide a detailed description of the data type.
- display_metas
Sequence[WorkflowVariableDefinitionDisplayMeta]
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
This complex property has following sub-properties:
- input_parameters
str
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label
str
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- name
str
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- object_type
str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required
bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- defaults
List<Property Map>
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
This complex property has following sub-properties:
- description
String
- Provide a detailed description of the data type.
- displayMetas
List<Property Map>
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
This complex property has following sub-properties:
- inputParameters
String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label
String
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- name
String
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- objectType
String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required
Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
WorkflowVariableDefinitionDefault, WorkflowVariableDefinitionDefaultArgs
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- IsValueSet
bool
- (ReadOnly) A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType
string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Override
bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value
string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- IsValueSet
bool
- (ReadOnly) A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType
string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Override
bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value
string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- isValueSet
Boolean
- (ReadOnly) A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType
String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- override
Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value
String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
string
- isValueSet
boolean
- (ReadOnly) A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType
string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- override
boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value
string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additional_properties
str
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - class_id
str
- is_value_set
bool
- (ReadOnly) A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- object_type
str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- override
bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value
str
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- isValueSet
Boolean
- (ReadOnly) A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType
String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- override
Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value
String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- InventorySelector
bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- ObjectType
string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WidgetType
string
- Specify the widget type for data display.*
None
- Display none of the widget types.* Radio
- Display the widget as a radio button.* Dropdown
- Display the widget as a dropdown.* GridSelector
- Display the widget as a selector.* DrawerSelector
- Display the widget as a selector.
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- InventorySelector
bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- ObjectType
string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- WidgetType
string
- Specify the widget type for data display.*
None
- Display none of the widget types.* Radio
- Display the widget as a radio button.* Dropdown
- Display the widget as a dropdown.* GridSelector
- Display the widget as a selector.* DrawerSelector
- Display the widget as a selector.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- inventorySelector
Boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType
String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- widgetType
String
- Specify the widget type for data display.*
None
- Display none of the widget types.* Radio
- Display the widget as a radio button.* Dropdown
- Display the widget as a dropdown.* GridSelector
- Display the widget as a selector.* DrawerSelector
- Display the widget as a selector.
- additionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
string
- inventorySelector
boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType
string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- widgetType
string
- Specify the widget type for data display.*
None
- Display none of the widget types.* Radio
- Display the widget as a radio button.* Dropdown
- Display the widget as a dropdown.* GridSelector
- Display the widget as a selector.* DrawerSelector
- Display the widget as a selector.
- additional_properties
str
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - class_id
str
- inventory_selector
bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object_type
str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- widget_type
str
- Specify the widget type for data display.*
None
- Display none of the widget types.* Radio
- Display the widget as a radio button.* Dropdown
- Display the widget as a dropdown.* GridSelector
- Display the widget as a selector.* DrawerSelector
- Display the widget as a selector.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- inventorySelector
Boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType
String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- widgetType
String
- Specify the widget type for data display.*
None
- Display none of the widget types.* Radio
- Display the widget as a radio button.* Dropdown
- Display the widget as a dropdown.* GridSelector
- Display the widget as a selector.* DrawerSelector
- Display the widget as a selector.
WorkflowVariableParent, WorkflowVariableParentArgs
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Moid
string
- The Moid of the referenced REST resource.
- ObjectType
string
- The fully-qualified name of the remote type referred by this relationship.
- Selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Moid
string
- The Moid of the referenced REST resource.
- ObjectType
string
- The fully-qualified name of the remote type referred by this relationship.
- Selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- moid
String
- The Moid of the referenced REST resource.
- objectType
String
- The fully-qualified name of the remote type referred by this relationship.
- selector
String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
string
- moid
string
- The Moid of the referenced REST resource.
- objectType
string
- The fully-qualified name of the remote type referred by this relationship.
- selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties
str
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - class_id
str
- moid
str
- The Moid of the referenced REST resource.
- object_type
str
- The fully-qualified name of the remote type referred by this relationship.
- selector
str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- moid
String
- The Moid of the referenced REST resource.
- objectType
String
- The fully-qualified name of the remote type referred by this relationship.
- selector
String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowVariablePermissionResource, WorkflowVariablePermissionResourceArgs
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Moid
string
- The Moid of the referenced REST resource.
- ObjectType
string
- The fully-qualified name of the remote type referred by this relationship.
- Selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Moid
string
- The Moid of the referenced REST resource.
- ObjectType
string
- The fully-qualified name of the remote type referred by this relationship.
- Selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- moid
String
- The Moid of the referenced REST resource.
- objectType
String
- The fully-qualified name of the remote type referred by this relationship.
- selector
String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
string
- moid
string
- The Moid of the referenced REST resource.
- objectType
string
- The fully-qualified name of the remote type referred by this relationship.
- selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties
str
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - class_id
str
- moid
str
- The Moid of the referenced REST resource.
- object_type
str
- The fully-qualified name of the remote type referred by this relationship.
- selector
str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- moid
String
- The Moid of the referenced REST resource.
- objectType
String
- The fully-qualified name of the remote type referred by this relationship.
- selector
String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowVariableTag, WorkflowVariableTagArgs
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - Key
string
- The string representation of a tag key.
- Value
string
- The string representation of a tag value.
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - Key
string
- The string representation of a tag key.
- Value
string
- The string representation of a tag value.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - key
String
- The string representation of a tag key.
- value
String
- The string representation of a tag value.
- additionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - key
string
- The string representation of a tag key.
- value
string
- The string representation of a tag value.
- additional_properties
str
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - key
str
- The string representation of a tag key.
- value
str
- The string representation of a tag value.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - key
String
- The string representation of a tag key.
- value
String
- The string representation of a tag value.
WorkflowVariableVersionContext, WorkflowVariableVersionContextArgs
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- InterestedMos
List<WorkflowVariableVersionContextInterestedMo>
- This complex property has following sub-properties:
- MarkedForDeletion
bool
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion
string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType
string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- RefMos
List<WorkflowVariableVersionContextRefMo>
- (ReadOnly) A reference to the original Managed Object.
This complex property has following sub-properties:
- Timestamp
string
- (ReadOnly) The time this versioned Managed Object was created.
- VersionType
string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.* Configured
- Version created every time an object is configured to the service profile.* Deployed
- Version created for objects related to a service profile when it is deployed.
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- InterestedMos
[]WorkflowVariableVersionContextInterestedMo
- This complex property has following sub-properties:
- MarkedForDeletion
bool
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion
string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType
string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- RefMos
[]WorkflowVariableVersionContextRefMo
- (ReadOnly) A reference to the original Managed Object.
This complex property has following sub-properties:
- Timestamp
string
- (ReadOnly) The time this versioned Managed Object was created.
- VersionType
string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.* Configured
- Version created every time an object is configured to the service profile.* Deployed
- Version created for objects related to a service profile when it is deployed.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- interestedMos
List<WorkflowVariableVersionContextInterestedMo>
- This complex property has following sub-properties:
- markedForDeletion
Boolean
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion
String
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType
String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos
List<WorkflowVariableVersionContextRefMo>
- (ReadOnly) A reference to the original Managed Object.
This complex property has following sub-properties:
- timestamp
String
- (ReadOnly) The time this versioned Managed Object was created.
- versionType
String
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.* Configured
- Version created every time an object is configured to the service profile.* Deployed
- Version created for objects related to a service profile when it is deployed.
- additionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
string
- interestedMos
WorkflowVariableVersionContextInterestedMo[]
- This complex property has following sub-properties:
- markedForDeletion
boolean
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion
string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType
string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos
WorkflowVariableVersionContextRefMo[]
- (ReadOnly) A reference to the original Managed Object.
This complex property has following sub-properties:
- timestamp
string
- (ReadOnly) The time this versioned Managed Object was created.
- versionType
string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.* Configured
- Version created every time an object is configured to the service profile.* Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_properties
str
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - class_id
str
- interested_mos
Sequence[WorkflowVariableVersionContextInterestedMo]
- This complex property has following sub-properties:
- marked_for_deletion
bool
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version
str
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type
str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_mos
Sequence[WorkflowVariableVersionContextRefMo]
- (ReadOnly) A reference to the original Managed Object.
This complex property has following sub-properties:
- timestamp
str
- (ReadOnly) The time this versioned Managed Object was created.
- version_type
str
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.* Configured
- Version created every time an object is configured to the service profile.* Deployed
- Version created for objects related to a service profile when it is deployed.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- interestedMos
List<Property Map>
- This complex property has following sub-properties:
- markedForDeletion
Boolean
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion
String
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType
String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos
List<Property Map>
- (ReadOnly) A reference to the original Managed Object.
This complex property has following sub-properties:
- timestamp
String
- (ReadOnly) The time this versioned Managed Object was created.
- versionType
String
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.* Configured
- Version created every time an object is configured to the service profile.* Deployed
- Version created for objects related to a service profile when it is deployed.
WorkflowVariableVersionContextInterestedMo, WorkflowVariableVersionContextInterestedMoArgs
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Moid
string
- The Moid of the referenced REST resource.
- ObjectType
string
- The fully-qualified name of the remote type referred by this relationship.
- Selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Moid
string
- The Moid of the referenced REST resource.
- ObjectType
string
- The fully-qualified name of the remote type referred by this relationship.
- Selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- moid
String
- The Moid of the referenced REST resource.
- objectType
String
- The fully-qualified name of the remote type referred by this relationship.
- selector
String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
string
- moid
string
- The Moid of the referenced REST resource.
- objectType
string
- The fully-qualified name of the remote type referred by this relationship.
- selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties
str
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - class_id
str
- moid
str
- The Moid of the referenced REST resource.
- object_type
str
- The fully-qualified name of the remote type referred by this relationship.
- selector
str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- moid
String
- The Moid of the referenced REST resource.
- objectType
String
- The fully-qualified name of the remote type referred by this relationship.
- selector
String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowVariableVersionContextRefMo, WorkflowVariableVersionContextRefMoArgs
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Moid
string
- The Moid of the referenced REST resource.
- ObjectType
string
- The fully-qualified name of the remote type referred by this relationship.
- Selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - ClassId
string
- Moid
string
- The Moid of the referenced REST resource.
- ObjectType
string
- The fully-qualified name of the remote type referred by this relationship.
- Selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- moid
String
- The Moid of the referenced REST resource.
- objectType
String
- The fully-qualified name of the remote type referred by this relationship.
- selector
String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
string
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
string
- moid
string
- The Moid of the referenced REST resource.
- objectType
string
- The fully-qualified name of the remote type referred by this relationship.
- selector
string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties
str
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - class_id
str
- moid
str
- The Moid of the referenced REST resource.
- object_type
str
- The fully-qualified name of the remote type referred by this relationship.
- selector
str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties
String
- Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType
workflow.CustomDataType
workflow.DynamicTemplateParserDataType
workflow.MoInventoryDataType
workflow.MoReferenceAutoDataType
workflow.MoReferenceDataType
workflow.PrimitiveDataType
workflow.TargetDataType - classId
String
- moid
String
- The Moid of the referenced REST resource.
- objectType
String
- The fully-qualified name of the remote type referred by this relationship.
- selector
String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Import
intersight_workflow_variable
can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/workflowVariable:WorkflowVariable example 1234567890987654321abcde
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet