1. Packages
  2. Intersight Provider
  3. API Docs
  4. WorkflowServiceItemInstance
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.WorkflowServiceItemInstance

Explore with Pulumi AI

Service item instance is one instance of a service item based on a service item definition.

Create WorkflowServiceItemInstance Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new WorkflowServiceItemInstance(name: string, args?: WorkflowServiceItemInstanceArgs, opts?: CustomResourceOptions);
@overload
def WorkflowServiceItemInstance(resource_name: str,
                                args: Optional[WorkflowServiceItemInstanceArgs] = None,
                                opts: Optional[ResourceOptions] = None)

@overload
def WorkflowServiceItemInstance(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                account_moid: Optional[str] = None,
                                additional_properties: Optional[str] = None,
                                ancestors: Optional[Sequence[WorkflowServiceItemInstanceAncestorArgs]] = None,
                                catalog_service_requests: Optional[Sequence[WorkflowServiceItemInstanceCatalogServiceRequestArgs]] = None,
                                class_id: Optional[str] = None,
                                create_time: Optional[str] = None,
                                description: Optional[str] = None,
                                domain_group_moid: Optional[str] = None,
                                idp_references: Optional[Sequence[WorkflowServiceItemInstanceIdpReferenceArgs]] = None,
                                idps: Optional[Sequence[WorkflowServiceItemInstanceIdpArgs]] = None,
                                label: Optional[str] = None,
                                last_status: Optional[str] = None,
                                migration_histories: Optional[Sequence[WorkflowServiceItemInstanceMigrationHistoryArgs]] = None,
                                mod_time: Optional[str] = None,
                                moid: Optional[str] = None,
                                name: Optional[str] = None,
                                object_type: Optional[str] = None,
                                organizations: Optional[Sequence[WorkflowServiceItemInstanceOrganizationArgs]] = None,
                                owners: Optional[Sequence[str]] = None,
                                parents: Optional[Sequence[WorkflowServiceItemInstanceParentArgs]] = None,
                                permission_resources: Optional[Sequence[WorkflowServiceItemInstancePermissionResourceArgs]] = None,
                                resourcelifecycle_status: Optional[str] = None,
                                service_item_definitions: Optional[Sequence[WorkflowServiceItemInstanceServiceItemDefinitionArgs]] = None,
                                shared_scope: Optional[str] = None,
                                status: Optional[str] = None,
                                tags: Optional[Sequence[WorkflowServiceItemInstanceTagArgs]] = None,
                                user_id_or_email: Optional[str] = None,
                                users: Optional[Sequence[WorkflowServiceItemInstanceUserArgs]] = None,
                                version_contexts: Optional[Sequence[WorkflowServiceItemInstanceVersionContextArgs]] = None,
                                workflow_service_item_instance_id: Optional[str] = None)
