intersight.WorkflowCatalogServiceRequest
Explore with Pulumi AI
Catalog Service Request is one instance of a catalog item based on a catalog item definition.
Allowed Types in AdditionalProperties
workflow.OperationTypeDecommission
Operation details for decommission actions.
- service_item_instance:(HashMap) - Specify the service item instance to issue decommission action. This complex property has following sub-properties:- moid:(string) The Moid of the referenced REST resource.
- object_type:(string) The fully-qualified name of the remote type referred by this relationship.
- selector:(string) An OData $filter expression which describes the REST resource to be referenced. This field 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’.
 
workflow.OperationTypeDeployment
Definition to capture the operation details for deployment actions.
workflow.OperationTypePostDeployment
Operation details for post-deployment actions.
- service_item_action_definition:(HashMap) - Specify the service item action definition which needs to be executed on the service item instance. This complex property has following sub-properties:- moid:(string) The Moid of the referenced REST resource.
- object_type:(string) The fully-qualified name of the remote type referred by this relationship.
- selector:(string) An OData $filter expression which describes the REST resource to be referenced. This field 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’.
 
- service_item_instance:(HashMap) - Specify the service item instance to issue post-deployment action. This complex property has following sub-properties:- moid:(string) The Moid of the referenced REST resource.
- object_type:(string) The fully-qualified name of the remote type referred by this relationship.
- selector:(string) An OData $filter expression which describes the REST resource to be referenced. This field 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’.
 
Create WorkflowCatalogServiceRequest Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WorkflowCatalogServiceRequest(name: string, args?: WorkflowCatalogServiceRequestArgs, opts?: CustomResourceOptions);@overload
def WorkflowCatalogServiceRequest(resource_name: str,
                                  args: Optional[WorkflowCatalogServiceRequestArgs] = None,
                                  opts: Optional[ResourceOptions] = None)
@overload
def WorkflowCatalogServiceRequest(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  account_moid: Optional[str] = None,
                                  additional_properties: Optional[str] = None,
                                  ancestors: Optional[Sequence[WorkflowCatalogServiceRequestAncestorArgs]] = None,
                                  catalog_item_definitions: Optional[Sequence[WorkflowCatalogServiceRequestCatalogItemDefinitionArgs]] = None,
                                  class_id: Optional[str] = None,
                                  create_time: Optional[str] = None,
                                  description: Optional[str] = None,
                                  domain_group_moid: Optional[str] = None,
                                  end_time: Optional[str] = None,
                                  idp_references: Optional[Sequence[WorkflowCatalogServiceRequestIdpReferenceArgs]] = None,
                                  idps: Optional[Sequence[WorkflowCatalogServiceRequestIdpArgs]] = None,
                                  input: Optional[str] = None,
                                  label: Optional[str] = None,
                                  messages: Optional[Sequence[WorkflowCatalogServiceRequestMessageArgs]] = None,
                                  mod_time: Optional[str] = None,
                                  moid: Optional[str] = None,
                                  name: Optional[str] = None,
                                  object_type: Optional[str] = None,
                                  operations: Optional[Sequence[WorkflowCatalogServiceRequestOperationArgs]] = None,
                                  organizations: Optional[Sequence[WorkflowCatalogServiceRequestOrganizationArgs]] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parents: Optional[Sequence[WorkflowCatalogServiceRequestParentArgs]] = None,
                                  permission_resources: Optional[Sequence[WorkflowCatalogServiceRequestPermissionResourceArgs]] = None,
                                  selection_criteria_inputs: Optional[Sequence[WorkflowCatalogServiceRequestSelectionCriteriaInputArgs]] = None,
                                  service_item_action_instances: Optional[Sequence[WorkflowCatalogServiceRequestServiceItemActionInstanceArgs]] = None,
                                  service_item_instances: Optional[Sequence[WorkflowCatalogServiceRequestServiceItemInstanceArgs]] = None,
                                  shared_scope: Optional[str] = None,
                                  status: Optional[str] = None,
                                  tags: Optional[Sequence[WorkflowCatalogServiceRequestTagArgs]] = None,
                                  user_id_or_email: Optional[str] = None,
                                  users: Optional[Sequence[WorkflowCatalogServiceRequestUserArgs]] = None,
                                  version_contexts: Optional[Sequence[WorkflowCatalogServiceRequestVersionContextArgs]] = None,
                                  workflow_catalog_service_request_id: Optional[str] = None)func NewWorkflowCatalogServiceRequest(ctx *Context, name string, args *WorkflowCatalogServiceRequestArgs, opts ...ResourceOption) (*WorkflowCatalogServiceRequest, error)public WorkflowCatalogServiceRequest(string name, WorkflowCatalogServiceRequestArgs? args = null, CustomResourceOptions? opts = null)
public WorkflowCatalogServiceRequest(String name, WorkflowCatalogServiceRequestArgs args)
public WorkflowCatalogServiceRequest(String name, WorkflowCatalogServiceRequestArgs args, CustomResourceOptions options)
type: intersight:WorkflowCatalogServiceRequest
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args WorkflowCatalogServiceRequestArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WorkflowCatalogServiceRequestArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WorkflowCatalogServiceRequestArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkflowCatalogServiceRequestArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkflowCatalogServiceRequestArgs
- 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 workflowCatalogServiceRequestResource = new Intersight.WorkflowCatalogServiceRequest("workflowCatalogServiceRequestResource", new()
{
    AccountMoid = "string",
    AdditionalProperties = "string",
    Ancestors = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestAncestorArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    CatalogItemDefinitions = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestCatalogItemDefinitionArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    ClassId = "string",
    CreateTime = "string",
    Description = "string",
    DomainGroupMoid = "string",
    EndTime = "string",
    IdpReferences = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestIdpReferenceArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    Idps = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestIdpArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    Input = "string",
    Label = "string",
    Messages = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestMessageArgs
        {
            ActionOperation = "string",
            AdditionalProperties = "string",
            ClassId = "string",
            CreateTime = "string",
            Message = "string",
            ObjectType = "string",
            ServiceItemName = "string",
            Severity = "string",
        },
    },
    ModTime = "string",
    Moid = "string",
    Name = "string",
    ObjectType = "string",
    Operations = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestOperationArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            ObjectType = "string",
            OperationType = "string",
        },
    },
    Organizations = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestOrganizationArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    Owners = new[]
    {
        "string",
    },
    Parents = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestParentArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    PermissionResources = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestPermissionResourceArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    SelectionCriteriaInputs = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestSelectionCriteriaInputArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            FilterConditions = new[]
            {
                new Intersight.Inputs.WorkflowCatalogServiceRequestSelectionCriteriaInputFilterConditionArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            InputName = "string",
            InputValue = "string",
            ObjectType = "string",
        },
    },
    ServiceItemActionInstances = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestServiceItemActionInstanceArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    ServiceItemInstances = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestServiceItemInstanceArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    SharedScope = "string",
    Status = "string",
    Tags = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestTagArgs
        {
            AdditionalProperties = "string",
            Key = "string",
            Value = "string",
        },
    },
    UserIdOrEmail = "string",
    Users = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestUserArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    VersionContexts = new[]
    {
        new Intersight.Inputs.WorkflowCatalogServiceRequestVersionContextArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            InterestedMos = new[]
            {
                new Intersight.Inputs.WorkflowCatalogServiceRequestVersionContextInterestedMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            MarkedForDeletion = false,
            NrVersion = "string",
            ObjectType = "string",
            RefMos = new[]
            {
                new Intersight.Inputs.WorkflowCatalogServiceRequestVersionContextRefMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            Timestamp = "string",
            VersionType = "string",
        },
    },
    WorkflowCatalogServiceRequestId = "string",
});
example, err := intersight.NewWorkflowCatalogServiceRequest(ctx, "workflowCatalogServiceRequestResource", &intersight.WorkflowCatalogServiceRequestArgs{
	AccountMoid:          pulumi.String("string"),
	AdditionalProperties: pulumi.String("string"),
	Ancestors: intersight.WorkflowCatalogServiceRequestAncestorArray{
		&intersight.WorkflowCatalogServiceRequestAncestorArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	CatalogItemDefinitions: intersight.WorkflowCatalogServiceRequestCatalogItemDefinitionArray{
		&intersight.WorkflowCatalogServiceRequestCatalogItemDefinitionArgs{
			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"),
	EndTime:         pulumi.String("string"),
	IdpReferences: intersight.WorkflowCatalogServiceRequestIdpReferenceArray{
		&intersight.WorkflowCatalogServiceRequestIdpReferenceArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	Idps: intersight.WorkflowCatalogServiceRequestIdpArray{
		&intersight.WorkflowCatalogServiceRequestIdpArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	Input: pulumi.String("string"),
	Label: pulumi.String("string"),
	Messages: intersight.WorkflowCatalogServiceRequestMessageArray{
		&intersight.WorkflowCatalogServiceRequestMessageArgs{
			ActionOperation:      pulumi.String("string"),
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			CreateTime:           pulumi.String("string"),
			Message:              pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			ServiceItemName:      pulumi.String("string"),
			Severity:             pulumi.String("string"),
		},
	},
	ModTime:    pulumi.String("string"),
	Moid:       pulumi.String("string"),
	Name:       pulumi.String("string"),
	ObjectType: pulumi.String("string"),
	Operations: intersight.WorkflowCatalogServiceRequestOperationArray{
		&intersight.WorkflowCatalogServiceRequestOperationArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			OperationType:        pulumi.String("string"),
		},
	},
	Organizations: intersight.WorkflowCatalogServiceRequestOrganizationArray{
		&intersight.WorkflowCatalogServiceRequestOrganizationArgs{
			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.WorkflowCatalogServiceRequestParentArray{
		&intersight.WorkflowCatalogServiceRequestParentArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	PermissionResources: intersight.WorkflowCatalogServiceRequestPermissionResourceArray{
		&intersight.WorkflowCatalogServiceRequestPermissionResourceArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	SelectionCriteriaInputs: intersight.WorkflowCatalogServiceRequestSelectionCriteriaInputArray{
		&intersight.WorkflowCatalogServiceRequestSelectionCriteriaInputArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			FilterConditions: intersight.WorkflowCatalogServiceRequestSelectionCriteriaInputFilterConditionArray{
				&intersight.WorkflowCatalogServiceRequestSelectionCriteriaInputFilterConditionArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
			InputName:  pulumi.String("string"),
			InputValue: pulumi.String("string"),
			ObjectType: pulumi.String("string"),
		},
	},
	ServiceItemActionInstances: intersight.WorkflowCatalogServiceRequestServiceItemActionInstanceArray{
		&intersight.WorkflowCatalogServiceRequestServiceItemActionInstanceArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	ServiceItemInstances: intersight.WorkflowCatalogServiceRequestServiceItemInstanceArray{
		&intersight.WorkflowCatalogServiceRequestServiceItemInstanceArgs{
			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.WorkflowCatalogServiceRequestTagArray{
		&intersight.WorkflowCatalogServiceRequestTagArgs{
			AdditionalProperties: pulumi.String("string"),
			Key:                  pulumi.String("string"),
			Value:                pulumi.String("string"),
		},
	},
	UserIdOrEmail: pulumi.String("string"),
	Users: intersight.WorkflowCatalogServiceRequestUserArray{
		&intersight.WorkflowCatalogServiceRequestUserArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	VersionContexts: intersight.WorkflowCatalogServiceRequestVersionContextArray{
		&intersight.WorkflowCatalogServiceRequestVersionContextArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			InterestedMos: intersight.WorkflowCatalogServiceRequestVersionContextInterestedMoArray{
				&intersight.WorkflowCatalogServiceRequestVersionContextInterestedMoArgs{
					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.WorkflowCatalogServiceRequestVersionContextRefMoArray{
				&intersight.WorkflowCatalogServiceRequestVersionContextRefMoArgs{
					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"),
		},
	},
	WorkflowCatalogServiceRequestId: pulumi.String("string"),
})
var workflowCatalogServiceRequestResource = new WorkflowCatalogServiceRequest("workflowCatalogServiceRequestResource", WorkflowCatalogServiceRequestArgs.builder()
    .accountMoid("string")
    .additionalProperties("string")
    .ancestors(WorkflowCatalogServiceRequestAncestorArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .catalogItemDefinitions(WorkflowCatalogServiceRequestCatalogItemDefinitionArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .classId("string")
    .createTime("string")
    .description("string")
    .domainGroupMoid("string")
    .endTime("string")
    .idpReferences(WorkflowCatalogServiceRequestIdpReferenceArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .idps(WorkflowCatalogServiceRequestIdpArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .input("string")
    .label("string")
    .messages(WorkflowCatalogServiceRequestMessageArgs.builder()
        .actionOperation("string")
        .additionalProperties("string")
        .classId("string")
        .createTime("string")
        .message("string")
        .objectType("string")
        .serviceItemName("string")
        .severity("string")
        .build())
    .modTime("string")
    .moid("string")
    .name("string")
    .objectType("string")
    .operations(WorkflowCatalogServiceRequestOperationArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .objectType("string")
        .operationType("string")
        .build())
    .organizations(WorkflowCatalogServiceRequestOrganizationArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .owners("string")
    .parents(WorkflowCatalogServiceRequestParentArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .permissionResources(WorkflowCatalogServiceRequestPermissionResourceArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .selectionCriteriaInputs(WorkflowCatalogServiceRequestSelectionCriteriaInputArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .filterConditions(WorkflowCatalogServiceRequestSelectionCriteriaInputFilterConditionArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .objectType("string")
            .selector("string")
            .build())
        .inputName("string")
        .inputValue("string")
        .objectType("string")
        .build())
    .serviceItemActionInstances(WorkflowCatalogServiceRequestServiceItemActionInstanceArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .serviceItemInstances(WorkflowCatalogServiceRequestServiceItemInstanceArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .sharedScope("string")
    .status("string")
    .tags(WorkflowCatalogServiceRequestTagArgs.builder()
        .additionalProperties("string")
        .key("string")
        .value("string")
        .build())
    .userIdOrEmail("string")
    .users(WorkflowCatalogServiceRequestUserArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .versionContexts(WorkflowCatalogServiceRequestVersionContextArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .interestedMos(WorkflowCatalogServiceRequestVersionContextInterestedMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .markedForDeletion(false)
        .nrVersion("string")
        .objectType("string")
        .refMos(WorkflowCatalogServiceRequestVersionContextRefMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .timestamp("string")
        .versionType("string")
        .build())
    .workflowCatalogServiceRequestId("string")
    .build());
workflow_catalog_service_request_resource = intersight.WorkflowCatalogServiceRequest("workflowCatalogServiceRequestResource",
    account_moid="string",
    additional_properties="string",
    ancestors=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    catalog_item_definitions=[{
        "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",
    end_time="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",
    }],
    input="string",
    label="string",
    messages=[{
        "action_operation": "string",
        "additional_properties": "string",
        "class_id": "string",
        "create_time": "string",
        "message": "string",
        "object_type": "string",
        "service_item_name": "string",
        "severity": "string",
    }],
    mod_time="string",
    moid="string",
    name="string",
    object_type="string",
    operations=[{
        "additional_properties": "string",
        "class_id": "string",
        "object_type": "string",
        "operation_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",
    }],
    selection_criteria_inputs=[{
        "additional_properties": "string",
        "class_id": "string",
        "filter_conditions": [{
            "additional_properties": "string",
            "class_id": "string",
            "object_type": "string",
            "selector": "string",
        }],
        "input_name": "string",
        "input_value": "string",
        "object_type": "string",
    }],
    service_item_action_instances=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    service_item_instances=[{
        "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_catalog_service_request_id="string")
const workflowCatalogServiceRequestResource = new intersight.WorkflowCatalogServiceRequest("workflowCatalogServiceRequestResource", {
    accountMoid: "string",
    additionalProperties: "string",
    ancestors: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    catalogItemDefinitions: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    classId: "string",
    createTime: "string",
    description: "string",
    domainGroupMoid: "string",
    endTime: "string",
    idpReferences: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    idps: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    input: "string",
    label: "string",
    messages: [{
        actionOperation: "string",
        additionalProperties: "string",
        classId: "string",
        createTime: "string",
        message: "string",
        objectType: "string",
        serviceItemName: "string",
        severity: "string",
    }],
    modTime: "string",
    moid: "string",
    name: "string",
    objectType: "string",
    operations: [{
        additionalProperties: "string",
        classId: "string",
        objectType: "string",
        operationType: "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",
    }],
    selectionCriteriaInputs: [{
        additionalProperties: "string",
        classId: "string",
        filterConditions: [{
            additionalProperties: "string",
            classId: "string",
            objectType: "string",
            selector: "string",
        }],
        inputName: "string",
        inputValue: "string",
        objectType: "string",
    }],
    serviceItemActionInstances: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    serviceItemInstances: [{
        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",
    }],
    workflowCatalogServiceRequestId: "string",
});
type: intersight:WorkflowCatalogServiceRequest
properties:
    accountMoid: string
    additionalProperties: string
    ancestors:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    catalogItemDefinitions:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    classId: string
    createTime: string
    description: string
    domainGroupMoid: string
    endTime: string
    idpReferences:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    idps:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    input: string
    label: string
    messages:
        - actionOperation: string
          additionalProperties: string
          classId: string
          createTime: string
          message: string
          objectType: string
          serviceItemName: string
          severity: string
    modTime: string
    moid: string
    name: string
    objectType: string
    operations:
        - additionalProperties: string
          classId: string
          objectType: string
          operationType: 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
    selectionCriteriaInputs:
        - additionalProperties: string
          classId: string
          filterConditions:
            - additionalProperties: string
              classId: string
              objectType: string
              selector: string
          inputName: string
          inputValue: string
          objectType: string
    serviceItemActionInstances:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    serviceItemInstances:
        - 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
    workflowCatalogServiceRequestId: string
WorkflowCatalogServiceRequest 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 WorkflowCatalogServiceRequest resource accepts the following input properties:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<WorkflowCatalog Service Request Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- CatalogItem List<WorkflowDefinitions Catalog Service Request Catalog Item Definition> 
- A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- Description string
- The description for this catalog service request which provides information on request from the user.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- EndTime string
- (ReadOnly) The time at which the service request completed or stopped.
- IdpReferences List<WorkflowCatalog Service Request Idp Reference> 
- 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<WorkflowCatalog Service Request Idp> 
- 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:
- Input string
- Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.
- Label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Messages
List<WorkflowCatalog Service Request Message> 
- 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 catalog service request instance.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operations
List<WorkflowCatalog Service Request Operation> 
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- Organizations
List<WorkflowCatalog Service Request Organization> 
- (ReadOnly) 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<WorkflowCatalog Service Request Parent> 
- (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<WorkflowCatalog Service Request Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- SelectionCriteria List<WorkflowInputs Catalog Service Request Selection Criteria Input> 
- This complex property has following sub-properties:
- ServiceItem List<WorkflowAction Instances Catalog Service Request Service Item Action Instance> 
- (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- ServiceItem List<WorkflowInstances Catalog Service Request Service Item Instance> 
- (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
List<WorkflowCatalog Service Request Tag> 
- This complex property has following sub-properties:
- UserId stringOr Email 
- (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- Users
List<WorkflowCatalog Service Request User> 
- 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<WorkflowCatalog Service Request Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- WorkflowCatalog stringService Request Id 
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]WorkflowCatalog Service Request Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- CatalogItem []WorkflowDefinitions Catalog Service Request Catalog Item Definition Args 
- A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- Description string
- The description for this catalog service request which provides information on request from the user.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- EndTime string
- (ReadOnly) The time at which the service request completed or stopped.
- IdpReferences []WorkflowCatalog Service Request Idp Reference Args 
- 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
[]WorkflowCatalog Service Request Idp Args 
- 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:
- Input string
- Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.
- Label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Messages
[]WorkflowCatalog Service Request Message Args 
- 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 catalog service request instance.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operations
[]WorkflowCatalog Service Request Operation Args 
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- Organizations
[]WorkflowCatalog Service Request Organization Args 
- (ReadOnly) 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
[]WorkflowCatalog Service Request Parent Args 
- (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 []WorkflowCatalog Service Request Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- SelectionCriteria []WorkflowInputs Catalog Service Request Selection Criteria Input Args 
- This complex property has following sub-properties:
- ServiceItem []WorkflowAction Instances Catalog Service Request Service Item Action Instance Args 
- (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- ServiceItem []WorkflowInstances Catalog Service Request Service Item Instance Args 
- (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
[]WorkflowCatalog Service Request Tag Args 
- This complex property has following sub-properties:
- UserId stringOr Email 
- (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- Users
[]WorkflowCatalog Service Request User Args 
- 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 []WorkflowCatalog Service Request Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- WorkflowCatalog stringService Request Id 
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors
List<WorkflowCatalog Service Request Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalogItem List<WorkflowDefinitions Catalog Service Request Catalog Item Definition> 
- A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- description String
- The description for this catalog service request which provides information on request from the user.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- endTime String
- (ReadOnly) The time at which the service request completed or stopped.
- idpReferences List<WorkflowCatalog Service Request Idp Reference> 
- 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<WorkflowCatalog Service Request Idp> 
- 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:
- input String
- Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label String
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
List<WorkflowCatalog Service Request Message> 
- 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 catalog service request instance.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations
List<WorkflowCatalog Service Request Operation> 
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations
List<WorkflowCatalog Service Request Organization> 
- (ReadOnly) 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<WorkflowCatalog Service Request Parent> 
- (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<WorkflowCatalog Service Request Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selectionCriteria List<WorkflowInputs Catalog Service Request Selection Criteria Input> 
- This complex property has following sub-properties:
- serviceItem List<WorkflowAction Instances Catalog Service Request Service Item Action Instance> 
- (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- serviceItem List<WorkflowInstances Catalog Service Request Service Item Instance> 
- (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
List<WorkflowCatalog Service Request Tag> 
- This complex property has following sub-properties:
- userId StringOr Email 
- (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- users
List<WorkflowCatalog Service Request User> 
- 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<WorkflowCatalog Service Request Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflowCatalog StringService Request Id 
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties string
- ancestors
WorkflowCatalog Service Request Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalogItem WorkflowDefinitions Catalog Service Request Catalog Item Definition[] 
- A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime string
- (ReadOnly) The time when this managed object was created.
- description string
- The description for this catalog service request which provides information on request from the user.
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- endTime string
- (ReadOnly) The time at which the service request completed or stopped.
- idpReferences WorkflowCatalog Service Request Idp Reference[] 
- 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
WorkflowCatalog Service Request Idp[] 
- 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:
- input string
- Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
WorkflowCatalog Service Request Message[] 
- 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 catalog service request instance.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations
WorkflowCatalog Service Request Operation[] 
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations
WorkflowCatalog Service Request Organization[] 
- (ReadOnly) 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
WorkflowCatalog Service Request Parent[] 
- (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 WorkflowCatalog Service Request Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selectionCriteria WorkflowInputs Catalog Service Request Selection Criteria Input[] 
- This complex property has following sub-properties:
- serviceItem WorkflowAction Instances Catalog Service Request Service Item Action Instance[] 
- (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- serviceItem WorkflowInstances Catalog Service Request Service Item Instance[] 
- (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
WorkflowCatalog Service Request Tag[] 
- This complex property has following sub-properties:
- userId stringOr Email 
- (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- users
WorkflowCatalog Service Request User[] 
- 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 WorkflowCatalog Service Request Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflowCatalog stringService Request Id 
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[WorkflowCatalog Service Request Ancestor Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog_item_ Sequence[Workflowdefinitions Catalog Service Request Catalog Item Definition Args] 
- A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create_time str
- (ReadOnly) The time when this managed object was created.
- description str
- The description for this catalog service request which provides information on request from the user.
- domain_group_ strmoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- end_time str
- (ReadOnly) The time at which the service request completed or stopped.
- idp_references Sequence[WorkflowCatalog Service Request Idp Reference Args] 
- 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[WorkflowCatalog Service Request Idp Args] 
- 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:
- input str
- Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label str
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
Sequence[WorkflowCatalog Service Request Message Args] 
- 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 catalog service request instance.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations
Sequence[WorkflowCatalog Service Request Operation Args] 
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations
Sequence[WorkflowCatalog Service Request Organization Args] 
- (ReadOnly) 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[WorkflowCatalog Service Request Parent Args] 
- (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[WorkflowCatalog Service Request Permission Resource Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selection_criteria_ Sequence[Workflowinputs Catalog Service Request Selection Criteria Input Args] 
- This complex property has following sub-properties:
- service_item_ Sequence[Workflowaction_ instances Catalog Service Request Service Item Action Instance Args] 
- (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- service_item_ Sequence[Workflowinstances Catalog Service Request Service Item Instance Args] 
- (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
Sequence[WorkflowCatalog Service Request Tag Args] 
- This complex property has following sub-properties:
- user_id_ stror_ email 
- (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- users
Sequence[WorkflowCatalog Service Request User Args] 
- 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[WorkflowCatalog Service Request Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow_catalog_ strservice_ request_ id 
- 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:
- catalogItem List<Property Map>Definitions 
- A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- description String
- The description for this catalog service request which provides information on request from the user.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- endTime String
- (ReadOnly) The time at which the service request completed or stopped.
- 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:
- input String
- Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label String
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages 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 catalog service request instance.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations List<Property Map>
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations List<Property Map>
- (ReadOnly) 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:
- selectionCriteria List<Property Map>Inputs 
- This complex property has following sub-properties:
- serviceItem List<Property Map>Action Instances 
- (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- serviceItem List<Property Map>Instances 
- (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- 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 catalog service request instance which determines the actions that are allowed 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.
- List<Property Map>
- This complex property has following sub-properties:
- userId StringOr Email 
- (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- 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:
- workflowCatalog StringService Request Id 
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkflowCatalogServiceRequest 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 WorkflowCatalogServiceRequest Resource
Get an existing WorkflowCatalogServiceRequest 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?: WorkflowCatalogServiceRequestState, opts?: CustomResourceOptions): WorkflowCatalogServiceRequest@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[WorkflowCatalogServiceRequestAncestorArgs]] = None,
        catalog_item_definitions: Optional[Sequence[WorkflowCatalogServiceRequestCatalogItemDefinitionArgs]] = None,
        class_id: Optional[str] = None,
        create_time: Optional[str] = None,
        description: Optional[str] = None,
        domain_group_moid: Optional[str] = None,
        end_time: Optional[str] = None,
        idp_references: Optional[Sequence[WorkflowCatalogServiceRequestIdpReferenceArgs]] = None,
        idps: Optional[Sequence[WorkflowCatalogServiceRequestIdpArgs]] = None,
        input: Optional[str] = None,
        label: Optional[str] = None,
        messages: Optional[Sequence[WorkflowCatalogServiceRequestMessageArgs]] = None,
        mod_time: Optional[str] = None,
        moid: Optional[str] = None,
        name: Optional[str] = None,
        object_type: Optional[str] = None,
        operations: Optional[Sequence[WorkflowCatalogServiceRequestOperationArgs]] = None,
        organizations: Optional[Sequence[WorkflowCatalogServiceRequestOrganizationArgs]] = None,
        owners: Optional[Sequence[str]] = None,
        parents: Optional[Sequence[WorkflowCatalogServiceRequestParentArgs]] = None,
        permission_resources: Optional[Sequence[WorkflowCatalogServiceRequestPermissionResourceArgs]] = None,
        selection_criteria_inputs: Optional[Sequence[WorkflowCatalogServiceRequestSelectionCriteriaInputArgs]] = None,
        service_item_action_instances: Optional[Sequence[WorkflowCatalogServiceRequestServiceItemActionInstanceArgs]] = None,
        service_item_instances: Optional[Sequence[WorkflowCatalogServiceRequestServiceItemInstanceArgs]] = None,
        shared_scope: Optional[str] = None,
        status: Optional[str] = None,
        tags: Optional[Sequence[WorkflowCatalogServiceRequestTagArgs]] = None,
        user_id_or_email: Optional[str] = None,
        users: Optional[Sequence[WorkflowCatalogServiceRequestUserArgs]] = None,
        version_contexts: Optional[Sequence[WorkflowCatalogServiceRequestVersionContextArgs]] = None,
        workflow_catalog_service_request_id: Optional[str] = None) -> WorkflowCatalogServiceRequestfunc GetWorkflowCatalogServiceRequest(ctx *Context, name string, id IDInput, state *WorkflowCatalogServiceRequestState, opts ...ResourceOption) (*WorkflowCatalogServiceRequest, error)public static WorkflowCatalogServiceRequest Get(string name, Input<string> id, WorkflowCatalogServiceRequestState? state, CustomResourceOptions? opts = null)public static WorkflowCatalogServiceRequest get(String name, Output<String> id, WorkflowCatalogServiceRequestState state, CustomResourceOptions options)resources:  _:    type: intersight:WorkflowCatalogServiceRequest    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<WorkflowCatalog Service Request Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- CatalogItem List<WorkflowDefinitions Catalog Service Request Catalog Item Definition> 
- A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- Description string
- The description for this catalog service request which provides information on request from the user.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- EndTime string
- (ReadOnly) The time at which the service request completed or stopped.
- IdpReferences List<WorkflowCatalog Service Request Idp Reference> 
- 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<WorkflowCatalog Service Request Idp> 
- 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:
- Input string
- Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.
- Label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Messages
List<WorkflowCatalog Service Request Message> 
- 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 catalog service request instance.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operations
List<WorkflowCatalog Service Request Operation> 
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- Organizations
List<WorkflowCatalog Service Request Organization> 
- (ReadOnly) 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<WorkflowCatalog Service Request Parent> 
- (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<WorkflowCatalog Service Request Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- SelectionCriteria List<WorkflowInputs Catalog Service Request Selection Criteria Input> 
- This complex property has following sub-properties:
- ServiceItem List<WorkflowAction Instances Catalog Service Request Service Item Action Instance> 
- (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- ServiceItem List<WorkflowInstances Catalog Service Request Service Item Instance> 
- (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
List<WorkflowCatalog Service Request Tag> 
- This complex property has following sub-properties:
- UserId stringOr Email 
- (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- Users
List<WorkflowCatalog Service Request User> 
- 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<WorkflowCatalog Service Request Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- WorkflowCatalog stringService Request Id 
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]WorkflowCatalog Service Request Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- CatalogItem []WorkflowDefinitions Catalog Service Request Catalog Item Definition Args 
- A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- Description string
- The description for this catalog service request which provides information on request from the user.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- EndTime string
- (ReadOnly) The time at which the service request completed or stopped.
- IdpReferences []WorkflowCatalog Service Request Idp Reference Args 
- 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
[]WorkflowCatalog Service Request Idp Args 
- 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:
- Input string
- Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.
- Label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Messages
[]WorkflowCatalog Service Request Message Args 
- 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 catalog service request instance.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operations
[]WorkflowCatalog Service Request Operation Args 
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- Organizations
[]WorkflowCatalog Service Request Organization Args 
- (ReadOnly) 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
[]WorkflowCatalog Service Request Parent Args 
- (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 []WorkflowCatalog Service Request Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- SelectionCriteria []WorkflowInputs Catalog Service Request Selection Criteria Input Args 
- This complex property has following sub-properties:
- ServiceItem []WorkflowAction Instances Catalog Service Request Service Item Action Instance Args 
- (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- ServiceItem []WorkflowInstances Catalog Service Request Service Item Instance Args 
- (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
[]WorkflowCatalog Service Request Tag Args 
- This complex property has following sub-properties:
- UserId stringOr Email 
- (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- Users
[]WorkflowCatalog Service Request User Args 
- 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 []WorkflowCatalog Service Request Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- WorkflowCatalog stringService Request Id 
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors
List<WorkflowCatalog Service Request Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalogItem List<WorkflowDefinitions Catalog Service Request Catalog Item Definition> 
- A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- description String
- The description for this catalog service request which provides information on request from the user.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- endTime String
- (ReadOnly) The time at which the service request completed or stopped.
- idpReferences List<WorkflowCatalog Service Request Idp Reference> 
- 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<WorkflowCatalog Service Request Idp> 
- 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:
- input String
- Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label String
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
List<WorkflowCatalog Service Request Message> 
- 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 catalog service request instance.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations
List<WorkflowCatalog Service Request Operation> 
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations
List<WorkflowCatalog Service Request Organization> 
- (ReadOnly) 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<WorkflowCatalog Service Request Parent> 
- (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<WorkflowCatalog Service Request Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selectionCriteria List<WorkflowInputs Catalog Service Request Selection Criteria Input> 
- This complex property has following sub-properties:
- serviceItem List<WorkflowAction Instances Catalog Service Request Service Item Action Instance> 
- (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- serviceItem List<WorkflowInstances Catalog Service Request Service Item Instance> 
- (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
List<WorkflowCatalog Service Request Tag> 
- This complex property has following sub-properties:
- userId StringOr Email 
- (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- users
List<WorkflowCatalog Service Request User> 
- 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<WorkflowCatalog Service Request Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflowCatalog StringService Request Id 
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties string
- ancestors
WorkflowCatalog Service Request Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalogItem WorkflowDefinitions Catalog Service Request Catalog Item Definition[] 
- A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime string
- (ReadOnly) The time when this managed object was created.
- description string
- The description for this catalog service request which provides information on request from the user.
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- endTime string
- (ReadOnly) The time at which the service request completed or stopped.
- idpReferences WorkflowCatalog Service Request Idp Reference[] 
- 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
WorkflowCatalog Service Request Idp[] 
- 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:
- input string
- Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
WorkflowCatalog Service Request Message[] 
- 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 catalog service request instance.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations
WorkflowCatalog Service Request Operation[] 
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations
WorkflowCatalog Service Request Organization[] 
- (ReadOnly) 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
WorkflowCatalog Service Request Parent[] 
- (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 WorkflowCatalog Service Request Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selectionCriteria WorkflowInputs Catalog Service Request Selection Criteria Input[] 
- This complex property has following sub-properties:
- serviceItem WorkflowAction Instances Catalog Service Request Service Item Action Instance[] 
- (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- serviceItem WorkflowInstances Catalog Service Request Service Item Instance[] 
- (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
WorkflowCatalog Service Request Tag[] 
- This complex property has following sub-properties:
- userId stringOr Email 
- (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- users
WorkflowCatalog Service Request User[] 
- 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 WorkflowCatalog Service Request Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflowCatalog stringService Request Id 
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[WorkflowCatalog Service Request Ancestor Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog_item_ Sequence[Workflowdefinitions Catalog Service Request Catalog Item Definition Args] 
- A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create_time str
- (ReadOnly) The time when this managed object was created.
- description str
- The description for this catalog service request which provides information on request from the user.
- domain_group_ strmoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- end_time str
- (ReadOnly) The time at which the service request completed or stopped.
- idp_references Sequence[WorkflowCatalog Service Request Idp Reference Args] 
- 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[WorkflowCatalog Service Request Idp Args] 
- 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:
- input str
- Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label str
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
Sequence[WorkflowCatalog Service Request Message Args] 
- 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 catalog service request instance.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations
Sequence[WorkflowCatalog Service Request Operation Args] 
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations
Sequence[WorkflowCatalog Service Request Organization Args] 
- (ReadOnly) 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[WorkflowCatalog Service Request Parent Args] 
- (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[WorkflowCatalog Service Request Permission Resource Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selection_criteria_ Sequence[Workflowinputs Catalog Service Request Selection Criteria Input Args] 
- This complex property has following sub-properties:
- service_item_ Sequence[Workflowaction_ instances Catalog Service Request Service Item Action Instance Args] 
- (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- service_item_ Sequence[Workflowinstances Catalog Service Request Service Item Instance Args] 
- (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
Sequence[WorkflowCatalog Service Request Tag Args] 
- This complex property has following sub-properties:
- user_id_ stror_ email 
- (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- users
Sequence[WorkflowCatalog Service Request User Args] 
- 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[WorkflowCatalog Service Request Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow_catalog_ strservice_ request_ id 
- 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:
- catalogItem List<Property Map>Definitions 
- A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- description String
- The description for this catalog service request which provides information on request from the user.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- endTime String
- (ReadOnly) The time at which the service request completed or stopped.
- 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:
- input String
- Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label String
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages 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 catalog service request instance.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations List<Property Map>
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations List<Property Map>
- (ReadOnly) 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:
- selectionCriteria List<Property Map>Inputs 
- This complex property has following sub-properties:
- serviceItem List<Property Map>Action Instances 
- (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- serviceItem List<Property Map>Instances 
- (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- 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 catalog service request instance which determines the actions that are allowed 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.
- List<Property Map>
- This complex property has following sub-properties:
- userId StringOr Email 
- (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- 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:
- workflowCatalog StringService Request Id 
Supporting Types
WorkflowCatalogServiceRequestAncestor, WorkflowCatalogServiceRequestAncestorArgs          
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowCatalogServiceRequestCatalogItemDefinition, WorkflowCatalogServiceRequestCatalogItemDefinitionArgs              
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowCatalogServiceRequestIdp, WorkflowCatalogServiceRequestIdpArgs          
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowCatalogServiceRequestIdpReference, WorkflowCatalogServiceRequestIdpReferenceArgs            
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowCatalogServiceRequestMessage, WorkflowCatalogServiceRequestMessageArgs          
- ActionOperation string
- (ReadOnly) The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- CreateTime string
- (ReadOnly) The timestamp when the message was created.
- Message string
- (ReadOnly) An i18n message which can be localized and conveys status on the action.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ServiceItem stringName 
- (ReadOnly) The service item in which operation is perfomed.
- Severity string
- (ReadOnly) The severity of the message such as error, warning, info etc.* Info- The enum represents the log level to be used to convey info message.*Warning- The enum represents the log level to be used to convey warning message.*Debug- The enum represents the log level to be used to convey debug message.*Error- The enum represents the log level to be used to convey error message.
- ActionOperation string
- (ReadOnly) The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- CreateTime string
- (ReadOnly) The timestamp when the message was created.
- Message string
- (ReadOnly) An i18n message which can be localized and conveys status on the action.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ServiceItem stringName 
- (ReadOnly) The service item in which operation is perfomed.
- Severity string
- (ReadOnly) The severity of the message such as error, warning, info etc.* Info- The enum represents the log level to be used to convey info message.*Warning- The enum represents the log level to be used to convey warning message.*Debug- The enum represents the log level to be used to convey debug message.*Error- The enum represents the log level to be used to convey error message.
- actionOperation String
- (ReadOnly) The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- createTime String
- (ReadOnly) The timestamp when the message was created.
- message String
- (ReadOnly) An i18n message which can be localized and conveys status on the action.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serviceItem StringName 
- (ReadOnly) The service item in which operation is perfomed.
- severity String
- (ReadOnly) The severity of the message such as error, warning, info etc.* Info- The enum represents the log level to be used to convey info message.*Warning- The enum represents the log level to be used to convey warning message.*Debug- The enum represents the log level to be used to convey debug message.*Error- The enum represents the log level to be used to convey error message.
- actionOperation string
- (ReadOnly) The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- createTime string
- (ReadOnly) The timestamp when the message was created.
- message string
- (ReadOnly) An i18n message which can be localized and conveys status on the action.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serviceItem stringName 
- (ReadOnly) The service item in which operation is perfomed.
- severity string
- (ReadOnly) The severity of the message such as error, warning, info etc.* Info- The enum represents the log level to be used to convey info message.*Warning- The enum represents the log level to be used to convey warning message.*Debug- The enum represents the log level to be used to convey debug message.*Error- The enum represents the log level to be used to convey error message.
- action_operation str
- (ReadOnly) The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- create_time str
- (ReadOnly) The timestamp when the message was created.
- message str
- (ReadOnly) An i18n message which can be localized and conveys status on the action.
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- service_item_ strname 
- (ReadOnly) The service item in which operation is perfomed.
- severity str
- (ReadOnly) The severity of the message such as error, warning, info etc.* Info- The enum represents the log level to be used to convey info message.*Warning- The enum represents the log level to be used to convey warning message.*Debug- The enum represents the log level to be used to convey debug message.*Error- The enum represents the log level to be used to convey error message.
- actionOperation String
- (ReadOnly) The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- createTime String
- (ReadOnly) The timestamp when the message was created.
- message String
- (ReadOnly) An i18n message which can be localized and conveys status on the action.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serviceItem StringName 
- (ReadOnly) The service item in which operation is perfomed.
- severity String
- (ReadOnly) The severity of the message such as error, warning, info etc.* Info- The enum represents the log level to be used to convey info message.*Warning- The enum represents the log level to be used to convey warning message.*Debug- The enum represents the log level to be used to convey debug message.*Error- The enum represents the log level to be used to convey error message.
WorkflowCatalogServiceRequestOperation, WorkflowCatalogServiceRequestOperationArgs          
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- OperationType string
- Type of action operation to be performed on the service item.* PostDeployment- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.*Deployment- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.*Decommission- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.*Migration- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- OperationType string
- Type of action operation to be performed on the service item.* PostDeployment- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.*Deployment- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.*Decommission- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.*Migration- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- operationType String
- Type of action operation to be performed on the service item.* PostDeployment- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.*Deployment- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.*Decommission- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.*Migration- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- operationType string
- Type of action operation to be performed on the service item.* PostDeployment- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.*Deployment- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.*Decommission- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.*Migration- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- operation_type str
- Type of action operation to be performed on the service item.* PostDeployment- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.*Deployment- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.*Decommission- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.*Migration- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- operationType String
- Type of action operation to be performed on the service item.* PostDeployment- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.*Deployment- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.*Decommission- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.*Migration- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
WorkflowCatalogServiceRequestOrganization, WorkflowCatalogServiceRequestOrganizationArgs          
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowCatalogServiceRequestParent, WorkflowCatalogServiceRequestParentArgs          
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowCatalogServiceRequestPermissionResource, WorkflowCatalogServiceRequestPermissionResourceArgs            
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowCatalogServiceRequestSelectionCriteriaInput, WorkflowCatalogServiceRequestSelectionCriteriaInputArgs              
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- FilterConditions List<WorkflowCatalog Service Request Selection Criteria Input Filter Condition> 
- This complex property has following sub-properties:
- InputName string
- (ReadOnly) Name of the Policy Input.
- InputValue string
- (ReadOnly) The value extracted from the filter conditions.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- FilterConditions []WorkflowCatalog Service Request Selection Criteria Input Filter Condition 
- This complex property has following sub-properties:
- InputName string
- (ReadOnly) Name of the Policy Input.
- InputValue string
- (ReadOnly) The value extracted from the filter conditions.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- filterConditions List<WorkflowCatalog Service Request Selection Criteria Input Filter Condition> 
- This complex property has following sub-properties:
- inputName String
- (ReadOnly) Name of the Policy Input.
- inputValue String
- (ReadOnly) The value extracted from the filter conditions.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- filterConditions WorkflowCatalog Service Request Selection Criteria Input Filter Condition[] 
- This complex property has following sub-properties:
- inputName string
- (ReadOnly) Name of the Policy Input.
- inputValue string
- (ReadOnly) The value extracted from the filter conditions.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- filter_conditions Sequence[WorkflowCatalog Service Request Selection Criteria Input Filter Condition] 
- This complex property has following sub-properties:
- input_name str
- (ReadOnly) Name of the Policy Input.
- input_value str
- (ReadOnly) The value extracted from the filter conditions.
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- filterConditions List<Property Map>
- This complex property has following sub-properties:
- inputName String
- (ReadOnly) Name of the Policy Input.
- inputValue String
- (ReadOnly) The value extracted from the filter conditions.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
WorkflowCatalogServiceRequestSelectionCriteriaInputFilterCondition, WorkflowCatalogServiceRequestSelectionCriteriaInputFilterConditionArgs                  
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Selector string
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Selector string
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- selector String
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- selector string
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- selector str
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- selector String
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
WorkflowCatalogServiceRequestServiceItemActionInstance, WorkflowCatalogServiceRequestServiceItemActionInstanceArgs                
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowCatalogServiceRequestServiceItemInstance, WorkflowCatalogServiceRequestServiceItemInstanceArgs              
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowCatalogServiceRequestTag, WorkflowCatalogServiceRequestTagArgs          
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
WorkflowCatalogServiceRequestUser, WorkflowCatalogServiceRequestUserArgs          
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowCatalogServiceRequestVersionContext, WorkflowCatalogServiceRequestVersionContextArgs            
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- InterestedMos List<WorkflowCatalog Service Request Version Context Interested Mo> 
- This complex property has following sub-properties:
- MarkedFor boolDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- RefMos List<WorkflowCatalog Service Request Version Context Ref Mo> 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- VersionType string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- InterestedMos []WorkflowCatalog Service Request Version Context Interested Mo 
- This complex property has following sub-properties:
- MarkedFor boolDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- RefMos []WorkflowCatalog Service Request Version Context Ref Mo 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- VersionType string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- interestedMos List<WorkflowCatalog Service Request Version Context Interested Mo> 
- This complex property has following sub-properties:
- markedFor BooleanDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos List<WorkflowCatalog Service Request Version Context Ref Mo> 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- versionType String
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- interestedMos WorkflowCatalog Service Request Version Context Interested Mo[] 
- This complex property has following sub-properties:
- markedFor booleanDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos WorkflowCatalog Service Request Version Context Ref Mo[] 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- versionType string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- interested_mos Sequence[WorkflowCatalog Service Request Version Context Interested Mo] 
- This complex property has following sub-properties:
- marked_for_ booldeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_mos Sequence[WorkflowCatalog Service Request Version Context Ref Mo] 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_type str
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- interestedMos List<Property Map>
- This complex property has following sub-properties:
- markedFor BooleanDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos List<Property Map>
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- versionType String
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
WorkflowCatalogServiceRequestVersionContextInterestedMo, WorkflowCatalogServiceRequestVersionContextInterestedMoArgs                
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowCatalogServiceRequestVersionContextRefMo, WorkflowCatalogServiceRequestVersionContextRefMoArgs                
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Import
intersight_workflow_catalog_service_request can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/workflowCatalogServiceRequest:WorkflowCatalogServiceRequest example 1234567890987654321abcde
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.