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

intersight.getServicenowChangeRequest

Explore with Pulumi AI

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

    A Change Request on ServiceNow.

    Using getServicenowChangeRequest

    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 getServicenowChangeRequest(args: GetServicenowChangeRequestArgs, opts?: InvokeOptions): Promise<GetServicenowChangeRequestResult>
    function getServicenowChangeRequestOutput(args: GetServicenowChangeRequestOutputArgs, opts?: InvokeOptions): Output<GetServicenowChangeRequestResult>
    def get_servicenow_change_request(account_moid: Optional[str] = None,
                                      additional_properties: Optional[str] = None,
                                      ancestors: Optional[Sequence[GetServicenowChangeRequestAncestor]] = None,
                                      approval: Optional[str] = None,
                                      assigned_to: Optional[str] = None,
                                      assigned_to_display_value: Optional[str] = None,
                                      change_model: Optional[str] = None,
                                      change_model_display_value: Optional[str] = None,
                                      change_request_number: Optional[str] = None,
                                      class_id: Optional[str] = None,
                                      comments: Optional[str] = None,
                                      create_time: Optional[str] = None,
                                      created_by: Optional[str] = None,
                                      description: Optional[str] = None,
                                      domain_group_moid: Optional[str] = None,
                                      due_date: Optional[str] = None,
                                      end_date: Optional[str] = None,
                                      id: Optional[str] = None,
                                      impact: Optional[str] = None,
                                      impact_display_value: Optional[str] = None,
                                      mod_time: Optional[str] = None,
                                      moid: Optional[str] = None,
                                      object_type: Optional[str] = None,
                                      owners: Optional[Sequence[str]] = None,
                                      parent: Optional[GetServicenowChangeRequestParent] = None,
                                      permission_resources: Optional[Sequence[GetServicenowChangeRequestPermissionResource]] = None,
                                      priority: Optional[str] = None,
                                      priority_display_value: Optional[str] = None,
                                      registered_device: Optional[GetServicenowChangeRequestRegisteredDevice] = None,
                                      risk: Optional[str] = None,
                                      shared_scope: Optional[str] = None,
                                      short_description: Optional[str] = None,
                                      start_date: Optional[str] = None,
                                      sys_id: Optional[str] = None,
                                      tags: Optional[Sequence[GetServicenowChangeRequestTag]] = None,
                                      type: Optional[str] = None,
                                      updated_by: Optional[str] = None,
                                      version_context: Optional[GetServicenowChangeRequestVersionContext] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetServicenowChangeRequestResult
    def get_servicenow_change_request_output(account_moid: Optional[pulumi.Input[str]] = None,
                                      additional_properties: Optional[pulumi.Input[str]] = None,
                                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetServicenowChangeRequestAncestorArgs]]]] = None,
                                      approval: Optional[pulumi.Input[str]] = None,
                                      assigned_to: Optional[pulumi.Input[str]] = None,
                                      assigned_to_display_value: Optional[pulumi.Input[str]] = None,
                                      change_model: Optional[pulumi.Input[str]] = None,
                                      change_model_display_value: Optional[pulumi.Input[str]] = None,
                                      change_request_number: Optional[pulumi.Input[str]] = None,
                                      class_id: Optional[pulumi.Input[str]] = None,
                                      comments: Optional[pulumi.Input[str]] = None,
                                      create_time: Optional[pulumi.Input[str]] = None,
                                      created_by: Optional[pulumi.Input[str]] = None,
                                      description: Optional[pulumi.Input[str]] = None,
                                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                                      due_date: Optional[pulumi.Input[str]] = None,
                                      end_date: Optional[pulumi.Input[str]] = None,
                                      id: Optional[pulumi.Input[str]] = None,
                                      impact: Optional[pulumi.Input[str]] = None,
                                      impact_display_value: Optional[pulumi.Input[str]] = None,
                                      mod_time: Optional[pulumi.Input[str]] = None,
                                      moid: Optional[pulumi.Input[str]] = None,
                                      object_type: Optional[pulumi.Input[str]] = None,
                                      owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                      parent: Optional[pulumi.Input[GetServicenowChangeRequestParentArgs]] = None,
                                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetServicenowChangeRequestPermissionResourceArgs]]]] = None,
                                      priority: Optional[pulumi.Input[str]] = None,
                                      priority_display_value: Optional[pulumi.Input[str]] = None,
                                      registered_device: Optional[pulumi.Input[GetServicenowChangeRequestRegisteredDeviceArgs]] = None,
                                      risk: Optional[pulumi.Input[str]] = None,
                                      shared_scope: Optional[pulumi.Input[str]] = None,
                                      short_description: Optional[pulumi.Input[str]] = None,
                                      start_date: Optional[pulumi.Input[str]] = None,
                                      sys_id: Optional[pulumi.Input[str]] = None,
                                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetServicenowChangeRequestTagArgs]]]] = None,
                                      type: Optional[pulumi.Input[str]] = None,
                                      updated_by: Optional[pulumi.Input[str]] = None,
                                      version_context: Optional[pulumi.Input[GetServicenowChangeRequestVersionContextArgs]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetServicenowChangeRequestResult]
    func LookupServicenowChangeRequest(ctx *Context, args *LookupServicenowChangeRequestArgs, opts ...InvokeOption) (*LookupServicenowChangeRequestResult, error)
    func LookupServicenowChangeRequestOutput(ctx *Context, args *LookupServicenowChangeRequestOutputArgs, opts ...InvokeOption) LookupServicenowChangeRequestResultOutput

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

    public static class GetServicenowChangeRequest 
    {
        public static Task<GetServicenowChangeRequestResult> InvokeAsync(GetServicenowChangeRequestArgs args, InvokeOptions? opts = null)
        public static Output<GetServicenowChangeRequestResult> Invoke(GetServicenowChangeRequestInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServicenowChangeRequestResult> getServicenowChangeRequest(GetServicenowChangeRequestArgs args, InvokeOptions options)
    public static Output<GetServicenowChangeRequestResult> getServicenowChangeRequest(GetServicenowChangeRequestArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getServicenowChangeRequest:getServicenowChangeRequest
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetServicenowChangeRequestAncestor>
    Approval string
    The approver of Change Request.
    AssignedTo string
    Assigned to value for Change Request.
    AssignedToDisplayValue string
    Assigned to display value for Change Request.
    ChangeModel string
    Change Model for Change Request.
    ChangeModelDisplayValue string
    Change Model display value for Change Request.
    ChangeRequestNumber string
    Number for Change Request.
    ClassId string
    Comments string
    Comments on Change Request.
    CreateTime string
    The time when this managed object was created.
    CreatedBy string
    Creator of Change Request.
    Description string
    Description for Change Request.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DueDate string
    Due date for Change Request.
    EndDate string
    End date for Change Request.
    Id string
    Impact string
    Impact for Change Request.
    ImpactDisplayValue string
    Impact display value for Change Request.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parent GetServicenowChangeRequestParent
    PermissionResources List<GetServicenowChangeRequestPermissionResource>
    Priority string
    Priority for Change Request.
    PriorityDisplayValue string
    Priority display value for Change Request.
    RegisteredDevice GetServicenowChangeRequestRegisteredDevice
    Risk string
    The risk for Change Request.
    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.
    ShortDescription string
    Short Description for Change Request.
    StartDate string
    Start date for Change Request.
    SysId string
    Sys Id for Change Request.
    Tags List<GetServicenowChangeRequestTag>
    Type string
    The type for Change Request.
    UpdatedBy string
    Last update Change Request.
    VersionContext GetServicenowChangeRequestVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetServicenowChangeRequestAncestor
    Approval string
    The approver of Change Request.
    AssignedTo string
    Assigned to value for Change Request.
    AssignedToDisplayValue string
    Assigned to display value for Change Request.
    ChangeModel string
    Change Model for Change Request.
    ChangeModelDisplayValue string
    Change Model display value for Change Request.
    ChangeRequestNumber string
    Number for Change Request.
    ClassId string
    Comments string
    Comments on Change Request.
    CreateTime string
    The time when this managed object was created.
    CreatedBy string
    Creator of Change Request.
    Description string
    Description for Change Request.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DueDate string
    Due date for Change Request.
    EndDate string
    End date for Change Request.
    Id string
    Impact string
    Impact for Change Request.
    ImpactDisplayValue string
    Impact display value for Change Request.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parent GetServicenowChangeRequestParent
    PermissionResources []GetServicenowChangeRequestPermissionResource
    Priority string
    Priority for Change Request.
    PriorityDisplayValue string
    Priority display value for Change Request.
    RegisteredDevice GetServicenowChangeRequestRegisteredDevice
    Risk string
    The risk for Change Request.
    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.
    ShortDescription string
    Short Description for Change Request.
    StartDate string
    Start date for Change Request.
    SysId string
    Sys Id for Change Request.
    Tags []GetServicenowChangeRequestTag
    Type string
    The type for Change Request.
    UpdatedBy string
    Last update Change Request.
    VersionContext GetServicenowChangeRequestVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetServicenowChangeRequestAncestor>
    approval String
    The approver of Change Request.
    assignedTo String
    Assigned to value for Change Request.
    assignedToDisplayValue String
    Assigned to display value for Change Request.
    changeModel String
    Change Model for Change Request.
    changeModelDisplayValue String
    Change Model display value for Change Request.
    changeRequestNumber String
    Number for Change Request.
    classId String
    comments String
    Comments on Change Request.
    createTime String
    The time when this managed object was created.
    createdBy String
    Creator of Change Request.
    description String
    Description for Change Request.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    dueDate String
    Due date for Change Request.
    endDate String
    End date for Change Request.
    id String
    impact String
    Impact for Change Request.
    impactDisplayValue String
    Impact display value for Change Request.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent GetServicenowChangeRequestParent
    permissionResources List<GetServicenowChangeRequestPermissionResource>
    priority String
    Priority for Change Request.
    priorityDisplayValue String
    Priority display value for Change Request.
    registeredDevice GetServicenowChangeRequestRegisteredDevice
    risk String
    The risk for Change Request.
    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.
    shortDescription String
    Short Description for Change Request.
    startDate String
    Start date for Change Request.
    sysId String
    Sys Id for Change Request.
    tags List<GetServicenowChangeRequestTag>
    type String
    The type for Change Request.
    updatedBy String
    Last update Change Request.
    versionContext GetServicenowChangeRequestVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetServicenowChangeRequestAncestor[]
    approval string
    The approver of Change Request.
    assignedTo string
    Assigned to value for Change Request.
    assignedToDisplayValue string
    Assigned to display value for Change Request.
    changeModel string
    Change Model for Change Request.
    changeModelDisplayValue string
    Change Model display value for Change Request.
    changeRequestNumber string
    Number for Change Request.
    classId string
    comments string
    Comments on Change Request.
    createTime string
    The time when this managed object was created.
    createdBy string
    Creator of Change Request.
    description string
    Description for Change Request.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    dueDate string
    Due date for Change Request.
    endDate string
    End date for Change Request.
    id string
    impact string
    Impact for Change Request.
    impactDisplayValue string
    Impact display value for Change Request.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parent GetServicenowChangeRequestParent
    permissionResources GetServicenowChangeRequestPermissionResource[]
    priority string
    Priority for Change Request.
    priorityDisplayValue string
    Priority display value for Change Request.
    registeredDevice GetServicenowChangeRequestRegisteredDevice
    risk string
    The risk for Change Request.
    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.
    shortDescription string
    Short Description for Change Request.
    startDate string
    Start date for Change Request.
    sysId string
    Sys Id for Change Request.
    tags GetServicenowChangeRequestTag[]
    type string
    The type for Change Request.
    updatedBy string
    Last update Change Request.
    versionContext GetServicenowChangeRequestVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetServicenowChangeRequestAncestor]
    approval str
    The approver of Change Request.
    assigned_to str
    Assigned to value for Change Request.
    assigned_to_display_value str
    Assigned to display value for Change Request.
    change_model str
    Change Model for Change Request.
    change_model_display_value str
    Change Model display value for Change Request.
    change_request_number str
    Number for Change Request.
    class_id str
    comments str
    Comments on Change Request.
    create_time str
    The time when this managed object was created.
    created_by str
    Creator of Change Request.
    description str
    Description for Change Request.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    due_date str
    Due date for Change Request.
    end_date str
    End date for Change Request.
    id str
    impact str
    Impact for Change Request.
    impact_display_value str
    Impact display value for Change Request.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parent GetServicenowChangeRequestParent
    permission_resources Sequence[GetServicenowChangeRequestPermissionResource]
    priority str
    Priority for Change Request.
    priority_display_value str
    Priority display value for Change Request.
    registered_device GetServicenowChangeRequestRegisteredDevice
    risk str
    The risk for Change Request.
    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.
    short_description str
    Short Description for Change Request.
    start_date str
    Start date for Change Request.
    sys_id str
    Sys Id for Change Request.
    tags Sequence[GetServicenowChangeRequestTag]
    type str
    The type for Change Request.
    updated_by str
    Last update Change Request.
    version_context GetServicenowChangeRequestVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    approval String
    The approver of Change Request.
    assignedTo String
    Assigned to value for Change Request.
    assignedToDisplayValue String
    Assigned to display value for Change Request.
    changeModel String
    Change Model for Change Request.
    changeModelDisplayValue String
    Change Model display value for Change Request.
    changeRequestNumber String
    Number for Change Request.
    classId String
    comments String
    Comments on Change Request.
    createTime String
    The time when this managed object was created.
    createdBy String
    Creator of Change Request.
    description String
    Description for Change Request.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    dueDate String
    Due date for Change Request.
    endDate String
    End date for Change Request.
    id String
    impact String
    Impact for Change Request.
    impactDisplayValue String
    Impact display value for Change Request.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    priority String
    Priority for Change Request.
    priorityDisplayValue String
    Priority display value for Change Request.
    registeredDevice Property Map
    risk String
    The risk for Change Request.
    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.
    shortDescription String
    Short Description for Change Request.
    startDate String
    Start date for Change Request.
    sysId String
    Sys Id for Change Request.
    tags List<Property Map>
    type String
    The type for Change Request.
    updatedBy String
    Last update Change Request.
    versionContext Property Map

    getServicenowChangeRequest Result

    The following output properties are available:

    Id string
    Results List<GetServicenowChangeRequestResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetServicenowChangeRequestAncestor>
    Approval string
    AssignedTo string
    AssignedToDisplayValue string
    ChangeModel string
    ChangeModelDisplayValue string
    ChangeRequestNumber string
    ClassId string
    Comments string
    CreateTime string
    CreatedBy string
    Description string
    DomainGroupMoid string
    DueDate string
    EndDate string
    Impact string
    ImpactDisplayValue string
    ModTime string
    Moid string
    ObjectType string
    Owners List<string>
    Parent GetServicenowChangeRequestParent
    PermissionResources List<GetServicenowChangeRequestPermissionResource>
    Priority string
    PriorityDisplayValue string
    RegisteredDevice GetServicenowChangeRequestRegisteredDevice
    Risk string
    SharedScope string
    ShortDescription string
    StartDate string
    SysId string
    Tags List<GetServicenowChangeRequestTag>
    Type string
    UpdatedBy string
    VersionContext GetServicenowChangeRequestVersionContext
    Id string
    Results []GetServicenowChangeRequestResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetServicenowChangeRequestAncestor
    Approval string
    AssignedTo string
    AssignedToDisplayValue string
    ChangeModel string
    ChangeModelDisplayValue string
    ChangeRequestNumber string
    ClassId string
    Comments string
    CreateTime string
    CreatedBy string
    Description string
    DomainGroupMoid string
    DueDate string
    EndDate string
    Impact string
    ImpactDisplayValue string
    ModTime string
    Moid string
    ObjectType string
    Owners []string
    Parent GetServicenowChangeRequestParent
    PermissionResources []GetServicenowChangeRequestPermissionResource
    Priority string
    PriorityDisplayValue string
    RegisteredDevice GetServicenowChangeRequestRegisteredDevice
    Risk string
    SharedScope string
    ShortDescription string
    StartDate string
    SysId string
    Tags []GetServicenowChangeRequestTag
    Type string
    UpdatedBy string
    VersionContext GetServicenowChangeRequestVersionContext
    id String
    results List<GetServicenowChangeRequestResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetServicenowChangeRequestAncestor>
    approval String
    assignedTo String
    assignedToDisplayValue String
    changeModel String
    changeModelDisplayValue String
    changeRequestNumber String
    classId String
    comments String
    createTime String
    createdBy String
    description String
    domainGroupMoid String
    dueDate String
    endDate String
    impact String
    impactDisplayValue String
    modTime String
    moid String
    objectType String
    owners List<String>
    parent GetServicenowChangeRequestParent
    permissionResources List<GetServicenowChangeRequestPermissionResource>
    priority String
    priorityDisplayValue String
    registeredDevice GetServicenowChangeRequestRegisteredDevice
    risk String
    sharedScope String
    shortDescription String
    startDate String
    sysId String
    tags List<GetServicenowChangeRequestTag>
    type String
    updatedBy String
    versionContext GetServicenowChangeRequestVersionContext
    id string
    results GetServicenowChangeRequestResult[]
    accountMoid string
    additionalProperties string
    ancestors GetServicenowChangeRequestAncestor[]
    approval string
    assignedTo string
    assignedToDisplayValue string
    changeModel string
    changeModelDisplayValue string
    changeRequestNumber string
    classId string
    comments string
    createTime string
    createdBy string
    description string
    domainGroupMoid string
    dueDate string
    endDate string
    impact string
    impactDisplayValue string
    modTime string
    moid string
    objectType string
    owners string[]
    parent GetServicenowChangeRequestParent
    permissionResources GetServicenowChangeRequestPermissionResource[]
    priority string
    priorityDisplayValue string
    registeredDevice GetServicenowChangeRequestRegisteredDevice
    risk string
    sharedScope string
    shortDescription string
    startDate string
    sysId string
    tags GetServicenowChangeRequestTag[]
    type string
    updatedBy string
    versionContext GetServicenowChangeRequestVersionContext
    id str
    results Sequence[GetServicenowChangeRequestResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetServicenowChangeRequestAncestor]
    approval str
    assigned_to str
    assigned_to_display_value str
    change_model str
    change_model_display_value str
    change_request_number str
    class_id str
    comments str
    create_time str
    created_by str
    description str
    domain_group_moid str
    due_date str
    end_date str
    impact str
    impact_display_value str
    mod_time str
    moid str
    object_type str
    owners Sequence[str]
    parent GetServicenowChangeRequestParent
    permission_resources Sequence[GetServicenowChangeRequestPermissionResource]
    priority str
    priority_display_value str
    registered_device GetServicenowChangeRequestRegisteredDevice
    risk str
    shared_scope str
    short_description str
    start_date str
    sys_id str
    tags Sequence[GetServicenowChangeRequestTag]
    type str
    updated_by str
    version_context GetServicenowChangeRequestVersionContext

    Supporting Types

    GetServicenowChangeRequestAncestor

    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'.

    GetServicenowChangeRequestParent

    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'.

    GetServicenowChangeRequestPermissionResource

    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'.

    GetServicenowChangeRequestRegisteredDevice

    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'.

    GetServicenowChangeRequestResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetServicenowChangeRequestResultAncestor>
    Approval string
    The approver of Change Request.
    AssignedTo string
    Assigned to value for Change Request.
    AssignedToDisplayValue string
    Assigned to display value for Change Request.
    ChangeModel string
    Change Model for Change Request.
    ChangeModelDisplayValue string
    Change Model display value for Change Request.
    ChangeRequestNumber string
    Number for Change Request.
    ClassId string
    Comments string
    Comments on Change Request.
    CreateTime string
    The time when this managed object was created.
    CreatedBy string
    Creator of Change Request.
    Description string
    Description for Change Request.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DueDate string
    Due date for Change Request.
    EndDate string
    End date for Change Request.
    Impact string
    Impact for Change Request.
    ImpactDisplayValue string
    Impact display value for Change Request.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parents List<GetServicenowChangeRequestResultParent>
    PermissionResources List<GetServicenowChangeRequestResultPermissionResource>
    Priority string
    Priority for Change Request.
    PriorityDisplayValue string
    Priority display value for Change Request.
    RegisteredDevices List<GetServicenowChangeRequestResultRegisteredDevice>
    Risk string
    The risk for Change Request.
    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.
    ShortDescription string
    Short Description for Change Request.
    StartDate string
    Start date for Change Request.
    SysId string
    Sys Id for Change Request.
    Tags List<GetServicenowChangeRequestResultTag>
    Type string
    The type for Change Request.
    UpdatedBy string
    Last update Change Request.
    VersionContexts List<GetServicenowChangeRequestResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetServicenowChangeRequestResultAncestor
    Approval string
    The approver of Change Request.
    AssignedTo string
    Assigned to value for Change Request.
    AssignedToDisplayValue string
    Assigned to display value for Change Request.
    ChangeModel string
    Change Model for Change Request.
    ChangeModelDisplayValue string
    Change Model display value for Change Request.
    ChangeRequestNumber string
    Number for Change Request.
    ClassId string
    Comments string
    Comments on Change Request.
    CreateTime string
    The time when this managed object was created.
    CreatedBy string
    Creator of Change Request.
    Description string
    Description for Change Request.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DueDate string
    Due date for Change Request.
    EndDate string
    End date for Change Request.
    Impact string
    Impact for Change Request.
    ImpactDisplayValue string
    Impact display value for Change Request.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parents []GetServicenowChangeRequestResultParent
    PermissionResources []GetServicenowChangeRequestResultPermissionResource
    Priority string
    Priority for Change Request.
    PriorityDisplayValue string
    Priority display value for Change Request.
    RegisteredDevices []GetServicenowChangeRequestResultRegisteredDevice
    Risk string
    The risk for Change Request.
    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.
    ShortDescription string
    Short Description for Change Request.
    StartDate string
    Start date for Change Request.
    SysId string
    Sys Id for Change Request.
    Tags []GetServicenowChangeRequestResultTag
    Type string
    The type for Change Request.
    UpdatedBy string
    Last update Change Request.
    VersionContexts []GetServicenowChangeRequestResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetServicenowChangeRequestResultAncestor>
    approval String
    The approver of Change Request.
    assignedTo String
    Assigned to value for Change Request.
    assignedToDisplayValue String
    Assigned to display value for Change Request.
    changeModel String
    Change Model for Change Request.
    changeModelDisplayValue String
    Change Model display value for Change Request.
    changeRequestNumber String
    Number for Change Request.
    classId String
    comments String
    Comments on Change Request.
    createTime String
    The time when this managed object was created.
    createdBy String
    Creator of Change Request.
    description String
    Description for Change Request.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    dueDate String
    Due date for Change Request.
    endDate String
    End date for Change Request.
    impact String
    Impact for Change Request.
    impactDisplayValue String
    Impact display value for Change Request.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<GetServicenowChangeRequestResultParent>
    permissionResources List<GetServicenowChangeRequestResultPermissionResource>
    priority String
    Priority for Change Request.
    priorityDisplayValue String
    Priority display value for Change Request.
    registeredDevices List<GetServicenowChangeRequestResultRegisteredDevice>
    risk String
    The risk for Change Request.
    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.
    shortDescription String
    Short Description for Change Request.
    startDate String
    Start date for Change Request.
    sysId String
    Sys Id for Change Request.
    tags List<GetServicenowChangeRequestResultTag>
    type String
    The type for Change Request.
    updatedBy String
    Last update Change Request.
    versionContexts List<GetServicenowChangeRequestResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetServicenowChangeRequestResultAncestor[]
    approval string
    The approver of Change Request.
    assignedTo string
    Assigned to value for Change Request.
    assignedToDisplayValue string
    Assigned to display value for Change Request.
    changeModel string
    Change Model for Change Request.
    changeModelDisplayValue string
    Change Model display value for Change Request.
    changeRequestNumber string
    Number for Change Request.
    classId string
    comments string
    Comments on Change Request.
    createTime string
    The time when this managed object was created.
    createdBy string
    Creator of Change Request.
    description string
    Description for Change Request.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    dueDate string
    Due date for Change Request.
    endDate string
    End date for Change Request.
    impact string
    Impact for Change Request.
    impactDisplayValue string
    Impact display value for Change Request.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parents GetServicenowChangeRequestResultParent[]
    permissionResources GetServicenowChangeRequestResultPermissionResource[]
    priority string
    Priority for Change Request.
    priorityDisplayValue string
    Priority display value for Change Request.
    registeredDevices GetServicenowChangeRequestResultRegisteredDevice[]
    risk string
    The risk for Change Request.
    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.
    shortDescription string
    Short Description for Change Request.
    startDate string
    Start date for Change Request.
    sysId string
    Sys Id for Change Request.
    tags GetServicenowChangeRequestResultTag[]
    type string
    The type for Change Request.
    updatedBy string
    Last update Change Request.
    versionContexts GetServicenowChangeRequestResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetServicenowChangeRequestResultAncestor]
    approval str
    The approver of Change Request.
    assigned_to str
    Assigned to value for Change Request.
    assigned_to_display_value str
    Assigned to display value for Change Request.
    change_model str
    Change Model for Change Request.
    change_model_display_value str
    Change Model display value for Change Request.
    change_request_number str
    Number for Change Request.
    class_id str
    comments str
    Comments on Change Request.
    create_time str
    The time when this managed object was created.
    created_by str
    Creator of Change Request.
    description str
    Description for Change Request.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    due_date str
    Due date for Change Request.
    end_date str
    End date for Change Request.
    impact str
    Impact for Change Request.
    impact_display_value str
    Impact display value for Change Request.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parents Sequence[GetServicenowChangeRequestResultParent]
    permission_resources Sequence[GetServicenowChangeRequestResultPermissionResource]
    priority str
    Priority for Change Request.
    priority_display_value str
    Priority display value for Change Request.
    registered_devices Sequence[GetServicenowChangeRequestResultRegisteredDevice]
    risk str
    The risk for Change Request.
    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.
    short_description str
    Short Description for Change Request.
    start_date str
    Start date for Change Request.
    sys_id str
    Sys Id for Change Request.
    tags Sequence[GetServicenowChangeRequestResultTag]
    type str
    The type for Change Request.
    updated_by str
    Last update Change Request.
    version_contexts Sequence[GetServicenowChangeRequestResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    approval String
    The approver of Change Request.
    assignedTo String
    Assigned to value for Change Request.
    assignedToDisplayValue String
    Assigned to display value for Change Request.
    changeModel String
    Change Model for Change Request.
    changeModelDisplayValue String
    Change Model display value for Change Request.
    changeRequestNumber String
    Number for Change Request.
    classId String
    comments String
    Comments on Change Request.
    createTime String
    The time when this managed object was created.
    createdBy String
    Creator of Change Request.
    description String
    Description for Change Request.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    dueDate String
    Due date for Change Request.
    endDate String
    End date for Change Request.
    impact String
    Impact for Change Request.
    impactDisplayValue String
    Impact display value for Change Request.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    priority String
    Priority for Change Request.
    priorityDisplayValue String
    Priority display value for Change Request.
    registeredDevices List<Property Map>
    risk String
    The risk for Change Request.
    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.
    shortDescription String
    Short Description for Change Request.
    startDate String
    Start date for Change Request.
    sysId String
    Sys Id for Change Request.
    tags List<Property Map>
    type String
    The type for Change Request.
    updatedBy String
    Last update Change Request.
    versionContexts List<Property Map>

    GetServicenowChangeRequestResultAncestor

    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

    GetServicenowChangeRequestResultParent

    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

    GetServicenowChangeRequestResultPermissionResource

    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

    GetServicenowChangeRequestResultRegisteredDevice

    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

    GetServicenowChangeRequestResultTag

    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

    GetServicenowChangeRequestResultVersionContext

    GetServicenowChangeRequestResultVersionContextInterestedMo

    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

    GetServicenowChangeRequestResultVersionContextRefMo

    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

    GetServicenowChangeRequestTag

    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.

    GetServicenowChangeRequestVersionContext

    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<GetServicenowChangeRequestVersionContextInterestedMo>
    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 GetServicenowChangeRequestVersionContextRefMo
    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 []GetServicenowChangeRequestVersionContextInterestedMo
    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 GetServicenowChangeRequestVersionContextRefMo
    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<GetServicenowChangeRequestVersionContextInterestedMo>
    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 GetServicenowChangeRequestVersionContextRefMo
    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 GetServicenowChangeRequestVersionContextInterestedMo[]
    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 GetServicenowChangeRequestVersionContextRefMo
    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[GetServicenowChangeRequestVersionContextInterestedMo]
    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 GetServicenowChangeRequestVersionContextRefMo
    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.

    GetServicenowChangeRequestVersionContextInterestedMo

    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'.

    GetServicenowChangeRequestVersionContextRefMo

    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