func NewWorkflowServiceItemInstance(ctx *Context, name string, args *WorkflowServiceItemInstanceArgs, opts ...ResourceOption) (*WorkflowServiceItemInstance, error)
public WorkflowServiceItemInstance(string name, WorkflowServiceItemInstanceArgs? args = null, CustomResourceOptions? opts = null)
public WorkflowServiceItemInstance(String name, WorkflowServiceItemInstanceArgs args)
public WorkflowServiceItemInstance(String name, WorkflowServiceItemInstanceArgs args, CustomResourceOptions options)
type: intersight:WorkflowServiceItemInstance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args WorkflowServiceItemInstanceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args WorkflowServiceItemInstanceArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args WorkflowServiceItemInstanceArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args WorkflowServiceItemInstanceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. WorkflowServiceItemInstanceArgs
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 workflowServiceItemInstanceResource = new Intersight.WorkflowServiceItemInstance("workflowServiceItemInstanceResource", new()
{
    AccountMoid = "string",
    AdditionalProperties = "string",
    Ancestors = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemInstanceAncestorArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    CatalogServiceRequests = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemInstanceCatalogServiceRequestArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    ClassId = "string",
    CreateTime = "string",
    Description = "string",
    DomainGroupMoid = "string",
    IdpReferences = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemInstanceIdpReferenceArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    Idps = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemInstanceIdpArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    Label = "string",
    LastStatus = "string",
    MigrationHistories = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemInstanceMigrationHistoryArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Destinations = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemInstanceMigrationHistoryDestinationArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            MigrationActionInstances = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemInstanceMigrationHistoryMigrationActionInstanceArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            NrSources = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemInstanceMigrationHistoryNrSourceArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            ObjectType = "string",
            Timestamp = "string",
        },
    },
    ModTime = "string",
    Moid = "string",
    Name = "string",
    ObjectType = "string",
    Organizations = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemInstanceOrganizationArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    Owners = new[]
    {
        "string",
    },
    Parents = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemInstanceParentArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    PermissionResources = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemInstancePermissionResourceArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    ResourcelifecycleStatus = "string",
    ServiceItemDefinitions = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemInstanceServiceItemDefinitionArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    SharedScope = "string",
    Status = "string",
    Tags = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemInstanceTagArgs
        {
            AdditionalProperties = "string",
            Key = "string",
            Value = "string",
        },
    },
    UserIdOrEmail = "string",
    Users = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemInstanceUserArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    VersionContexts = new[]
    {
        new Intersight.Inputs.WorkflowServiceItemInstanceVersionContextArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            InterestedMos = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemInstanceVersionContextInterestedMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            MarkedForDeletion = false,
            NrVersion = "string",
            ObjectType = "string",
            RefMos = new[]
            {
                new Intersight.Inputs.WorkflowServiceItemInstanceVersionContextRefMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            Timestamp = "string",
            VersionType = "string",
        },
    },
    WorkflowServiceItemInstanceId = "string",
});
Copy
example, err := intersight.NewWorkflowServiceItemInstance(ctx, "workflowServiceItemInstanceResource", &intersight.WorkflowServiceItemInstanceArgs{
	AccountMoid:          pulumi.String("string"),
	AdditionalProperties: pulumi.String("string"),
	Ancestors: intersight.WorkflowServiceItemInstanceAncestorArray{
		&intersight.WorkflowServiceItemInstanceAncestorArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	CatalogServiceRequests: intersight.WorkflowServiceItemInstanceCatalogServiceRequestArray{
		&intersight.WorkflowServiceItemInstanceCatalogServiceRequestArgs{
			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"),
	Description:     pulumi.String("string"),
	DomainGroupMoid: pulumi.String("string"),
	IdpReferences: intersight.WorkflowServiceItemInstanceIdpReferenceArray{
		&intersight.WorkflowServiceItemInstanceIdpReferenceArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	Idps: intersight.WorkflowServiceItemInstanceIdpArray{
		&intersight.WorkflowServiceItemInstanceIdpArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	Label:      pulumi.String("string"),
	LastStatus: pulumi.String("string"),
	MigrationHistories: intersight.WorkflowServiceItemInstanceMigrationHistoryArray{
		&intersight.WorkflowServiceItemInstanceMigrationHistoryArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Destinations: intersight.WorkflowServiceItemInstanceMigrationHistoryDestinationArray{
				&intersight.WorkflowServiceItemInstanceMigrationHistoryDestinationArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Moid:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
			MigrationActionInstances: intersight.WorkflowServiceItemInstanceMigrationHistoryMigrationActionInstanceArray{
				&intersight.WorkflowServiceItemInstanceMigrationHistoryMigrationActionInstanceArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Moid:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
			NrSources: intersight.WorkflowServiceItemInstanceMigrationHistoryNrSourceArray{
				&intersight.WorkflowServiceItemInstanceMigrationHistoryNrSourceArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Moid:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
			ObjectType: pulumi.String("string"),
			Timestamp:  pulumi.String("string"),
		},
	},
	ModTime:    pulumi.String("string"),
	Moid:       pulumi.String("string"),
	Name:       pulumi.String("string"),
	ObjectType: pulumi.String("string"),
	Organizations: intersight.WorkflowServiceItemInstanceOrganizationArray{
		&intersight.WorkflowServiceItemInstanceOrganizationArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	Owners: pulumi.StringArray{
		pulumi.String("string"),
	},
	Parents: intersight.WorkflowServiceItemInstanceParentArray{
		&intersight.WorkflowServiceItemInstanceParentArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	PermissionResources: intersight.WorkflowServiceItemInstancePermissionResourceArray{
		&intersight.WorkflowServiceItemInstancePermissionResourceArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	ResourcelifecycleStatus: pulumi.String("string"),
	ServiceItemDefinitions: intersight.WorkflowServiceItemInstanceServiceItemDefinitionArray{
		&intersight.WorkflowServiceItemInstanceServiceItemDefinitionArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	SharedScope: pulumi.String("string"),
	Status:      pulumi.String("string"),
	Tags: intersight.WorkflowServiceItemInstanceTagArray{
		&intersight.WorkflowServiceItemInstanceTagArgs{
			AdditionalProperties: pulumi.String("string"),
			Key:                  pulumi.String("string"),
			Value:                pulumi.String("string"),
		},
	},
	UserIdOrEmail: pulumi.String("string"),
	Users: intersight.WorkflowServiceItemInstanceUserArray{
		&intersight.WorkflowServiceItemInstanceUserArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	VersionContexts: intersight.WorkflowServiceItemInstanceVersionContextArray{
		&intersight.WorkflowServiceItemInstanceVersionContextArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			InterestedMos: intersight.WorkflowServiceItemInstanceVersionContextInterestedMoArray{
				&intersight.WorkflowServiceItemInstanceVersionContextInterestedMoArgs{
					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: intersight.WorkflowServiceItemInstanceVersionContextRefMoArray{
				&intersight.WorkflowServiceItemInstanceVersionContextRefMoArgs{
					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"),
		},
	},
	WorkflowServiceItemInstanceId: pulumi.String("string"),
})
Copy
var workflowServiceItemInstanceResource = new WorkflowServiceItemInstance("workflowServiceItemInstanceResource", WorkflowServiceItemInstanceArgs.builder()
    .accountMoid("string")
    .additionalProperties("string")
    .ancestors(WorkflowServiceItemInstanceAncestorArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .catalogServiceRequests(WorkflowServiceItemInstanceCatalogServiceRequestArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .classId("string")
    .createTime("string")
    .description("string")
    .domainGroupMoid("string")
    .idpReferences(WorkflowServiceItemInstanceIdpReferenceArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .idps(WorkflowServiceItemInstanceIdpArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .label("string")
    .lastStatus("string")
    .migrationHistories(WorkflowServiceItemInstanceMigrationHistoryArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .destinations(WorkflowServiceItemInstanceMigrationHistoryDestinationArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .migrationActionInstances(WorkflowServiceItemInstanceMigrationHistoryMigrationActionInstanceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .nrSources(WorkflowServiceItemInstanceMigrationHistoryNrSourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .objectType("string")
        .timestamp("string")
        .build())
    .modTime("string")
    .moid("string")
    .name("string")
    .objectType("string")
    .organizations(WorkflowServiceItemInstanceOrganizationArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .owners("string")
    .parents(WorkflowServiceItemInstanceParentArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .permissionResources(WorkflowServiceItemInstancePermissionResourceArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .resourcelifecycleStatus("string")
    .serviceItemDefinitions(WorkflowServiceItemInstanceServiceItemDefinitionArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .sharedScope("string")
    .status("string")
    .tags(WorkflowServiceItemInstanceTagArgs.builder()
        .additionalProperties("string")
        .key("string")
        .value("string")
        .build())
    .userIdOrEmail("string")
    .users(WorkflowServiceItemInstanceUserArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .versionContexts(WorkflowServiceItemInstanceVersionContextArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .interestedMos(WorkflowServiceItemInstanceVersionContextInterestedMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .markedForDeletion(false)
        .nrVersion("string")
        .objectType("string")
        .refMos(WorkflowServiceItemInstanceVersionContextRefMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .timestamp("string")
        .versionType("string")
        .build())
    .workflowServiceItemInstanceId("string")
    .build());
Copy
workflow_service_item_instance_resource = intersight.WorkflowServiceItemInstance("workflowServiceItemInstanceResource",
    account_moid="string",
    additional_properties="string",
    ancestors=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    catalog_service_requests=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    class_id="string",
    create_time="string",
    description="string",
    domain_group_moid="string",
    idp_references=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    idps=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    label="string",
    last_status="string",
    migration_histories=[{
        "additional_properties": "string",
        "class_id": "string",
        "destinations": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        "migration_action_instances": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        "nr_sources": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        "object_type": "string",
        "timestamp": "string",
    }],
    mod_time="string",
    moid="string",
    name="string",
    object_type="string",
    organizations=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "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",
    }],
    resourcelifecycle_status="string",
    service_item_definitions=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    shared_scope="string",
    status="string",
    tags=[{
        "additional_properties": "string",
        "key": "string",
        "value": "string",
    }],
    user_id_or_email="string",
    users=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "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_service_item_instance_id="string")
Copy
const workflowServiceItemInstanceResource = new intersight.WorkflowServiceItemInstance("workflowServiceItemInstanceResource", {
    accountMoid: "string",
    additionalProperties: "string",
    ancestors: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    catalogServiceRequests: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    classId: "string",
    createTime: "string",
    description: "string",
    domainGroupMoid: "string",
    idpReferences: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    idps: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    label: "string",
    lastStatus: "string",
    migrationHistories: [{
        additionalProperties: "string",
        classId: "string",
        destinations: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        migrationActionInstances: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        nrSources: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        objectType: "string",
        timestamp: "string",
    }],
    modTime: "string",
    moid: "string",
    name: "string",
    objectType: "string",
    organizations: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "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",
    }],
    resourcelifecycleStatus: "string",
    serviceItemDefinitions: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    sharedScope: "string",
    status: "string",
    tags: [{
        additionalProperties: "string",
        key: "string",
        value: "string",
    }],
    userIdOrEmail: "string",
    users: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "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",
    }],
    workflowServiceItemInstanceId: "string",
});
Copy
type: intersight:WorkflowServiceItemInstance
properties:
    accountMoid: string
    additionalProperties: string
    ancestors:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    catalogServiceRequests:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    classId: string
    createTime: string
    description: string
    domainGroupMoid: string
    idpReferences:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    idps:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    label: string
    lastStatus: string
    migrationHistories:
        - additionalProperties: string
          classId: string
          destinations:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
          migrationActionInstances:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
          nrSources:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
          objectType: string
          timestamp: string
    modTime: string
    moid: string
    name: string
    objectType: string
    organizations:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: 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
    resourcelifecycleStatus: string
    serviceItemDefinitions:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    sharedScope: string
    status: string
    tags:
        - additionalProperties: string
          key: string
          value: string
    userIdOrEmail: string
    users:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: 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
    workflowServiceItemInstanceId: string
Copy

WorkflowServiceItemInstance Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The WorkflowServiceItemInstance resource accepts the following input properties:

AccountMoid string
(ReadOnly) The Account ID for this managed object.
AdditionalProperties string
Ancestors List<WorkflowServiceItemInstanceAncestor>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
CatalogServiceRequests List<WorkflowServiceItemInstanceCatalogServiceRequest>
(ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. 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.
Description string
The description for this service item instance.
DomainGroupMoid string
(ReadOnly) The DomainGroup ID for this managed object.
IdpReferences List<WorkflowServiceItemInstanceIdpReference>
A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Idps List<WorkflowServiceItemInstanceIdp>
A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Label string
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
LastStatus string
(ReadOnly) Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
MigrationHistories List<WorkflowServiceItemInstanceMigrationHistory>
This complex property has following sub-properties:
ModTime string
(ReadOnly) The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Organizations List<WorkflowServiceItemInstanceOrganization>
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Owners List<string>
(Array of schema.TypeString) -(ReadOnly)
Parents List<WorkflowServiceItemInstanceParent>
(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<WorkflowServiceItemInstancePermissionResource>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
ResourcelifecycleStatus string
(ReadOnly) Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
ServiceItemDefinitions List<WorkflowServiceItemInstanceServiceItemDefinition>
A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
Status string
(ReadOnly) Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
Tags List<WorkflowServiceItemInstanceTag>
This complex property has following sub-properties:
UserIdOrEmail string
(ReadOnly) The user identifier which indicates the user that started this workflow.
Users List<WorkflowServiceItemInstanceUser>
A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
VersionContexts List<WorkflowServiceItemInstanceVersionContext>
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
WorkflowServiceItemInstanceId string
AccountMoid string
(ReadOnly) The Account ID for this managed object.
AdditionalProperties string
Ancestors []WorkflowServiceItemInstanceAncestorArgs
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
CatalogServiceRequests []WorkflowServiceItemInstanceCatalogServiceRequestArgs
(ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. 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.
Description string
The description for this service item instance.
DomainGroupMoid string
(ReadOnly) The DomainGroup ID for this managed object.
IdpReferences []WorkflowServiceItemInstanceIdpReferenceArgs
A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Idps []WorkflowServiceItemInstanceIdpArgs
A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Label string
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
LastStatus string
(ReadOnly) Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
MigrationHistories []WorkflowServiceItemInstanceMigrationHistoryArgs
This complex property has following sub-properties:
ModTime string
(ReadOnly) The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Organizations []WorkflowServiceItemInstanceOrganizationArgs
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Owners []string
(Array of schema.TypeString) -(ReadOnly)
Parents []WorkflowServiceItemInstanceParentArgs
(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 []WorkflowServiceItemInstancePermissionResourceArgs
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
ResourcelifecycleStatus string
(ReadOnly) Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
ServiceItemDefinitions []WorkflowServiceItemInstanceServiceItemDefinitionArgs
A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
Status string
(ReadOnly) Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
Tags []WorkflowServiceItemInstanceTagArgs
This complex property has following sub-properties:
UserIdOrEmail string
(ReadOnly) The user identifier which indicates the user that started this workflow.
Users []WorkflowServiceItemInstanceUserArgs
A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
VersionContexts []WorkflowServiceItemInstanceVersionContextArgs
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
WorkflowServiceItemInstanceId string
accountMoid String
(ReadOnly) The Account ID for this managed object.
additionalProperties String
ancestors List<WorkflowServiceItemInstanceAncestor>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
catalogServiceRequests List<WorkflowServiceItemInstanceCatalogServiceRequest>
(ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. 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.
description String
The description for this service item instance.
domainGroupMoid String
(ReadOnly) The DomainGroup ID for this managed object.
idpReferences List<WorkflowServiceItemInstanceIdpReference>
A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
idps List<WorkflowServiceItemInstanceIdp>
A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
label String
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
lastStatus String
(ReadOnly) Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migrationHistories List<WorkflowServiceItemInstanceMigrationHistory>
This complex property has following sub-properties:
modTime String
(ReadOnly) The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizations List<WorkflowServiceItemInstanceOrganization>
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners List<String>
(Array of schema.TypeString) -(ReadOnly)
parents List<WorkflowServiceItemInstanceParent>
(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<WorkflowServiceItemInstancePermissionResource>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
resourcelifecycleStatus String
(ReadOnly) Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
serviceItemDefinitions List<WorkflowServiceItemInstanceServiceItemDefinition>
A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
status String
(ReadOnly) Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags List<WorkflowServiceItemInstanceTag>
This complex property has following sub-properties:
userIdOrEmail String
(ReadOnly) The user identifier which indicates the user that started this workflow.
users List<WorkflowServiceItemInstanceUser>
A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
versionContexts List<WorkflowServiceItemInstanceVersionContext>
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
workflowServiceItemInstanceId String
accountMoid string
(ReadOnly) The Account ID for this managed object.
additionalProperties string
ancestors WorkflowServiceItemInstanceAncestor[]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
catalogServiceRequests WorkflowServiceItemInstanceCatalogServiceRequest[]
(ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. 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.
description string
The description for this service item instance.
domainGroupMoid string
(ReadOnly) The DomainGroup ID for this managed object.
idpReferences WorkflowServiceItemInstanceIdpReference[]
A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
idps WorkflowServiceItemInstanceIdp[]
A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
label string
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
lastStatus string
(ReadOnly) Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migrationHistories WorkflowServiceItemInstanceMigrationHistory[]
This complex property has following sub-properties:
modTime string
(ReadOnly) The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
name string
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizations WorkflowServiceItemInstanceOrganization[]
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners string[]
(Array of schema.TypeString) -(ReadOnly)
parents WorkflowServiceItemInstanceParent[]
(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 WorkflowServiceItemInstancePermissionResource[]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
resourcelifecycleStatus string
(ReadOnly) Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
serviceItemDefinitions WorkflowServiceItemInstanceServiceItemDefinition[]
A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
status string
(ReadOnly) Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags WorkflowServiceItemInstanceTag[]
This complex property has following sub-properties:
userIdOrEmail string
(ReadOnly) The user identifier which indicates the user that started this workflow.
users WorkflowServiceItemInstanceUser[]
A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
versionContexts WorkflowServiceItemInstanceVersionContext[]
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
workflowServiceItemInstanceId string
account_moid str
(ReadOnly) The Account ID for this managed object.
additional_properties str
ancestors Sequence[WorkflowServiceItemInstanceAncestorArgs]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
catalog_service_requests Sequence[WorkflowServiceItemInstanceCatalogServiceRequestArgs]
(ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. 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.
description str
The description for this service item instance.
domain_group_moid str
(ReadOnly) The DomainGroup ID for this managed object.
idp_references Sequence[WorkflowServiceItemInstanceIdpReferenceArgs]
A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
idps Sequence[WorkflowServiceItemInstanceIdpArgs]
A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
label str
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
last_status str
(ReadOnly) Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migration_histories Sequence[WorkflowServiceItemInstanceMigrationHistoryArgs]
This complex property has following sub-properties:
mod_time str
(ReadOnly) The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
name str
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizations Sequence[WorkflowServiceItemInstanceOrganizationArgs]
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners Sequence[str]
(Array of schema.TypeString) -(ReadOnly)
parents Sequence[WorkflowServiceItemInstanceParentArgs]
(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[WorkflowServiceItemInstancePermissionResourceArgs]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
resourcelifecycle_status str
(ReadOnly) Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
service_item_definitions Sequence[WorkflowServiceItemInstanceServiceItemDefinitionArgs]
A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
status str
(ReadOnly) Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags Sequence[WorkflowServiceItemInstanceTagArgs]
This complex property has following sub-properties:
user_id_or_email str
(ReadOnly) The user identifier which indicates the user that started this workflow.
users Sequence[WorkflowServiceItemInstanceUserArgs]
A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
version_contexts Sequence[WorkflowServiceItemInstanceVersionContextArgs]
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
workflow_service_item_instance_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:
catalogServiceRequests List<Property Map>
(ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. 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.
description String
The description for this service item instance.
domainGroupMoid String
(ReadOnly) The DomainGroup ID for this managed object.
idpReferences List<Property Map>
A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
idps List<Property Map>
A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
label String
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
lastStatus String
(ReadOnly) Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migrationHistories List<Property Map>
This complex property has following sub-properties:
modTime String
(ReadOnly) The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizations List<Property Map>
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
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:
resourcelifecycleStatus String
(ReadOnly) Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
serviceItemDefinitions List<Property Map>
A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
status String
(ReadOnly) Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags List<Property Map>
This complex property has following sub-properties:
userIdOrEmail String
(ReadOnly) The user identifier which indicates the user that started this workflow.
users List<Property Map>
A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
versionContexts List<Property Map>
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
workflowServiceItemInstanceId String

Outputs

All input properties are implicitly available as output properties. Additionally, the WorkflowServiceItemInstance 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 WorkflowServiceItemInstance Resource

Get an existing WorkflowServiceItemInstance resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: WorkflowServiceItemInstanceState, opts?: CustomResourceOptions): WorkflowServiceItemInstance
@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[WorkflowServiceItemInstanceAncestorArgs]] = None,
        catalog_service_requests: Optional[Sequence[WorkflowServiceItemInstanceCatalogServiceRequestArgs]] = None,
        class_id: Optional[str] = None,
        create_time: Optional[str] = None,
        description: Optional[str] = None,
        domain_group_moid: Optional[str] = None,
        idp_references: Optional[Sequence[WorkflowServiceItemInstanceIdpReferenceArgs]] = None,
        idps: Optional[Sequence[WorkflowServiceItemInstanceIdpArgs]] = None,
        label: Optional[str] = None,
        last_status: Optional[str] = None,
        migration_histories: Optional[Sequence[WorkflowServiceItemInstanceMigrationHistoryArgs]] = None,
        mod_time: Optional[str] = None,
        moid: Optional[str] = None,
        name: Optional[str] = None,
        object_type: Optional[str] = None,
        organizations: Optional[Sequence[WorkflowServiceItemInstanceOrganizationArgs]] = None,
        owners: Optional[Sequence[str]] = None,
        parents: Optional[Sequence[WorkflowServiceItemInstanceParentArgs]] = None,
        permission_resources: Optional[Sequence[WorkflowServiceItemInstancePermissionResourceArgs]] = None,
        resourcelifecycle_status: Optional[str] = None,
        service_item_definitions: Optional[Sequence[WorkflowServiceItemInstanceServiceItemDefinitionArgs]] = None,
        shared_scope: Optional[str] = None,
        status: Optional[str] = None,
        tags: Optional[Sequence[WorkflowServiceItemInstanceTagArgs]] = None,
        user_id_or_email: Optional[str] = None,
        users: Optional[Sequence[WorkflowServiceItemInstanceUserArgs]] = None,
        version_contexts: Optional[Sequence[WorkflowServiceItemInstanceVersionContextArgs]] = None,
        workflow_service_item_instance_id: Optional[str] = None) -> WorkflowServiceItemInstance
func GetWorkflowServiceItemInstance(ctx *Context, name string, id IDInput, state *WorkflowServiceItemInstanceState, opts ...ResourceOption) (*WorkflowServiceItemInstance, error)
public static WorkflowServiceItemInstance Get(string name, Input<string> id, WorkflowServiceItemInstanceState? state, CustomResourceOptions? opts = null)
public static WorkflowServiceItemInstance get(String name, Output<String> id, WorkflowServiceItemInstanceState state, CustomResourceOptions options)
resources:  _:    type: intersight:WorkflowServiceItemInstance    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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<WorkflowServiceItemInstanceAncestor>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
CatalogServiceRequests List<WorkflowServiceItemInstanceCatalogServiceRequest>
(ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. 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.
Description string
The description for this service item instance.
DomainGroupMoid string
(ReadOnly) The DomainGroup ID for this managed object.
IdpReferences List<WorkflowServiceItemInstanceIdpReference>
A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Idps List<WorkflowServiceItemInstanceIdp>
A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Label string
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
LastStatus string
(ReadOnly) Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
MigrationHistories List<WorkflowServiceItemInstanceMigrationHistory>
This complex property has following sub-properties:
ModTime string
(ReadOnly) The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Organizations List<WorkflowServiceItemInstanceOrganization>
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Owners List<string>
(Array of schema.TypeString) -(ReadOnly)
Parents List<WorkflowServiceItemInstanceParent>
(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<WorkflowServiceItemInstancePermissionResource>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
ResourcelifecycleStatus string
(ReadOnly) Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
ServiceItemDefinitions List<WorkflowServiceItemInstanceServiceItemDefinition>
A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
Status string
(ReadOnly) Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
Tags List<WorkflowServiceItemInstanceTag>
This complex property has following sub-properties:
UserIdOrEmail string
(ReadOnly) The user identifier which indicates the user that started this workflow.
Users List<WorkflowServiceItemInstanceUser>
A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
VersionContexts List<WorkflowServiceItemInstanceVersionContext>
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
WorkflowServiceItemInstanceId string
AccountMoid string
(ReadOnly) The Account ID for this managed object.
AdditionalProperties string
Ancestors []WorkflowServiceItemInstanceAncestorArgs
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
CatalogServiceRequests []WorkflowServiceItemInstanceCatalogServiceRequestArgs
(ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. 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.
Description string
The description for this service item instance.
DomainGroupMoid string
(ReadOnly) The DomainGroup ID for this managed object.
IdpReferences []WorkflowServiceItemInstanceIdpReferenceArgs
A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Idps []WorkflowServiceItemInstanceIdpArgs
A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Label string
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
LastStatus string
(ReadOnly) Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
MigrationHistories []WorkflowServiceItemInstanceMigrationHistoryArgs
This complex property has following sub-properties:
ModTime string
(ReadOnly) The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Organizations []WorkflowServiceItemInstanceOrganizationArgs
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Owners []string
(Array of schema.TypeString) -(ReadOnly)
Parents []WorkflowServiceItemInstanceParentArgs
(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 []WorkflowServiceItemInstancePermissionResourceArgs
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
ResourcelifecycleStatus string
(ReadOnly) Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
ServiceItemDefinitions []WorkflowServiceItemInstanceServiceItemDefinitionArgs
A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
Status string
(ReadOnly) Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
Tags []WorkflowServiceItemInstanceTagArgs
This complex property has following sub-properties:
UserIdOrEmail string
(ReadOnly) The user identifier which indicates the user that started this workflow.
Users []WorkflowServiceItemInstanceUserArgs
A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
VersionContexts []WorkflowServiceItemInstanceVersionContextArgs
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
WorkflowServiceItemInstanceId string
accountMoid String
(ReadOnly) The Account ID for this managed object.
additionalProperties String
ancestors List<WorkflowServiceItemInstanceAncestor>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
catalogServiceRequests List<WorkflowServiceItemInstanceCatalogServiceRequest>
(ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. 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.
description String
The description for this service item instance.
domainGroupMoid String
(ReadOnly) The DomainGroup ID for this managed object.
idpReferences List<WorkflowServiceItemInstanceIdpReference>
A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
idps List<WorkflowServiceItemInstanceIdp>
A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
label String
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
lastStatus String
(ReadOnly) Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migrationHistories List<WorkflowServiceItemInstanceMigrationHistory>
This complex property has following sub-properties:
modTime String
(ReadOnly) The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizations List<WorkflowServiceItemInstanceOrganization>
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners List<String>
(Array of schema.TypeString) -(ReadOnly)
parents List<WorkflowServiceItemInstanceParent>
(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<WorkflowServiceItemInstancePermissionResource>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
resourcelifecycleStatus String
(ReadOnly) Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
serviceItemDefinitions List<WorkflowServiceItemInstanceServiceItemDefinition>
A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
status String
(ReadOnly) Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags List<WorkflowServiceItemInstanceTag>
This complex property has following sub-properties:
userIdOrEmail String
(ReadOnly) The user identifier which indicates the user that started this workflow.
users List<WorkflowServiceItemInstanceUser>
A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
versionContexts List<WorkflowServiceItemInstanceVersionContext>
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
workflowServiceItemInstanceId String
accountMoid string
(ReadOnly) The Account ID for this managed object.
additionalProperties string
ancestors WorkflowServiceItemInstanceAncestor[]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
catalogServiceRequests WorkflowServiceItemInstanceCatalogServiceRequest[]
(ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. 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.
description string
The description for this service item instance.
domainGroupMoid string
(ReadOnly) The DomainGroup ID for this managed object.
idpReferences WorkflowServiceItemInstanceIdpReference[]
A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
idps WorkflowServiceItemInstanceIdp[]
A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
label string
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
lastStatus string
(ReadOnly) Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migrationHistories WorkflowServiceItemInstanceMigrationHistory[]
This complex property has following sub-properties:
modTime string
(ReadOnly) The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
name string
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizations WorkflowServiceItemInstanceOrganization[]
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners string[]
(Array of schema.TypeString) -(ReadOnly)
parents WorkflowServiceItemInstanceParent[]
(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 WorkflowServiceItemInstancePermissionResource[]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
resourcelifecycleStatus string
(ReadOnly) Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
serviceItemDefinitions WorkflowServiceItemInstanceServiceItemDefinition[]
A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
status string
(ReadOnly) Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags WorkflowServiceItemInstanceTag[]
This complex property has following sub-properties:
userIdOrEmail string
(ReadOnly) The user identifier which indicates the user that started this workflow.
users WorkflowServiceItemInstanceUser[]
A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
versionContexts WorkflowServiceItemInstanceVersionContext[]
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
workflowServiceItemInstanceId string
account_moid str
(ReadOnly) The Account ID for this managed object.
additional_properties str
ancestors Sequence[WorkflowServiceItemInstanceAncestorArgs]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
catalog_service_requests Sequence[WorkflowServiceItemInstanceCatalogServiceRequestArgs]
(ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. 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.
description str
The description for this service item instance.
domain_group_moid str
(ReadOnly) The DomainGroup ID for this managed object.
idp_references Sequence[WorkflowServiceItemInstanceIdpReferenceArgs]
A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
idps Sequence[WorkflowServiceItemInstanceIdpArgs]
A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
label str
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
last_status str
(ReadOnly) Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migration_histories Sequence[WorkflowServiceItemInstanceMigrationHistoryArgs]
This complex property has following sub-properties:
mod_time str
(ReadOnly) The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
name str
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizations Sequence[WorkflowServiceItemInstanceOrganizationArgs]
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners Sequence[str]
(Array of schema.TypeString) -(ReadOnly)
parents Sequence[WorkflowServiceItemInstanceParentArgs]
(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[WorkflowServiceItemInstancePermissionResourceArgs]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
resourcelifecycle_status str
(ReadOnly) Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
service_item_definitions Sequence[WorkflowServiceItemInstanceServiceItemDefinitionArgs]
A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
status str
(ReadOnly) Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags Sequence[WorkflowServiceItemInstanceTagArgs]
This complex property has following sub-properties:
user_id_or_email str
(ReadOnly) The user identifier which indicates the user that started this workflow.
users Sequence[WorkflowServiceItemInstanceUserArgs]
A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
version_contexts Sequence[WorkflowServiceItemInstanceVersionContextArgs]
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
workflow_service_item_instance_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:
catalogServiceRequests List<Property Map>
(ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. 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.
description String
The description for this service item instance.
domainGroupMoid String
(ReadOnly) The DomainGroup ID for this managed object.
idpReferences List<Property Map>
A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
idps List<Property Map>
A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
label String
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
lastStatus String
(ReadOnly) Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migrationHistories List<Property Map>
This complex property has following sub-properties:
modTime String
(ReadOnly) The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizations List<Property Map>
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
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:
resourcelifecycleStatus String
(ReadOnly) Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
serviceItemDefinitions List<Property Map>
A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
status String
(ReadOnly) Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags List<Property Map>
This complex property has following sub-properties:
userIdOrEmail String
(ReadOnly) The user identifier which indicates the user that started this workflow.
users List<Property Map>
A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
versionContexts List<Property Map>
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
workflowServiceItemInstanceId String

Supporting Types

WorkflowServiceItemInstanceAncestor
, WorkflowServiceItemInstanceAncestorArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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'.

WorkflowServiceItemInstanceCatalogServiceRequest
, WorkflowServiceItemInstanceCatalogServiceRequestArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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'.

WorkflowServiceItemInstanceIdp
, WorkflowServiceItemInstanceIdpArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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'.

WorkflowServiceItemInstanceIdpReference
, WorkflowServiceItemInstanceIdpReferenceArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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'.

WorkflowServiceItemInstanceMigrationHistory
, WorkflowServiceItemInstanceMigrationHistoryArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Destinations This property is required. List<WorkflowServiceItemInstanceMigrationHistoryDestination>
Destination version of the migration. This complex property has following sub-properties:
MigrationActionInstances This property is required. List<WorkflowServiceItemInstanceMigrationHistoryMigrationActionInstance>
The migration action instance. This complex property has following sub-properties:
NrSources This property is required. List<WorkflowServiceItemInstanceMigrationHistoryNrSource>
Source version of the migration. This complex property has following sub-properties:
ObjectType This property is required. string
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
Timestamp This property is required. string
The time when the migration was performed.
AdditionalProperties This property is required. string
ClassId This property is required. string
Destinations This property is required. []WorkflowServiceItemInstanceMigrationHistoryDestination
Destination version of the migration. This complex property has following sub-properties:
MigrationActionInstances This property is required. []WorkflowServiceItemInstanceMigrationHistoryMigrationActionInstance
The migration action instance. This complex property has following sub-properties:
NrSources This property is required. []WorkflowServiceItemInstanceMigrationHistoryNrSource
Source version of the migration. This complex property has following sub-properties:
ObjectType This property is required. string
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
Timestamp This property is required. string
The time when the migration was performed.
additionalProperties This property is required. String
classId This property is required. String
destinations This property is required. List<WorkflowServiceItemInstanceMigrationHistoryDestination>
Destination version of the migration. This complex property has following sub-properties:
migrationActionInstances This property is required. List<WorkflowServiceItemInstanceMigrationHistoryMigrationActionInstance>
The migration action instance. This complex property has following sub-properties:
nrSources This property is required. List<WorkflowServiceItemInstanceMigrationHistoryNrSource>
Source version of the migration. This complex property has following sub-properties:
objectType This property is required. String
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
timestamp This property is required. String
The time when the migration was performed.
additionalProperties This property is required. string
classId This property is required. string
destinations This property is required. WorkflowServiceItemInstanceMigrationHistoryDestination[]
Destination version of the migration. This complex property has following sub-properties:
migrationActionInstances This property is required. WorkflowServiceItemInstanceMigrationHistoryMigrationActionInstance[]
The migration action instance. This complex property has following sub-properties:
nrSources This property is required. WorkflowServiceItemInstanceMigrationHistoryNrSource[]
Source version of the migration. This complex property has following sub-properties:
objectType This property is required. string
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
timestamp This property is required. string
The time when the migration was performed.
additional_properties This property is required. str
class_id This property is required. str
destinations This property is required. Sequence[WorkflowServiceItemInstanceMigrationHistoryDestination]
Destination version of the migration. This complex property has following sub-properties:
migration_action_instances This property is required. Sequence[WorkflowServiceItemInstanceMigrationHistoryMigrationActionInstance]
The migration action instance. This complex property has following sub-properties:
nr_sources This property is required. Sequence[WorkflowServiceItemInstanceMigrationHistoryNrSource]
Source version of the migration. This complex property has following sub-properties:
object_type This property is required. str
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
timestamp This property is required. str
The time when the migration was performed.
additionalProperties This property is required. String
classId This property is required. String
destinations This property is required. List<Property Map>
Destination version of the migration. This complex property has following sub-properties:
migrationActionInstances This property is required. List<Property Map>
The migration action instance. This complex property has following sub-properties:
nrSources This property is required. List<Property Map>
Source version of the migration. This complex property has following sub-properties:
objectType This property is required. String
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
timestamp This property is required. String
The time when the migration was performed.

WorkflowServiceItemInstanceMigrationHistoryDestination
, WorkflowServiceItemInstanceMigrationHistoryDestinationArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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'.

WorkflowServiceItemInstanceMigrationHistoryMigrationActionInstance
, WorkflowServiceItemInstanceMigrationHistoryMigrationActionInstanceArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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'.

WorkflowServiceItemInstanceMigrationHistoryNrSource
, WorkflowServiceItemInstanceMigrationHistoryNrSourceArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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'.

WorkflowServiceItemInstanceOrganization
, WorkflowServiceItemInstanceOrganizationArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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'.

WorkflowServiceItemInstanceParent
, WorkflowServiceItemInstanceParentArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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'.

WorkflowServiceItemInstancePermissionResource
, WorkflowServiceItemInstancePermissionResourceArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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'.

WorkflowServiceItemInstanceServiceItemDefinition
, WorkflowServiceItemInstanceServiceItemDefinitionArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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'.

WorkflowServiceItemInstanceTag
, WorkflowServiceItemInstanceTagArgs

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

WorkflowServiceItemInstanceUser
, WorkflowServiceItemInstanceUserArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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'.

WorkflowServiceItemInstanceVersionContext
, WorkflowServiceItemInstanceVersionContextArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<WorkflowServiceItemInstanceVersionContextInterestedMo>
This complex property has following sub-properties:
MarkedForDeletion This property is required. 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 This property is required. string
(ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType This property is required. string
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
RefMos This property is required. List<WorkflowServiceItemInstanceVersionContextRefMo>
(ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
Timestamp This property is required. string
(ReadOnly) The time this versioned Managed Object was created.
VersionType This property is required. 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 This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []WorkflowServiceItemInstanceVersionContextInterestedMo
This complex property has following sub-properties:
MarkedForDeletion This property is required. 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 This property is required. string
(ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType This property is required. string
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
RefMos This property is required. []WorkflowServiceItemInstanceVersionContextRefMo
(ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
Timestamp This property is required. string
(ReadOnly) The time this versioned Managed Object was created.
VersionType This property is required. 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 This property is required. String
classId This property is required. String
interestedMos This property is required. List<WorkflowServiceItemInstanceVersionContextInterestedMo>
This complex property has following sub-properties:
markedForDeletion This property is required. 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 This property is required. String
(ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType This property is required. String
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
refMos This property is required. List<WorkflowServiceItemInstanceVersionContextRefMo>
(ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
timestamp This property is required. String
(ReadOnly) The time this versioned Managed Object was created.
versionType This property is required. 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 This property is required. string
classId This property is required. string
interestedMos This property is required. WorkflowServiceItemInstanceVersionContextInterestedMo[]
This complex property has following sub-properties:
markedForDeletion This property is required. 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 This property is required. string
(ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType This property is required. string
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
refMos This property is required. WorkflowServiceItemInstanceVersionContextRefMo[]
(ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
timestamp This property is required. string
(ReadOnly) The time this versioned Managed Object was created.
versionType This property is required. 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 This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[WorkflowServiceItemInstanceVersionContextInterestedMo]
This complex property has following sub-properties:
marked_for_deletion This property is required. 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 This property is required. str
(ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
object_type This property is required. str
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
ref_mos This property is required. Sequence[WorkflowServiceItemInstanceVersionContextRefMo]
(ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
timestamp This property is required. str
(ReadOnly) The time this versioned Managed Object was created.
version_type This property is required. 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 This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
This complex property has following sub-properties:
markedForDeletion This property is required. 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 This property is required. String
(ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType This property is required. String
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
refMos This property is required. List<Property Map>
(ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
timestamp This property is required. String
(ReadOnly) The time this versioned Managed Object was created.
versionType This property is required. 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.

WorkflowServiceItemInstanceVersionContextInterestedMo
, WorkflowServiceItemInstanceVersionContextInterestedMoArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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'.

WorkflowServiceItemInstanceVersionContextRefMo
, WorkflowServiceItemInstanceVersionContextRefMoArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. 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_service_item_instance can be imported using the Moid of the object, e.g.

$ pulumi import intersight:index/workflowServiceItemInstance:WorkflowServiceItemInstance example 1234567890987654321abcde
Copy

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.