1. Packages
  2. Intersight Provider
  3. API Docs
  4. getWorkflowCatalogServiceRequest
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getWorkflowCatalogServiceRequest

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Catalog Service Request is one instance of a catalog item based on a catalog item definition.

    Using getWorkflowCatalogServiceRequest

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getWorkflowCatalogServiceRequest(args: GetWorkflowCatalogServiceRequestArgs, opts?: InvokeOptions): Promise<GetWorkflowCatalogServiceRequestResult>
    function getWorkflowCatalogServiceRequestOutput(args: GetWorkflowCatalogServiceRequestOutputArgs, opts?: InvokeOptions): Output<GetWorkflowCatalogServiceRequestResult>
    def get_workflow_catalog_service_request(account_moid: Optional[str] = None,
                                             additional_properties: Optional[str] = None,
                                             ancestors: Optional[Sequence[GetWorkflowCatalogServiceRequestAncestor]] = None,
                                             catalog_item_definition: Optional[GetWorkflowCatalogServiceRequestCatalogItemDefinition] = 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,
                                             id: Optional[str] = None,
                                             idp: Optional[GetWorkflowCatalogServiceRequestIdp] = None,
                                             idp_reference: Optional[GetWorkflowCatalogServiceRequestIdpReference] = None,
                                             input: Optional[str] = None,
                                             label: Optional[str] = None,
                                             messages: Optional[Sequence[GetWorkflowCatalogServiceRequestMessage]] = None,
                                             mod_time: Optional[str] = None,
                                             moid: Optional[str] = None,
                                             name: Optional[str] = None,
                                             object_type: Optional[str] = None,
                                             operation: Optional[GetWorkflowCatalogServiceRequestOperation] = None,
                                             organization: Optional[GetWorkflowCatalogServiceRequestOrganization] = None,
                                             owners: Optional[Sequence[str]] = None,
                                             parent: Optional[GetWorkflowCatalogServiceRequestParent] = None,
                                             permission_resources: Optional[Sequence[GetWorkflowCatalogServiceRequestPermissionResource]] = None,
                                             selection_criteria_inputs: Optional[Sequence[GetWorkflowCatalogServiceRequestSelectionCriteriaInput]] = None,
                                             service_item_action_instances: Optional[Sequence[GetWorkflowCatalogServiceRequestServiceItemActionInstance]] = None,
                                             service_item_instances: Optional[Sequence[GetWorkflowCatalogServiceRequestServiceItemInstance]] = None,
                                             shared_scope: Optional[str] = None,
                                             status: Optional[str] = None,
                                             tags: Optional[Sequence[GetWorkflowCatalogServiceRequestTag]] = None,
                                             user: Optional[GetWorkflowCatalogServiceRequestUser] = None,
                                             user_id_or_email: Optional[str] = None,
                                             version_context: Optional[GetWorkflowCatalogServiceRequestVersionContext] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetWorkflowCatalogServiceRequestResult
    def get_workflow_catalog_service_request_output(account_moid: Optional[pulumi.Input[str]] = None,
                                             additional_properties: Optional[pulumi.Input[str]] = None,
                                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestAncestorArgs]]]] = None,
                                             catalog_item_definition: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestCatalogItemDefinitionArgs]] = None,
                                             class_id: Optional[pulumi.Input[str]] = None,
                                             create_time: Optional[pulumi.Input[str]] = None,
                                             description: Optional[pulumi.Input[str]] = None,
                                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                                             end_time: Optional[pulumi.Input[str]] = None,
                                             id: Optional[pulumi.Input[str]] = None,
                                             idp: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestIdpArgs]] = None,
                                             idp_reference: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestIdpReferenceArgs]] = None,
                                             input: Optional[pulumi.Input[str]] = None,
                                             label: Optional[pulumi.Input[str]] = None,
                                             messages: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestMessageArgs]]]] = None,
                                             mod_time: Optional[pulumi.Input[str]] = None,
                                             moid: Optional[pulumi.Input[str]] = None,
                                             name: Optional[pulumi.Input[str]] = None,
                                             object_type: Optional[pulumi.Input[str]] = None,
                                             operation: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestOperationArgs]] = None,
                                             organization: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestOrganizationArgs]] = None,
                                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                             parent: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestParentArgs]] = None,
                                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestPermissionResourceArgs]]]] = None,
                                             selection_criteria_inputs: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestSelectionCriteriaInputArgs]]]] = None,
                                             service_item_action_instances: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestServiceItemActionInstanceArgs]]]] = None,
                                             service_item_instances: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestServiceItemInstanceArgs]]]] = None,
                                             shared_scope: Optional[pulumi.Input[str]] = None,
                                             status: Optional[pulumi.Input[str]] = None,
                                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestTagArgs]]]] = None,
                                             user: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestUserArgs]] = None,
                                             user_id_or_email: Optional[pulumi.Input[str]] = None,
                                             version_context: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestVersionContextArgs]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowCatalogServiceRequestResult]
    func LookupWorkflowCatalogServiceRequest(ctx *Context, args *LookupWorkflowCatalogServiceRequestArgs, opts ...InvokeOption) (*LookupWorkflowCatalogServiceRequestResult, error)
    func LookupWorkflowCatalogServiceRequestOutput(ctx *Context, args *LookupWorkflowCatalogServiceRequestOutputArgs, opts ...InvokeOption) LookupWorkflowCatalogServiceRequestResultOutput

    > Note: This function is named LookupWorkflowCatalogServiceRequest in the Go SDK.

    public static class GetWorkflowCatalogServiceRequest 
    {
        public static Task<GetWorkflowCatalogServiceRequestResult> InvokeAsync(GetWorkflowCatalogServiceRequestArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkflowCatalogServiceRequestResult> Invoke(GetWorkflowCatalogServiceRequestInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkflowCatalogServiceRequestResult> getWorkflowCatalogServiceRequest(GetWorkflowCatalogServiceRequestArgs args, InvokeOptions options)
    public static Output<GetWorkflowCatalogServiceRequestResult> getWorkflowCatalogServiceRequest(GetWorkflowCatalogServiceRequestArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getWorkflowCatalogServiceRequest:getWorkflowCatalogServiceRequest
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetWorkflowCatalogServiceRequestAncestor>
    CatalogItemDefinition GetWorkflowCatalogServiceRequestCatalogItemDefinition
    ClassId string
    CreateTime string
    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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The time at which the service request completed or stopped.
    Id string
    Idp GetWorkflowCatalogServiceRequestIdp
    IdpReference GetWorkflowCatalogServiceRequestIdpReference
    Input string
    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<GetWorkflowCatalogServiceRequestMessage>
    ModTime string
    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
    Operation GetWorkflowCatalogServiceRequestOperation
    Organization GetWorkflowCatalogServiceRequestOrganization
    Owners List<string>
    Parent GetWorkflowCatalogServiceRequestParent
    PermissionResources List<GetWorkflowCatalogServiceRequestPermissionResource>
    SelectionCriteriaInputs List<GetWorkflowCatalogServiceRequestSelectionCriteriaInput>
    ServiceItemActionInstances List<GetWorkflowCatalogServiceRequestServiceItemActionInstance>
    ServiceItemInstances List<GetWorkflowCatalogServiceRequestServiceItemInstance>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    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.
    Tags List<GetWorkflowCatalogServiceRequestTag>
    User GetWorkflowCatalogServiceRequestUser
    UserIdOrEmail string
    The user identifier who invoked the request to create the catalog service request.
    VersionContext GetWorkflowCatalogServiceRequestVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetWorkflowCatalogServiceRequestAncestor
    CatalogItemDefinition GetWorkflowCatalogServiceRequestCatalogItemDefinition
    ClassId string
    CreateTime string
    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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The time at which the service request completed or stopped.
    Id string
    Idp GetWorkflowCatalogServiceRequestIdp
    IdpReference GetWorkflowCatalogServiceRequestIdpReference
    Input string
    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 []GetWorkflowCatalogServiceRequestMessage
    ModTime string
    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
    Operation GetWorkflowCatalogServiceRequestOperation
    Organization GetWorkflowCatalogServiceRequestOrganization
    Owners []string
    Parent GetWorkflowCatalogServiceRequestParent
    PermissionResources []GetWorkflowCatalogServiceRequestPermissionResource
    SelectionCriteriaInputs []GetWorkflowCatalogServiceRequestSelectionCriteriaInput
    ServiceItemActionInstances []GetWorkflowCatalogServiceRequestServiceItemActionInstance
    ServiceItemInstances []GetWorkflowCatalogServiceRequestServiceItemInstance
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    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.
    Tags []GetWorkflowCatalogServiceRequestTag
    User GetWorkflowCatalogServiceRequestUser
    UserIdOrEmail string
    The user identifier who invoked the request to create the catalog service request.
    VersionContext GetWorkflowCatalogServiceRequestVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetWorkflowCatalogServiceRequestAncestor>
    catalogItemDefinition GetWorkflowCatalogServiceRequestCatalogItemDefinition
    classId String
    createTime String
    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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The time at which the service request completed or stopped.
    id String
    idp GetWorkflowCatalogServiceRequestIdp
    idpReference GetWorkflowCatalogServiceRequestIdpReference
    input String
    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<GetWorkflowCatalogServiceRequestMessage>
    modTime String
    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
    operation GetWorkflowCatalogServiceRequestOperation
    organization GetWorkflowCatalogServiceRequestOrganization
    owners List<String>
    parent GetWorkflowCatalogServiceRequestParent
    permissionResources List<GetWorkflowCatalogServiceRequestPermissionResource>
    selectionCriteriaInputs List<GetWorkflowCatalogServiceRequestSelectionCriteriaInput>
    serviceItemActionInstances List<GetWorkflowCatalogServiceRequestServiceItemActionInstance>
    serviceItemInstances List<GetWorkflowCatalogServiceRequestServiceItemInstance>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    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.
    tags List<GetWorkflowCatalogServiceRequestTag>
    user GetWorkflowCatalogServiceRequestUser
    userIdOrEmail String
    The user identifier who invoked the request to create the catalog service request.
    versionContext GetWorkflowCatalogServiceRequestVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetWorkflowCatalogServiceRequestAncestor[]
    catalogItemDefinition GetWorkflowCatalogServiceRequestCatalogItemDefinition
    classId string
    createTime string
    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.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endTime string
    The time at which the service request completed or stopped.
    id string
    idp GetWorkflowCatalogServiceRequestIdp
    idpReference GetWorkflowCatalogServiceRequestIdpReference
    input string
    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 GetWorkflowCatalogServiceRequestMessage[]
    modTime string
    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
    operation GetWorkflowCatalogServiceRequestOperation
    organization GetWorkflowCatalogServiceRequestOrganization
    owners string[]
    parent GetWorkflowCatalogServiceRequestParent
    permissionResources GetWorkflowCatalogServiceRequestPermissionResource[]
    selectionCriteriaInputs GetWorkflowCatalogServiceRequestSelectionCriteriaInput[]
    serviceItemActionInstances GetWorkflowCatalogServiceRequestServiceItemActionInstance[]
    serviceItemInstances GetWorkflowCatalogServiceRequestServiceItemInstance[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status string
    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.
    tags GetWorkflowCatalogServiceRequestTag[]
    user GetWorkflowCatalogServiceRequestUser
    userIdOrEmail string
    The user identifier who invoked the request to create the catalog service request.
    versionContext GetWorkflowCatalogServiceRequestVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetWorkflowCatalogServiceRequestAncestor]
    catalog_item_definition GetWorkflowCatalogServiceRequestCatalogItemDefinition
    class_id str
    create_time str
    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_moid str
    The DomainGroup ID for this managed object.
    end_time str
    The time at which the service request completed or stopped.
    id str
    idp GetWorkflowCatalogServiceRequestIdp
    idp_reference GetWorkflowCatalogServiceRequestIdpReference
    input str
    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[GetWorkflowCatalogServiceRequestMessage]
    mod_time str
    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
    operation GetWorkflowCatalogServiceRequestOperation
    organization GetWorkflowCatalogServiceRequestOrganization
    owners Sequence[str]
    parent GetWorkflowCatalogServiceRequestParent
    permission_resources Sequence[GetWorkflowCatalogServiceRequestPermissionResource]
    selection_criteria_inputs Sequence[GetWorkflowCatalogServiceRequestSelectionCriteriaInput]
    service_item_action_instances Sequence[GetWorkflowCatalogServiceRequestServiceItemActionInstance]
    service_item_instances Sequence[GetWorkflowCatalogServiceRequestServiceItemInstance]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status str
    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.
    tags Sequence[GetWorkflowCatalogServiceRequestTag]
    user GetWorkflowCatalogServiceRequestUser
    user_id_or_email str
    The user identifier who invoked the request to create the catalog service request.
    version_context GetWorkflowCatalogServiceRequestVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    catalogItemDefinition Property Map
    classId String
    createTime String
    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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The time at which the service request completed or stopped.
    id String
    idp Property Map
    idpReference Property Map
    input String
    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>
    modTime String
    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
    operation Property Map
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    selectionCriteriaInputs List<Property Map>
    serviceItemActionInstances List<Property Map>
    serviceItemInstances List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    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.
    tags List<Property Map>
    user Property Map
    userIdOrEmail String
    The user identifier who invoked the request to create the catalog service request.
    versionContext Property Map

    getWorkflowCatalogServiceRequest Result

    The following output properties are available:

    Id string
    Results List<GetWorkflowCatalogServiceRequestResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetWorkflowCatalogServiceRequestAncestor>
    CatalogItemDefinition GetWorkflowCatalogServiceRequestCatalogItemDefinition
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    EndTime string
    Idp GetWorkflowCatalogServiceRequestIdp
    IdpReference GetWorkflowCatalogServiceRequestIdpReference
    Input string
    Label string
    Messages List<GetWorkflowCatalogServiceRequestMessage>
    ModTime string
    Moid string
    Name string
    ObjectType string
    Operation GetWorkflowCatalogServiceRequestOperation
    Organization GetWorkflowCatalogServiceRequestOrganization
    Owners List<string>
    Parent GetWorkflowCatalogServiceRequestParent
    PermissionResources List<GetWorkflowCatalogServiceRequestPermissionResource>
    SelectionCriteriaInputs List<GetWorkflowCatalogServiceRequestSelectionCriteriaInput>
    ServiceItemActionInstances List<GetWorkflowCatalogServiceRequestServiceItemActionInstance>
    ServiceItemInstances List<GetWorkflowCatalogServiceRequestServiceItemInstance>
    SharedScope string
    Status string
    Tags List<GetWorkflowCatalogServiceRequestTag>
    User GetWorkflowCatalogServiceRequestUser
    UserIdOrEmail string
    VersionContext GetWorkflowCatalogServiceRequestVersionContext
    Id string
    Results []GetWorkflowCatalogServiceRequestResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetWorkflowCatalogServiceRequestAncestor
    CatalogItemDefinition GetWorkflowCatalogServiceRequestCatalogItemDefinition
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    EndTime string
    Idp GetWorkflowCatalogServiceRequestIdp
    IdpReference GetWorkflowCatalogServiceRequestIdpReference
    Input string
    Label string
    Messages []GetWorkflowCatalogServiceRequestMessage
    ModTime string
    Moid string
    Name string
    ObjectType string
    Operation GetWorkflowCatalogServiceRequestOperation
    Organization GetWorkflowCatalogServiceRequestOrganization
    Owners []string
    Parent GetWorkflowCatalogServiceRequestParent
    PermissionResources []GetWorkflowCatalogServiceRequestPermissionResource
    SelectionCriteriaInputs []GetWorkflowCatalogServiceRequestSelectionCriteriaInput
    ServiceItemActionInstances []GetWorkflowCatalogServiceRequestServiceItemActionInstance
    ServiceItemInstances []GetWorkflowCatalogServiceRequestServiceItemInstance
    SharedScope string
    Status string
    Tags []GetWorkflowCatalogServiceRequestTag
    User GetWorkflowCatalogServiceRequestUser
    UserIdOrEmail string
    VersionContext GetWorkflowCatalogServiceRequestVersionContext
    id String
    results List<GetWorkflowCatalogServiceRequestResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetWorkflowCatalogServiceRequestAncestor>
    catalogItemDefinition GetWorkflowCatalogServiceRequestCatalogItemDefinition
    classId String
    createTime String
    description String
    domainGroupMoid String
    endTime String
    idp GetWorkflowCatalogServiceRequestIdp
    idpReference GetWorkflowCatalogServiceRequestIdpReference
    input String
    label String
    messages List<GetWorkflowCatalogServiceRequestMessage>
    modTime String
    moid String
    name String
    objectType String
    operation GetWorkflowCatalogServiceRequestOperation
    organization GetWorkflowCatalogServiceRequestOrganization
    owners List<String>
    parent GetWorkflowCatalogServiceRequestParent
    permissionResources List<GetWorkflowCatalogServiceRequestPermissionResource>
    selectionCriteriaInputs List<GetWorkflowCatalogServiceRequestSelectionCriteriaInput>
    serviceItemActionInstances List<GetWorkflowCatalogServiceRequestServiceItemActionInstance>
    serviceItemInstances List<GetWorkflowCatalogServiceRequestServiceItemInstance>
    sharedScope String
    status String
    tags List<GetWorkflowCatalogServiceRequestTag>
    user GetWorkflowCatalogServiceRequestUser
    userIdOrEmail String
    versionContext GetWorkflowCatalogServiceRequestVersionContext
    id string
    results GetWorkflowCatalogServiceRequestResult[]
    accountMoid string
    additionalProperties string
    ancestors GetWorkflowCatalogServiceRequestAncestor[]
    catalogItemDefinition GetWorkflowCatalogServiceRequestCatalogItemDefinition
    classId string
    createTime string
    description string
    domainGroupMoid string
    endTime string
    idp GetWorkflowCatalogServiceRequestIdp
    idpReference GetWorkflowCatalogServiceRequestIdpReference
    input string
    label string
    messages GetWorkflowCatalogServiceRequestMessage[]
    modTime string
    moid string
    name string
    objectType string
    operation GetWorkflowCatalogServiceRequestOperation
    organization GetWorkflowCatalogServiceRequestOrganization
    owners string[]
    parent GetWorkflowCatalogServiceRequestParent
    permissionResources GetWorkflowCatalogServiceRequestPermissionResource[]
    selectionCriteriaInputs GetWorkflowCatalogServiceRequestSelectionCriteriaInput[]
    serviceItemActionInstances GetWorkflowCatalogServiceRequestServiceItemActionInstance[]
    serviceItemInstances GetWorkflowCatalogServiceRequestServiceItemInstance[]
    sharedScope string
    status string
    tags GetWorkflowCatalogServiceRequestTag[]
    user GetWorkflowCatalogServiceRequestUser
    userIdOrEmail string
    versionContext GetWorkflowCatalogServiceRequestVersionContext
    id str
    results Sequence[GetWorkflowCatalogServiceRequestResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetWorkflowCatalogServiceRequestAncestor]
    catalog_item_definition GetWorkflowCatalogServiceRequestCatalogItemDefinition
    class_id str
    create_time str
    description str
    domain_group_moid str
    end_time str
    idp GetWorkflowCatalogServiceRequestIdp
    idp_reference GetWorkflowCatalogServiceRequestIdpReference
    input str
    label str
    messages Sequence[GetWorkflowCatalogServiceRequestMessage]
    mod_time str
    moid str
    name str
    object_type str
    operation GetWorkflowCatalogServiceRequestOperation
    organization GetWorkflowCatalogServiceRequestOrganization
    owners Sequence[str]
    parent GetWorkflowCatalogServiceRequestParent
    permission_resources Sequence[GetWorkflowCatalogServiceRequestPermissionResource]
    selection_criteria_inputs Sequence[GetWorkflowCatalogServiceRequestSelectionCriteriaInput]
    service_item_action_instances Sequence[GetWorkflowCatalogServiceRequestServiceItemActionInstance]
    service_item_instances Sequence[GetWorkflowCatalogServiceRequestServiceItemInstance]
    shared_scope str
    status str
    tags Sequence[GetWorkflowCatalogServiceRequestTag]
    user GetWorkflowCatalogServiceRequestUser
    user_id_or_email str
    version_context GetWorkflowCatalogServiceRequestVersionContext

    Supporting Types

    GetWorkflowCatalogServiceRequestAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowCatalogServiceRequestCatalogItemDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowCatalogServiceRequestIdp

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowCatalogServiceRequestIdpReference

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowCatalogServiceRequestMessage

    ActionOperation string
    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
    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
    The time when this managed object was created.
    Message string
    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.
    ServiceItemName string
    The service item in which operation is perfomed.
    Severity string
    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
    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
    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
    The time when this managed object was created.
    Message string
    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.
    ServiceItemName string
    The service item in which operation is perfomed.
    Severity string
    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
    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
    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
    The time when this managed object was created.
    message String
    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.
    serviceItemName String
    The service item in which operation is perfomed.
    severity String
    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
    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
    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
    The time when this managed object was created.
    message string
    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.
    serviceItemName string
    The service item in which operation is perfomed.
    severity string
    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
    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
    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
    The time when this managed object was created.
    message str
    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_name str
    The service item in which operation is perfomed.
    severity str
    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
    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
    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
    The time when this managed object was created.
    message String
    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.
    serviceItemName String
    The service item in which operation is perfomed.
    severity String
    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.

    GetWorkflowCatalogServiceRequestOperation

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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.

    GetWorkflowCatalogServiceRequestOrganization

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowCatalogServiceRequestParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowCatalogServiceRequestPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowCatalogServiceRequestResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetWorkflowCatalogServiceRequestResultAncestor>
    CatalogItemDefinitions List<GetWorkflowCatalogServiceRequestResultCatalogItemDefinition>
    ClassId string
    CreateTime string
    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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The time at which the service request completed or stopped.
    IdpReferences List<GetWorkflowCatalogServiceRequestResultIdpReference>
    Idps List<GetWorkflowCatalogServiceRequestResultIdp>
    Input string
    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<GetWorkflowCatalogServiceRequestResultMessage>
    ModTime string
    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
    Operations List<GetWorkflowCatalogServiceRequestResultOperation>
    Organizations List<GetWorkflowCatalogServiceRequestResultOrganization>
    Owners List<string>
    Parents List<GetWorkflowCatalogServiceRequestResultParent>
    PermissionResources List<GetWorkflowCatalogServiceRequestResultPermissionResource>
    SelectionCriteriaInputs List<GetWorkflowCatalogServiceRequestResultSelectionCriteriaInput>
    ServiceItemActionInstances List<GetWorkflowCatalogServiceRequestResultServiceItemActionInstance>
    ServiceItemInstances List<GetWorkflowCatalogServiceRequestResultServiceItemInstance>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    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.
    Tags List<GetWorkflowCatalogServiceRequestResultTag>
    UserIdOrEmail string
    The user identifier who invoked the request to create the catalog service request.
    Users List<GetWorkflowCatalogServiceRequestResultUser>
    VersionContexts List<GetWorkflowCatalogServiceRequestResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetWorkflowCatalogServiceRequestResultAncestor
    CatalogItemDefinitions []GetWorkflowCatalogServiceRequestResultCatalogItemDefinition
    ClassId string
    CreateTime string
    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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The time at which the service request completed or stopped.
    IdpReferences []GetWorkflowCatalogServiceRequestResultIdpReference
    Idps []GetWorkflowCatalogServiceRequestResultIdp
    Input string
    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 []GetWorkflowCatalogServiceRequestResultMessage
    ModTime string
    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
    Operations []GetWorkflowCatalogServiceRequestResultOperation
    Organizations []GetWorkflowCatalogServiceRequestResultOrganization
    Owners []string
    Parents []GetWorkflowCatalogServiceRequestResultParent
    PermissionResources []GetWorkflowCatalogServiceRequestResultPermissionResource
    SelectionCriteriaInputs []GetWorkflowCatalogServiceRequestResultSelectionCriteriaInput
    ServiceItemActionInstances []GetWorkflowCatalogServiceRequestResultServiceItemActionInstance
    ServiceItemInstances []GetWorkflowCatalogServiceRequestResultServiceItemInstance
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    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.
    Tags []GetWorkflowCatalogServiceRequestResultTag
    UserIdOrEmail string
    The user identifier who invoked the request to create the catalog service request.
    Users []GetWorkflowCatalogServiceRequestResultUser
    VersionContexts []GetWorkflowCatalogServiceRequestResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetWorkflowCatalogServiceRequestResultAncestor>
    catalogItemDefinitions List<GetWorkflowCatalogServiceRequestResultCatalogItemDefinition>
    classId String
    createTime String
    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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The time at which the service request completed or stopped.
    idpReferences List<GetWorkflowCatalogServiceRequestResultIdpReference>
    idps List<GetWorkflowCatalogServiceRequestResultIdp>
    input String
    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<GetWorkflowCatalogServiceRequestResultMessage>
    modTime String
    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
    operations List<GetWorkflowCatalogServiceRequestResultOperation>
    organizations List<GetWorkflowCatalogServiceRequestResultOrganization>
    owners List<String>
    parents List<GetWorkflowCatalogServiceRequestResultParent>
    permissionResources List<GetWorkflowCatalogServiceRequestResultPermissionResource>
    selectionCriteriaInputs List<GetWorkflowCatalogServiceRequestResultSelectionCriteriaInput>
    serviceItemActionInstances List<GetWorkflowCatalogServiceRequestResultServiceItemActionInstance>
    serviceItemInstances List<GetWorkflowCatalogServiceRequestResultServiceItemInstance>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    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.
    tags List<GetWorkflowCatalogServiceRequestResultTag>
    userIdOrEmail String
    The user identifier who invoked the request to create the catalog service request.
    users List<GetWorkflowCatalogServiceRequestResultUser>
    versionContexts List<GetWorkflowCatalogServiceRequestResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetWorkflowCatalogServiceRequestResultAncestor[]
    catalogItemDefinitions GetWorkflowCatalogServiceRequestResultCatalogItemDefinition[]
    classId string
    createTime string
    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.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endTime string
    The time at which the service request completed or stopped.
    idpReferences GetWorkflowCatalogServiceRequestResultIdpReference[]
    idps GetWorkflowCatalogServiceRequestResultIdp[]
    input string
    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 GetWorkflowCatalogServiceRequestResultMessage[]
    modTime string
    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
    operations GetWorkflowCatalogServiceRequestResultOperation[]
    organizations GetWorkflowCatalogServiceRequestResultOrganization[]
    owners string[]
    parents GetWorkflowCatalogServiceRequestResultParent[]
    permissionResources GetWorkflowCatalogServiceRequestResultPermissionResource[]
    selectionCriteriaInputs GetWorkflowCatalogServiceRequestResultSelectionCriteriaInput[]
    serviceItemActionInstances GetWorkflowCatalogServiceRequestResultServiceItemActionInstance[]
    serviceItemInstances GetWorkflowCatalogServiceRequestResultServiceItemInstance[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status string
    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.
    tags GetWorkflowCatalogServiceRequestResultTag[]
    userIdOrEmail string
    The user identifier who invoked the request to create the catalog service request.
    users GetWorkflowCatalogServiceRequestResultUser[]
    versionContexts GetWorkflowCatalogServiceRequestResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetWorkflowCatalogServiceRequestResultAncestor]
    catalog_item_definitions Sequence[GetWorkflowCatalogServiceRequestResultCatalogItemDefinition]
    class_id str
    create_time str
    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_moid str
    The DomainGroup ID for this managed object.
    end_time str
    The time at which the service request completed or stopped.
    idp_references Sequence[GetWorkflowCatalogServiceRequestResultIdpReference]
    idps Sequence[GetWorkflowCatalogServiceRequestResultIdp]
    input str
    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[GetWorkflowCatalogServiceRequestResultMessage]
    mod_time str
    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
    operations Sequence[GetWorkflowCatalogServiceRequestResultOperation]
    organizations Sequence[GetWorkflowCatalogServiceRequestResultOrganization]
    owners Sequence[str]
    parents Sequence[GetWorkflowCatalogServiceRequestResultParent]
    permission_resources Sequence[GetWorkflowCatalogServiceRequestResultPermissionResource]
    selection_criteria_inputs Sequence[GetWorkflowCatalogServiceRequestResultSelectionCriteriaInput]
    service_item_action_instances Sequence[GetWorkflowCatalogServiceRequestResultServiceItemActionInstance]
    service_item_instances Sequence[GetWorkflowCatalogServiceRequestResultServiceItemInstance]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status str
    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.
    tags Sequence[GetWorkflowCatalogServiceRequestResultTag]
    user_id_or_email str
    The user identifier who invoked the request to create the catalog service request.
    users Sequence[GetWorkflowCatalogServiceRequestResultUser]
    version_contexts Sequence[GetWorkflowCatalogServiceRequestResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    catalogItemDefinitions List<Property Map>
    classId String
    createTime String
    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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The time at which the service request completed or stopped.
    idpReferences List<Property Map>
    idps List<Property Map>
    input String
    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>
    modTime String
    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
    operations List<Property Map>
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    selectionCriteriaInputs List<Property Map>
    serviceItemActionInstances List<Property Map>
    serviceItemInstances List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    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.
    tags List<Property Map>
    userIdOrEmail String
    The user identifier who invoked the request to create the catalog service request.
    users List<Property Map>
    versionContexts List<Property Map>

    GetWorkflowCatalogServiceRequestResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowCatalogServiceRequestResultCatalogItemDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowCatalogServiceRequestResultIdp

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowCatalogServiceRequestResultIdpReference

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowCatalogServiceRequestResultMessage

    ActionOperation string
    AdditionalProperties string
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Message string
    ObjectType string
    ServiceItemName string
    Severity string
    ActionOperation string
    AdditionalProperties string
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Message string
    ObjectType string
    ServiceItemName string
    Severity string
    actionOperation String
    additionalProperties String
    classId String
    createTime String
    The time when this managed object was created.
    message String
    objectType String
    serviceItemName String
    severity String
    actionOperation string
    additionalProperties string
    classId string
    createTime string
    The time when this managed object was created.
    message string
    objectType string
    serviceItemName string
    severity string
    action_operation str
    additional_properties str
    class_id str
    create_time str
    The time when this managed object was created.
    message str
    object_type str
    service_item_name str
    severity str
    actionOperation String
    additionalProperties String
    classId String
    createTime String
    The time when this managed object was created.
    message String
    objectType String
    serviceItemName String
    severity String

    GetWorkflowCatalogServiceRequestResultOperation

    GetWorkflowCatalogServiceRequestResultOrganization

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowCatalogServiceRequestResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowCatalogServiceRequestResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowCatalogServiceRequestResultSelectionCriteriaInput

    GetWorkflowCatalogServiceRequestResultSelectionCriteriaInputFilterCondition

    GetWorkflowCatalogServiceRequestResultServiceItemActionInstance

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowCatalogServiceRequestResultServiceItemInstance

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowCatalogServiceRequestResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetWorkflowCatalogServiceRequestResultUser

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowCatalogServiceRequestResultVersionContext

    GetWorkflowCatalogServiceRequestResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowCatalogServiceRequestResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetWorkflowCatalogServiceRequestSelectionCriteriaInput

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    FilterConditions List<GetWorkflowCatalogServiceRequestSelectionCriteriaInputFilterCondition>
    InputName string
    Name of the Policy Input.
    InputValue string
    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
    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.
    FilterConditions []GetWorkflowCatalogServiceRequestSelectionCriteriaInputFilterCondition
    InputName string
    Name of the Policy Input.
    InputValue string
    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
    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.
    filterConditions List<GetWorkflowCatalogServiceRequestSelectionCriteriaInputFilterCondition>
    inputName String
    Name of the Policy Input.
    inputValue String
    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
    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.
    filterConditions GetWorkflowCatalogServiceRequestSelectionCriteriaInputFilterCondition[]
    inputName string
    Name of the Policy Input.
    inputValue string
    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
    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.
    filter_conditions Sequence[GetWorkflowCatalogServiceRequestSelectionCriteriaInputFilterCondition]
    input_name str
    Name of the Policy Input.
    input_value str
    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
    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.
    filterConditions List<Property Map>
    inputName String
    Name of the Policy Input.
    inputValue String
    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.

    GetWorkflowCatalogServiceRequestSelectionCriteriaInputFilterCondition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    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
    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.
    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
    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.
    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
    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.
    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
    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.
    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
    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.
    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).

    GetWorkflowCatalogServiceRequestServiceItemActionInstance

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowCatalogServiceRequestServiceItemInstance

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowCatalogServiceRequestTag

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

    GetWorkflowCatalogServiceRequestUser

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowCatalogServiceRequestVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetWorkflowCatalogServiceRequestVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetWorkflowCatalogServiceRequestVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetWorkflowCatalogServiceRequestVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetWorkflowCatalogServiceRequestVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetWorkflowCatalogServiceRequestVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetWorkflowCatalogServiceRequestVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetWorkflowCatalogServiceRequestVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetWorkflowCatalogServiceRequestVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetWorkflowCatalogServiceRequestVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetWorkflowCatalogServiceRequestVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetWorkflowCatalogServiceRequestVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowCatalogServiceRequestVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet