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

intersight.getPartnerintegrationFile

Explore with Pulumi AI

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

    A partner integration artifact which will be files containing development code uploaded by our partners to get the build for dc/microservice.

    Using getPartnerintegrationFile

    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 getPartnerintegrationFile(args: GetPartnerintegrationFileArgs, opts?: InvokeOptions): Promise<GetPartnerintegrationFileResult>
    function getPartnerintegrationFileOutput(args: GetPartnerintegrationFileOutputArgs, opts?: InvokeOptions): Output<GetPartnerintegrationFileResult>
    def get_partnerintegration_file(account_moid: Optional[str] = None,
                                    additional_properties: Optional[str] = None,
                                    ancestors: Optional[Sequence[GetPartnerintegrationFileAncestor]] = None,
                                    catalog: Optional[GetPartnerintegrationFileCatalog] = None,
                                    class_id: Optional[str] = None,
                                    create_time: Optional[str] = None,
                                    description: Optional[str] = None,
                                    domain_group_moid: Optional[str] = None,
                                    download_count: Optional[float] = None,
                                    feature_source: Optional[str] = None,
                                    file_path: Optional[str] = None,
                                    file_type: Optional[str] = None,
                                    id: Optional[str] = None,
                                    import_action: Optional[str] = None,
                                    import_state: Optional[str] = None,
                                    imported_time: Optional[str] = None,
                                    last_access_time: Optional[str] = None,
                                    md5e_tag: Optional[str] = None,
                                    md5sum: Optional[str] = None,
                                    mod_time: Optional[str] = None,
                                    moid: Optional[str] = None,
                                    name: Optional[str] = None,
                                    nr_source: Optional[GetPartnerintegrationFileNrSource] = None,
                                    nr_version: Optional[str] = None,
                                    object_type: Optional[str] = None,
                                    owners: Optional[Sequence[str]] = None,
                                    parent: Optional[GetPartnerintegrationFileParent] = None,
                                    permission_resources: Optional[Sequence[GetPartnerintegrationFilePermissionResource]] = None,
                                    release_date: Optional[str] = None,
                                    sha512sum: Optional[str] = None,
                                    shared_scope: Optional[str] = None,
                                    size: Optional[float] = None,
                                    software_advisory_url: Optional[str] = None,
                                    tags: Optional[Sequence[GetPartnerintegrationFileTag]] = None,
                                    version_context: Optional[GetPartnerintegrationFileVersionContext] = None,
                                    workspace_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetPartnerintegrationFileResult
    def get_partnerintegration_file_output(account_moid: Optional[pulumi.Input[str]] = None,
                                    additional_properties: Optional[pulumi.Input[str]] = None,
                                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetPartnerintegrationFileAncestorArgs]]]] = None,
                                    catalog: Optional[pulumi.Input[GetPartnerintegrationFileCatalogArgs]] = None,
                                    class_id: Optional[pulumi.Input[str]] = None,
                                    create_time: Optional[pulumi.Input[str]] = None,
                                    description: Optional[pulumi.Input[str]] = None,
                                    domain_group_moid: Optional[pulumi.Input[str]] = None,
                                    download_count: Optional[pulumi.Input[float]] = None,
                                    feature_source: Optional[pulumi.Input[str]] = None,
                                    file_path: Optional[pulumi.Input[str]] = None,
                                    file_type: Optional[pulumi.Input[str]] = None,
                                    id: Optional[pulumi.Input[str]] = None,
                                    import_action: Optional[pulumi.Input[str]] = None,
                                    import_state: Optional[pulumi.Input[str]] = None,
                                    imported_time: Optional[pulumi.Input[str]] = None,
                                    last_access_time: Optional[pulumi.Input[str]] = None,
                                    md5e_tag: Optional[pulumi.Input[str]] = None,
                                    md5sum: Optional[pulumi.Input[str]] = None,
                                    mod_time: Optional[pulumi.Input[str]] = None,
                                    moid: Optional[pulumi.Input[str]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    nr_source: Optional[pulumi.Input[GetPartnerintegrationFileNrSourceArgs]] = None,
                                    nr_version: 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[GetPartnerintegrationFileParentArgs]] = None,
                                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetPartnerintegrationFilePermissionResourceArgs]]]] = None,
                                    release_date: Optional[pulumi.Input[str]] = None,
                                    sha512sum: Optional[pulumi.Input[str]] = None,
                                    shared_scope: Optional[pulumi.Input[str]] = None,
                                    size: Optional[pulumi.Input[float]] = None,
                                    software_advisory_url: Optional[pulumi.Input[str]] = None,
                                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetPartnerintegrationFileTagArgs]]]] = None,
                                    version_context: Optional[pulumi.Input[GetPartnerintegrationFileVersionContextArgs]] = None,
                                    workspace_name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetPartnerintegrationFileResult]
    func LookupPartnerintegrationFile(ctx *Context, args *LookupPartnerintegrationFileArgs, opts ...InvokeOption) (*LookupPartnerintegrationFileResult, error)
    func LookupPartnerintegrationFileOutput(ctx *Context, args *LookupPartnerintegrationFileOutputArgs, opts ...InvokeOption) LookupPartnerintegrationFileResultOutput

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

    public static class GetPartnerintegrationFile 
    {
        public static Task<GetPartnerintegrationFileResult> InvokeAsync(GetPartnerintegrationFileArgs args, InvokeOptions? opts = null)
        public static Output<GetPartnerintegrationFileResult> Invoke(GetPartnerintegrationFileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPartnerintegrationFileResult> getPartnerintegrationFile(GetPartnerintegrationFileArgs args, InvokeOptions options)
    public static Output<GetPartnerintegrationFileResult> getPartnerintegrationFile(GetPartnerintegrationFileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getPartnerintegrationFile:getPartnerintegrationFile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetPartnerintegrationFileAncestor>
    Catalog GetPartnerintegrationFileCatalog
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DownloadCount double
    The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    FeatureSource string
    The name of the feature to which the uploaded file belongs.* System - This indicates system initiated file uploads.* OpenAPIImport - This indicates an OpenAPI file upload.* PartnerIntegrationImport - This indicates a Partner-Integration Appliance user file uploads.
    FilePath string
    Path of the file being uploaded.
    FileType string
    Type of the file being uploaded.* None - Invalid file type for partnerIntegration appliance.* Model - Model file of Generic Device.* Etl - ETL file of Generic Device.* Ui - UI file of Generic Device.* DeviceConnector - Generic Device Connector file.
    Id string
    ImportAction string
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None - No action should be taken on the imported file.* GeneratePreSignedUploadUrl - Generate pre signed URL of file for importing into the repository.* GeneratePreSignedDownloadUrl - Generate pre signed URL of file in the repository to download.* CompleteImportProcess - Mark that the import process of the file into the repository is complete.* MarkImportFailed - Mark to indicate that the import process of the file into the repository failed.* PreCache - Cache the file into the Intersight Appliance.* Cancel - The cancel import process for the file into the repository.* Extract - The action to extract the file in the external repository.* Evict - Evict the cached file from the Intersight Appliance.
    ImportState string
    The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport - The image is ready to be imported into the repository.* Importing - The image is being imported into the repository.* Imported - The image has been extracted and imported into the repository.* PendingExtraction - Indicates that the image has been imported but not extracted in the repository.* Extracting - Indicates that the image is being extracted into the repository.* Extracted - Indicates that the image has been extracted into the repository.* Failed - The image import from an external source to the repository has failed.* MetaOnly - The image is present in an external repository.* ReadyForCache - The image is ready to be cached into the Intersight Appliance.* Caching - Indicates that the image is being cached into the Intersight Appliance or endpoint cache.* Cached - Indicates that the image has been cached into the Intersight Appliance or endpoint cache.* CachingFailed - Indicates that the image caching into the Intersight Appliance failed or endpoint cache.* Corrupted - Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.* Evicted - Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.* Invalid - Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
    ImportedTime string
    The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
    LastAccessTime string
    The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    Md5eTag string
    The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
    Md5sum string
    The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the file. It is populated as part of the image import operation.
    NrSource GetPartnerintegrationFileNrSource
    NrVersion string
    Vendor provided version for the file.
    ObjectType string
    Owners List<string>
    Parent GetPartnerintegrationFileParent
    PermissionResources List<GetPartnerintegrationFilePermissionResource>
    ReleaseDate string
    The date on which the file was released or distributed by its vendor.
    Sha512sum string
    The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    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.
    Size double
    The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    SoftwareAdvisoryUrl string
    The software advisory, if any, provided by the vendor for this file.
    Tags List<GetPartnerintegrationFileTag>
    VersionContext GetPartnerintegrationFileVersionContext
    WorkspaceName string
    The partner integration workspace to use to upload the File.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetPartnerintegrationFileAncestor
    Catalog GetPartnerintegrationFileCatalog
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DownloadCount float64
    The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    FeatureSource string
    The name of the feature to which the uploaded file belongs.* System - This indicates system initiated file uploads.* OpenAPIImport - This indicates an OpenAPI file upload.* PartnerIntegrationImport - This indicates a Partner-Integration Appliance user file uploads.
    FilePath string
    Path of the file being uploaded.
    FileType string
    Type of the file being uploaded.* None - Invalid file type for partnerIntegration appliance.* Model - Model file of Generic Device.* Etl - ETL file of Generic Device.* Ui - UI file of Generic Device.* DeviceConnector - Generic Device Connector file.
    Id string
    ImportAction string
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None - No action should be taken on the imported file.* GeneratePreSignedUploadUrl - Generate pre signed URL of file for importing into the repository.* GeneratePreSignedDownloadUrl - Generate pre signed URL of file in the repository to download.* CompleteImportProcess - Mark that the import process of the file into the repository is complete.* MarkImportFailed - Mark to indicate that the import process of the file into the repository failed.* PreCache - Cache the file into the Intersight Appliance.* Cancel - The cancel import process for the file into the repository.* Extract - The action to extract the file in the external repository.* Evict - Evict the cached file from the Intersight Appliance.
    ImportState string
    The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport - The image is ready to be imported into the repository.* Importing - The image is being imported into the repository.* Imported - The image has been extracted and imported into the repository.* PendingExtraction - Indicates that the image has been imported but not extracted in the repository.* Extracting - Indicates that the image is being extracted into the repository.* Extracted - Indicates that the image has been extracted into the repository.* Failed - The image import from an external source to the repository has failed.* MetaOnly - The image is present in an external repository.* ReadyForCache - The image is ready to be cached into the Intersight Appliance.* Caching - Indicates that the image is being cached into the Intersight Appliance or endpoint cache.* Cached - Indicates that the image has been cached into the Intersight Appliance or endpoint cache.* CachingFailed - Indicates that the image caching into the Intersight Appliance failed or endpoint cache.* Corrupted - Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.* Evicted - Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.* Invalid - Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
    ImportedTime string
    The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
    LastAccessTime string
    The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    Md5eTag string
    The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
    Md5sum string
    The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the file. It is populated as part of the image import operation.
    NrSource GetPartnerintegrationFileNrSource
    NrVersion string
    Vendor provided version for the file.
    ObjectType string
    Owners []string
    Parent GetPartnerintegrationFileParent
    PermissionResources []GetPartnerintegrationFilePermissionResource
    ReleaseDate string
    The date on which the file was released or distributed by its vendor.
    Sha512sum string
    The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    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.
    Size float64
    The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    SoftwareAdvisoryUrl string
    The software advisory, if any, provided by the vendor for this file.
    Tags []GetPartnerintegrationFileTag
    VersionContext GetPartnerintegrationFileVersionContext
    WorkspaceName string
    The partner integration workspace to use to upload the File.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetPartnerintegrationFileAncestor>
    catalog GetPartnerintegrationFileCatalog
    classId String
    createTime String
    The time when this managed object was created.
    description String
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    downloadCount Double
    The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    featureSource String
    The name of the feature to which the uploaded file belongs.* System - This indicates system initiated file uploads.* OpenAPIImport - This indicates an OpenAPI file upload.* PartnerIntegrationImport - This indicates a Partner-Integration Appliance user file uploads.
    filePath String
    Path of the file being uploaded.
    fileType String
    Type of the file being uploaded.* None - Invalid file type for partnerIntegration appliance.* Model - Model file of Generic Device.* Etl - ETL file of Generic Device.* Ui - UI file of Generic Device.* DeviceConnector - Generic Device Connector file.
    id String
    importAction String
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None - No action should be taken on the imported file.* GeneratePreSignedUploadUrl - Generate pre signed URL of file for importing into the repository.* GeneratePreSignedDownloadUrl - Generate pre signed URL of file in the repository to download.* CompleteImportProcess - Mark that the import process of the file into the repository is complete.* MarkImportFailed - Mark to indicate that the import process of the file into the repository failed.* PreCache - Cache the file into the Intersight Appliance.* Cancel - The cancel import process for the file into the repository.* Extract - The action to extract the file in the external repository.* Evict - Evict the cached file from the Intersight Appliance.
    importState String
    The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport - The image is ready to be imported into the repository.* Importing - The image is being imported into the repository.* Imported - The image has been extracted and imported into the repository.* PendingExtraction - Indicates that the image has been imported but not extracted in the repository.* Extracting - Indicates that the image is being extracted into the repository.* Extracted - Indicates that the image has been extracted into the repository.* Failed - The image import from an external source to the repository has failed.* MetaOnly - The image is present in an external repository.* ReadyForCache - The image is ready to be cached into the Intersight Appliance.* Caching - Indicates that the image is being cached into the Intersight Appliance or endpoint cache.* Cached - Indicates that the image has been cached into the Intersight Appliance or endpoint cache.* CachingFailed - Indicates that the image caching into the Intersight Appliance failed or endpoint cache.* Corrupted - Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.* Evicted - Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.* Invalid - Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
    importedTime String
    The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
    lastAccessTime String
    The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    md5eTag String
    The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
    md5sum String
    The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the file. It is populated as part of the image import operation.
    nrSource GetPartnerintegrationFileNrSource
    nrVersion String
    Vendor provided version for the file.
    objectType String
    owners List<String>
    parent GetPartnerintegrationFileParent
    permissionResources List<GetPartnerintegrationFilePermissionResource>
    releaseDate String
    The date on which the file was released or distributed by its vendor.
    sha512sum String
    The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    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.
    size Double
    The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    softwareAdvisoryUrl String
    The software advisory, if any, provided by the vendor for this file.
    tags List<GetPartnerintegrationFileTag>
    versionContext GetPartnerintegrationFileVersionContext
    workspaceName String
    The partner integration workspace to use to upload the File.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetPartnerintegrationFileAncestor[]
    catalog GetPartnerintegrationFileCatalog
    classId string
    createTime string
    The time when this managed object was created.
    description string
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    downloadCount number
    The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    featureSource string
    The name of the feature to which the uploaded file belongs.* System - This indicates system initiated file uploads.* OpenAPIImport - This indicates an OpenAPI file upload.* PartnerIntegrationImport - This indicates a Partner-Integration Appliance user file uploads.
    filePath string
    Path of the file being uploaded.
    fileType string
    Type of the file being uploaded.* None - Invalid file type for partnerIntegration appliance.* Model - Model file of Generic Device.* Etl - ETL file of Generic Device.* Ui - UI file of Generic Device.* DeviceConnector - Generic Device Connector file.
    id string
    importAction string
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None - No action should be taken on the imported file.* GeneratePreSignedUploadUrl - Generate pre signed URL of file for importing into the repository.* GeneratePreSignedDownloadUrl - Generate pre signed URL of file in the repository to download.* CompleteImportProcess - Mark that the import process of the file into the repository is complete.* MarkImportFailed - Mark to indicate that the import process of the file into the repository failed.* PreCache - Cache the file into the Intersight Appliance.* Cancel - The cancel import process for the file into the repository.* Extract - The action to extract the file in the external repository.* Evict - Evict the cached file from the Intersight Appliance.
    importState string
    The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport - The image is ready to be imported into the repository.* Importing - The image is being imported into the repository.* Imported - The image has been extracted and imported into the repository.* PendingExtraction - Indicates that the image has been imported but not extracted in the repository.* Extracting - Indicates that the image is being extracted into the repository.* Extracted - Indicates that the image has been extracted into the repository.* Failed - The image import from an external source to the repository has failed.* MetaOnly - The image is present in an external repository.* ReadyForCache - The image is ready to be cached into the Intersight Appliance.* Caching - Indicates that the image is being cached into the Intersight Appliance or endpoint cache.* Cached - Indicates that the image has been cached into the Intersight Appliance or endpoint cache.* CachingFailed - Indicates that the image caching into the Intersight Appliance failed or endpoint cache.* Corrupted - Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.* Evicted - Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.* Invalid - Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
    importedTime string
    The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
    lastAccessTime string
    The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    md5eTag string
    The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
    md5sum string
    The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the file. It is populated as part of the image import operation.
    nrSource GetPartnerintegrationFileNrSource
    nrVersion string
    Vendor provided version for the file.
    objectType string
    owners string[]
    parent GetPartnerintegrationFileParent
    permissionResources GetPartnerintegrationFilePermissionResource[]
    releaseDate string
    The date on which the file was released or distributed by its vendor.
    sha512sum string
    The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    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.
    size number
    The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    softwareAdvisoryUrl string
    The software advisory, if any, provided by the vendor for this file.
    tags GetPartnerintegrationFileTag[]
    versionContext GetPartnerintegrationFileVersionContext
    workspaceName string
    The partner integration workspace to use to upload the File.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetPartnerintegrationFileAncestor]
    catalog GetPartnerintegrationFileCatalog
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    download_count float
    The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    feature_source str
    The name of the feature to which the uploaded file belongs.* System - This indicates system initiated file uploads.* OpenAPIImport - This indicates an OpenAPI file upload.* PartnerIntegrationImport - This indicates a Partner-Integration Appliance user file uploads.
    file_path str
    Path of the file being uploaded.
    file_type str
    Type of the file being uploaded.* None - Invalid file type for partnerIntegration appliance.* Model - Model file of Generic Device.* Etl - ETL file of Generic Device.* Ui - UI file of Generic Device.* DeviceConnector - Generic Device Connector file.
    id str
    import_action str
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None - No action should be taken on the imported file.* GeneratePreSignedUploadUrl - Generate pre signed URL of file for importing into the repository.* GeneratePreSignedDownloadUrl - Generate pre signed URL of file in the repository to download.* CompleteImportProcess - Mark that the import process of the file into the repository is complete.* MarkImportFailed - Mark to indicate that the import process of the file into the repository failed.* PreCache - Cache the file into the Intersight Appliance.* Cancel - The cancel import process for the file into the repository.* Extract - The action to extract the file in the external repository.* Evict - Evict the cached file from the Intersight Appliance.
    import_state str
    The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport - The image is ready to be imported into the repository.* Importing - The image is being imported into the repository.* Imported - The image has been extracted and imported into the repository.* PendingExtraction - Indicates that the image has been imported but not extracted in the repository.* Extracting - Indicates that the image is being extracted into the repository.* Extracted - Indicates that the image has been extracted into the repository.* Failed - The image import from an external source to the repository has failed.* MetaOnly - The image is present in an external repository.* ReadyForCache - The image is ready to be cached into the Intersight Appliance.* Caching - Indicates that the image is being cached into the Intersight Appliance or endpoint cache.* Cached - Indicates that the image has been cached into the Intersight Appliance or endpoint cache.* CachingFailed - Indicates that the image caching into the Intersight Appliance failed or endpoint cache.* Corrupted - Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.* Evicted - Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.* Invalid - Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
    imported_time str
    The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
    last_access_time str
    The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    md5e_tag str
    The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
    md5sum str
    The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the file. It is populated as part of the image import operation.
    nr_source GetPartnerintegrationFileNrSource
    nr_version str
    Vendor provided version for the file.
    object_type str
    owners Sequence[str]
    parent GetPartnerintegrationFileParent
    permission_resources Sequence[GetPartnerintegrationFilePermissionResource]
    release_date str
    The date on which the file was released or distributed by its vendor.
    sha512sum str
    The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    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.
    size float
    The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    software_advisory_url str
    The software advisory, if any, provided by the vendor for this file.
    tags Sequence[GetPartnerintegrationFileTag]
    version_context GetPartnerintegrationFileVersionContext
    workspace_name str
    The partner integration workspace to use to upload the File.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    catalog Property Map
    classId String
    createTime String
    The time when this managed object was created.
    description String
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    downloadCount Number
    The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    featureSource String
    The name of the feature to which the uploaded file belongs.* System - This indicates system initiated file uploads.* OpenAPIImport - This indicates an OpenAPI file upload.* PartnerIntegrationImport - This indicates a Partner-Integration Appliance user file uploads.
    filePath String
    Path of the file being uploaded.
    fileType String
    Type of the file being uploaded.* None - Invalid file type for partnerIntegration appliance.* Model - Model file of Generic Device.* Etl - ETL file of Generic Device.* Ui - UI file of Generic Device.* DeviceConnector - Generic Device Connector file.
    id String
    importAction String
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None - No action should be taken on the imported file.* GeneratePreSignedUploadUrl - Generate pre signed URL of file for importing into the repository.* GeneratePreSignedDownloadUrl - Generate pre signed URL of file in the repository to download.* CompleteImportProcess - Mark that the import process of the file into the repository is complete.* MarkImportFailed - Mark to indicate that the import process of the file into the repository failed.* PreCache - Cache the file into the Intersight Appliance.* Cancel - The cancel import process for the file into the repository.* Extract - The action to extract the file in the external repository.* Evict - Evict the cached file from the Intersight Appliance.
    importState String
    The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport - The image is ready to be imported into the repository.* Importing - The image is being imported into the repository.* Imported - The image has been extracted and imported into the repository.* PendingExtraction - Indicates that the image has been imported but not extracted in the repository.* Extracting - Indicates that the image is being extracted into the repository.* Extracted - Indicates that the image has been extracted into the repository.* Failed - The image import from an external source to the repository has failed.* MetaOnly - The image is present in an external repository.* ReadyForCache - The image is ready to be cached into the Intersight Appliance.* Caching - Indicates that the image is being cached into the Intersight Appliance or endpoint cache.* Cached - Indicates that the image has been cached into the Intersight Appliance or endpoint cache.* CachingFailed - Indicates that the image caching into the Intersight Appliance failed or endpoint cache.* Corrupted - Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.* Evicted - Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.* Invalid - Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
    importedTime String
    The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
    lastAccessTime String
    The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    md5eTag String
    The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
    md5sum String
    The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the file. It is populated as part of the image import operation.
    nrSource Property Map
    nrVersion String
    Vendor provided version for the file.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    releaseDate String
    The date on which the file was released or distributed by its vendor.
    sha512sum String
    The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    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.
    size Number
    The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    softwareAdvisoryUrl String
    The software advisory, if any, provided by the vendor for this file.
    tags List<Property Map>
    versionContext Property Map
    workspaceName String
    The partner integration workspace to use to upload the File.

    getPartnerintegrationFile Result

    The following output properties are available:

    Id string
    Results List<GetPartnerintegrationFileResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetPartnerintegrationFileAncestor>
    Catalog GetPartnerintegrationFileCatalog
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    DownloadCount double
    FeatureSource string
    FilePath string
    FileType string
    ImportAction string
    ImportState string
    ImportedTime string
    LastAccessTime string
    Md5eTag string
    Md5sum string
    ModTime string
    Moid string
    Name string
    NrSource GetPartnerintegrationFileNrSource
    NrVersion string
    ObjectType string
    Owners List<string>
    Parent GetPartnerintegrationFileParent
    PermissionResources List<GetPartnerintegrationFilePermissionResource>
    ReleaseDate string
    Sha512sum string
    SharedScope string
    Size double
    SoftwareAdvisoryUrl string
    Tags List<GetPartnerintegrationFileTag>
    VersionContext GetPartnerintegrationFileVersionContext
    WorkspaceName string
    Id string
    Results []GetPartnerintegrationFileResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetPartnerintegrationFileAncestor
    Catalog GetPartnerintegrationFileCatalog
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    DownloadCount float64
    FeatureSource string
    FilePath string
    FileType string
    ImportAction string
    ImportState string
    ImportedTime string
    LastAccessTime string
    Md5eTag string
    Md5sum string
    ModTime string
    Moid string
    Name string
    NrSource GetPartnerintegrationFileNrSource
    NrVersion string
    ObjectType string
    Owners []string
    Parent GetPartnerintegrationFileParent
    PermissionResources []GetPartnerintegrationFilePermissionResource
    ReleaseDate string
    Sha512sum string
    SharedScope string
    Size float64
    SoftwareAdvisoryUrl string
    Tags []GetPartnerintegrationFileTag
    VersionContext GetPartnerintegrationFileVersionContext
    WorkspaceName string
    id String
    results List<GetPartnerintegrationFileResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetPartnerintegrationFileAncestor>
    catalog GetPartnerintegrationFileCatalog
    classId String
    createTime String
    description String
    domainGroupMoid String
    downloadCount Double
    featureSource String
    filePath String
    fileType String
    importAction String
    importState String
    importedTime String
    lastAccessTime String
    md5eTag String
    md5sum String
    modTime String
    moid String
    name String
    nrSource GetPartnerintegrationFileNrSource
    nrVersion String
    objectType String
    owners List<String>
    parent GetPartnerintegrationFileParent
    permissionResources List<GetPartnerintegrationFilePermissionResource>
    releaseDate String
    sha512sum String
    sharedScope String
    size Double
    softwareAdvisoryUrl String
    tags List<GetPartnerintegrationFileTag>
    versionContext GetPartnerintegrationFileVersionContext
    workspaceName String
    id string
    results GetPartnerintegrationFileResult[]
    accountMoid string
    additionalProperties string
    ancestors GetPartnerintegrationFileAncestor[]
    catalog GetPartnerintegrationFileCatalog
    classId string
    createTime string
    description string
    domainGroupMoid string
    downloadCount number
    featureSource string
    filePath string
    fileType string
    importAction string
    importState string
    importedTime string
    lastAccessTime string
    md5eTag string
    md5sum string
    modTime string
    moid string
    name string
    nrSource GetPartnerintegrationFileNrSource
    nrVersion string
    objectType string
    owners string[]
    parent GetPartnerintegrationFileParent
    permissionResources GetPartnerintegrationFilePermissionResource[]
    releaseDate string
    sha512sum string
    sharedScope string
    size number
    softwareAdvisoryUrl string
    tags GetPartnerintegrationFileTag[]
    versionContext GetPartnerintegrationFileVersionContext
    workspaceName string
    id str
    results Sequence[GetPartnerintegrationFileResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetPartnerintegrationFileAncestor]
    catalog GetPartnerintegrationFileCatalog
    class_id str
    create_time str
    description str
    domain_group_moid str
    download_count float
    feature_source str
    file_path str
    file_type str
    import_action str
    import_state str
    imported_time str
    last_access_time str
    md5e_tag str
    md5sum str
    mod_time str
    moid str
    name str
    nr_source GetPartnerintegrationFileNrSource
    nr_version str
    object_type str
    owners Sequence[str]
    parent GetPartnerintegrationFileParent
    permission_resources Sequence[GetPartnerintegrationFilePermissionResource]
    release_date str
    sha512sum str
    shared_scope str
    size float
    software_advisory_url str
    tags Sequence[GetPartnerintegrationFileTag]
    version_context GetPartnerintegrationFileVersionContext
    workspace_name str

    Supporting Types

    GetPartnerintegrationFileAncestor

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

    GetPartnerintegrationFileCatalog

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

    GetPartnerintegrationFileNrSource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.

    GetPartnerintegrationFileParent

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

    GetPartnerintegrationFilePermissionResource

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

    GetPartnerintegrationFileResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetPartnerintegrationFileResultAncestor>
    Catalogs List<GetPartnerintegrationFileResultCatalog>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DownloadCount double
    The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    FeatureSource string
    The name of the feature to which the uploaded file belongs.* System - This indicates system initiated file uploads.* OpenAPIImport - This indicates an OpenAPI file upload.* PartnerIntegrationImport - This indicates a Partner-Integration Appliance user file uploads.
    FilePath string
    Path of the file being uploaded.
    FileType string
    Type of the file being uploaded.* None - Invalid file type for partnerIntegration appliance.* Model - Model file of Generic Device.* Etl - ETL file of Generic Device.* Ui - UI file of Generic Device.* DeviceConnector - Generic Device Connector file.
    ImportAction string
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None - No action should be taken on the imported file.* GeneratePreSignedUploadUrl - Generate pre signed URL of file for importing into the repository.* GeneratePreSignedDownloadUrl - Generate pre signed URL of file in the repository to download.* CompleteImportProcess - Mark that the import process of the file into the repository is complete.* MarkImportFailed - Mark to indicate that the import process of the file into the repository failed.* PreCache - Cache the file into the Intersight Appliance.* Cancel - The cancel import process for the file into the repository.* Extract - The action to extract the file in the external repository.* Evict - Evict the cached file from the Intersight Appliance.
    ImportState string
    The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport - The image is ready to be imported into the repository.* Importing - The image is being imported into the repository.* Imported - The image has been extracted and imported into the repository.* PendingExtraction - Indicates that the image has been imported but not extracted in the repository.* Extracting - Indicates that the image is being extracted into the repository.* Extracted - Indicates that the image has been extracted into the repository.* Failed - The image import from an external source to the repository has failed.* MetaOnly - The image is present in an external repository.* ReadyForCache - The image is ready to be cached into the Intersight Appliance.* Caching - Indicates that the image is being cached into the Intersight Appliance or endpoint cache.* Cached - Indicates that the image has been cached into the Intersight Appliance or endpoint cache.* CachingFailed - Indicates that the image caching into the Intersight Appliance failed or endpoint cache.* Corrupted - Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.* Evicted - Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.* Invalid - Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
    ImportedTime string
    The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
    LastAccessTime string
    The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    Md5eTag string
    The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
    Md5sum string
    The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the file. It is populated as part of the image import operation.
    NrSources List<GetPartnerintegrationFileResultNrSource>
    NrVersion string
    Vendor provided version for the file.
    ObjectType string
    Owners List<string>
    Parents List<GetPartnerintegrationFileResultParent>
    PermissionResources List<GetPartnerintegrationFileResultPermissionResource>
    ReleaseDate string
    The date on which the file was released or distributed by its vendor.
    Sha512sum string
    The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    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.
    Size double
    The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    SoftwareAdvisoryUrl string
    The software advisory, if any, provided by the vendor for this file.
    Tags List<GetPartnerintegrationFileResultTag>
    VersionContexts List<GetPartnerintegrationFileResultVersionContext>
    WorkspaceName string
    The partner integration workspace to use to upload the File.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetPartnerintegrationFileResultAncestor
    Catalogs []GetPartnerintegrationFileResultCatalog
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DownloadCount float64
    The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    FeatureSource string
    The name of the feature to which the uploaded file belongs.* System - This indicates system initiated file uploads.* OpenAPIImport - This indicates an OpenAPI file upload.* PartnerIntegrationImport - This indicates a Partner-Integration Appliance user file uploads.
    FilePath string
    Path of the file being uploaded.
    FileType string
    Type of the file being uploaded.* None - Invalid file type for partnerIntegration appliance.* Model - Model file of Generic Device.* Etl - ETL file of Generic Device.* Ui - UI file of Generic Device.* DeviceConnector - Generic Device Connector file.
    ImportAction string
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None - No action should be taken on the imported file.* GeneratePreSignedUploadUrl - Generate pre signed URL of file for importing into the repository.* GeneratePreSignedDownloadUrl - Generate pre signed URL of file in the repository to download.* CompleteImportProcess - Mark that the import process of the file into the repository is complete.* MarkImportFailed - Mark to indicate that the import process of the file into the repository failed.* PreCache - Cache the file into the Intersight Appliance.* Cancel - The cancel import process for the file into the repository.* Extract - The action to extract the file in the external repository.* Evict - Evict the cached file from the Intersight Appliance.
    ImportState string
    The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport - The image is ready to be imported into the repository.* Importing - The image is being imported into the repository.* Imported - The image has been extracted and imported into the repository.* PendingExtraction - Indicates that the image has been imported but not extracted in the repository.* Extracting - Indicates that the image is being extracted into the repository.* Extracted - Indicates that the image has been extracted into the repository.* Failed - The image import from an external source to the repository has failed.* MetaOnly - The image is present in an external repository.* ReadyForCache - The image is ready to be cached into the Intersight Appliance.* Caching - Indicates that the image is being cached into the Intersight Appliance or endpoint cache.* Cached - Indicates that the image has been cached into the Intersight Appliance or endpoint cache.* CachingFailed - Indicates that the image caching into the Intersight Appliance failed or endpoint cache.* Corrupted - Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.* Evicted - Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.* Invalid - Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
    ImportedTime string
    The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
    LastAccessTime string
    The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    Md5eTag string
    The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
    Md5sum string
    The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the file. It is populated as part of the image import operation.
    NrSources []GetPartnerintegrationFileResultNrSource
    NrVersion string
    Vendor provided version for the file.
    ObjectType string
    Owners []string
    Parents []GetPartnerintegrationFileResultParent
    PermissionResources []GetPartnerintegrationFileResultPermissionResource
    ReleaseDate string
    The date on which the file was released or distributed by its vendor.
    Sha512sum string
    The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    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.
    Size float64
    The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    SoftwareAdvisoryUrl string
    The software advisory, if any, provided by the vendor for this file.
    Tags []GetPartnerintegrationFileResultTag
    VersionContexts []GetPartnerintegrationFileResultVersionContext
    WorkspaceName string
    The partner integration workspace to use to upload the File.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetPartnerintegrationFileResultAncestor>
    catalogs List<GetPartnerintegrationFileResultCatalog>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    downloadCount Double
    The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    featureSource String
    The name of the feature to which the uploaded file belongs.* System - This indicates system initiated file uploads.* OpenAPIImport - This indicates an OpenAPI file upload.* PartnerIntegrationImport - This indicates a Partner-Integration Appliance user file uploads.
    filePath String
    Path of the file being uploaded.
    fileType String
    Type of the file being uploaded.* None - Invalid file type for partnerIntegration appliance.* Model - Model file of Generic Device.* Etl - ETL file of Generic Device.* Ui - UI file of Generic Device.* DeviceConnector - Generic Device Connector file.
    importAction String
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None - No action should be taken on the imported file.* GeneratePreSignedUploadUrl - Generate pre signed URL of file for importing into the repository.* GeneratePreSignedDownloadUrl - Generate pre signed URL of file in the repository to download.* CompleteImportProcess - Mark that the import process of the file into the repository is complete.* MarkImportFailed - Mark to indicate that the import process of the file into the repository failed.* PreCache - Cache the file into the Intersight Appliance.* Cancel - The cancel import process for the file into the repository.* Extract - The action to extract the file in the external repository.* Evict - Evict the cached file from the Intersight Appliance.
    importState String
    The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport - The image is ready to be imported into the repository.* Importing - The image is being imported into the repository.* Imported - The image has been extracted and imported into the repository.* PendingExtraction - Indicates that the image has been imported but not extracted in the repository.* Extracting - Indicates that the image is being extracted into the repository.* Extracted - Indicates that the image has been extracted into the repository.* Failed - The image import from an external source to the repository has failed.* MetaOnly - The image is present in an external repository.* ReadyForCache - The image is ready to be cached into the Intersight Appliance.* Caching - Indicates that the image is being cached into the Intersight Appliance or endpoint cache.* Cached - Indicates that the image has been cached into the Intersight Appliance or endpoint cache.* CachingFailed - Indicates that the image caching into the Intersight Appliance failed or endpoint cache.* Corrupted - Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.* Evicted - Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.* Invalid - Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
    importedTime String
    The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
    lastAccessTime String
    The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    md5eTag String
    The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
    md5sum String
    The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the file. It is populated as part of the image import operation.
    nrSources List<GetPartnerintegrationFileResultNrSource>
    nrVersion String
    Vendor provided version for the file.
    objectType String
    owners List<String>
    parents List<GetPartnerintegrationFileResultParent>
    permissionResources List<GetPartnerintegrationFileResultPermissionResource>
    releaseDate String
    The date on which the file was released or distributed by its vendor.
    sha512sum String
    The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    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.
    size Double
    The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    softwareAdvisoryUrl String
    The software advisory, if any, provided by the vendor for this file.
    tags List<GetPartnerintegrationFileResultTag>
    versionContexts List<GetPartnerintegrationFileResultVersionContext>
    workspaceName String
    The partner integration workspace to use to upload the File.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetPartnerintegrationFileResultAncestor[]
    catalogs GetPartnerintegrationFileResultCatalog[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    downloadCount number
    The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    featureSource string
    The name of the feature to which the uploaded file belongs.* System - This indicates system initiated file uploads.* OpenAPIImport - This indicates an OpenAPI file upload.* PartnerIntegrationImport - This indicates a Partner-Integration Appliance user file uploads.
    filePath string
    Path of the file being uploaded.
    fileType string
    Type of the file being uploaded.* None - Invalid file type for partnerIntegration appliance.* Model - Model file of Generic Device.* Etl - ETL file of Generic Device.* Ui - UI file of Generic Device.* DeviceConnector - Generic Device Connector file.
    importAction string
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None - No action should be taken on the imported file.* GeneratePreSignedUploadUrl - Generate pre signed URL of file for importing into the repository.* GeneratePreSignedDownloadUrl - Generate pre signed URL of file in the repository to download.* CompleteImportProcess - Mark that the import process of the file into the repository is complete.* MarkImportFailed - Mark to indicate that the import process of the file into the repository failed.* PreCache - Cache the file into the Intersight Appliance.* Cancel - The cancel import process for the file into the repository.* Extract - The action to extract the file in the external repository.* Evict - Evict the cached file from the Intersight Appliance.
    importState string
    The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport - The image is ready to be imported into the repository.* Importing - The image is being imported into the repository.* Imported - The image has been extracted and imported into the repository.* PendingExtraction - Indicates that the image has been imported but not extracted in the repository.* Extracting - Indicates that the image is being extracted into the repository.* Extracted - Indicates that the image has been extracted into the repository.* Failed - The image import from an external source to the repository has failed.* MetaOnly - The image is present in an external repository.* ReadyForCache - The image is ready to be cached into the Intersight Appliance.* Caching - Indicates that the image is being cached into the Intersight Appliance or endpoint cache.* Cached - Indicates that the image has been cached into the Intersight Appliance or endpoint cache.* CachingFailed - Indicates that the image caching into the Intersight Appliance failed or endpoint cache.* Corrupted - Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.* Evicted - Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.* Invalid - Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
    importedTime string
    The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
    lastAccessTime string
    The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    md5eTag string
    The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
    md5sum string
    The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the file. It is populated as part of the image import operation.
    nrSources GetPartnerintegrationFileResultNrSource[]
    nrVersion string
    Vendor provided version for the file.
    objectType string
    owners string[]
    parents GetPartnerintegrationFileResultParent[]
    permissionResources GetPartnerintegrationFileResultPermissionResource[]
    releaseDate string
    The date on which the file was released or distributed by its vendor.
    sha512sum string
    The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    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.
    size number
    The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    softwareAdvisoryUrl string
    The software advisory, if any, provided by the vendor for this file.
    tags GetPartnerintegrationFileResultTag[]
    versionContexts GetPartnerintegrationFileResultVersionContext[]
    workspaceName string
    The partner integration workspace to use to upload the File.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetPartnerintegrationFileResultAncestor]
    catalogs Sequence[GetPartnerintegrationFileResultCatalog]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    download_count float
    The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    feature_source str
    The name of the feature to which the uploaded file belongs.* System - This indicates system initiated file uploads.* OpenAPIImport - This indicates an OpenAPI file upload.* PartnerIntegrationImport - This indicates a Partner-Integration Appliance user file uploads.
    file_path str
    Path of the file being uploaded.
    file_type str
    Type of the file being uploaded.* None - Invalid file type for partnerIntegration appliance.* Model - Model file of Generic Device.* Etl - ETL file of Generic Device.* Ui - UI file of Generic Device.* DeviceConnector - Generic Device Connector file.
    import_action str
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None - No action should be taken on the imported file.* GeneratePreSignedUploadUrl - Generate pre signed URL of file for importing into the repository.* GeneratePreSignedDownloadUrl - Generate pre signed URL of file in the repository to download.* CompleteImportProcess - Mark that the import process of the file into the repository is complete.* MarkImportFailed - Mark to indicate that the import process of the file into the repository failed.* PreCache - Cache the file into the Intersight Appliance.* Cancel - The cancel import process for the file into the repository.* Extract - The action to extract the file in the external repository.* Evict - Evict the cached file from the Intersight Appliance.
    import_state str
    The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport - The image is ready to be imported into the repository.* Importing - The image is being imported into the repository.* Imported - The image has been extracted and imported into the repository.* PendingExtraction - Indicates that the image has been imported but not extracted in the repository.* Extracting - Indicates that the image is being extracted into the repository.* Extracted - Indicates that the image has been extracted into the repository.* Failed - The image import from an external source to the repository has failed.* MetaOnly - The image is present in an external repository.* ReadyForCache - The image is ready to be cached into the Intersight Appliance.* Caching - Indicates that the image is being cached into the Intersight Appliance or endpoint cache.* Cached - Indicates that the image has been cached into the Intersight Appliance or endpoint cache.* CachingFailed - Indicates that the image caching into the Intersight Appliance failed or endpoint cache.* Corrupted - Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.* Evicted - Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.* Invalid - Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
    imported_time str
    The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
    last_access_time str
    The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    md5e_tag str
    The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
    md5sum str
    The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the file. It is populated as part of the image import operation.
    nr_sources Sequence[GetPartnerintegrationFileResultNrSource]
    nr_version str
    Vendor provided version for the file.
    object_type str
    owners Sequence[str]
    parents Sequence[GetPartnerintegrationFileResultParent]
    permission_resources Sequence[GetPartnerintegrationFileResultPermissionResource]
    release_date str
    The date on which the file was released or distributed by its vendor.
    sha512sum str
    The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    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.
    size float
    The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    software_advisory_url str
    The software advisory, if any, provided by the vendor for this file.
    tags Sequence[GetPartnerintegrationFileResultTag]
    version_contexts Sequence[GetPartnerintegrationFileResultVersionContext]
    workspace_name str
    The partner integration workspace to use to upload the File.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    catalogs List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    downloadCount Number
    The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    featureSource String
    The name of the feature to which the uploaded file belongs.* System - This indicates system initiated file uploads.* OpenAPIImport - This indicates an OpenAPI file upload.* PartnerIntegrationImport - This indicates a Partner-Integration Appliance user file uploads.
    filePath String
    Path of the file being uploaded.
    fileType String
    Type of the file being uploaded.* None - Invalid file type for partnerIntegration appliance.* Model - Model file of Generic Device.* Etl - ETL file of Generic Device.* Ui - UI file of Generic Device.* DeviceConnector - Generic Device Connector file.
    importAction String
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None - No action should be taken on the imported file.* GeneratePreSignedUploadUrl - Generate pre signed URL of file for importing into the repository.* GeneratePreSignedDownloadUrl - Generate pre signed URL of file in the repository to download.* CompleteImportProcess - Mark that the import process of the file into the repository is complete.* MarkImportFailed - Mark to indicate that the import process of the file into the repository failed.* PreCache - Cache the file into the Intersight Appliance.* Cancel - The cancel import process for the file into the repository.* Extract - The action to extract the file in the external repository.* Evict - Evict the cached file from the Intersight Appliance.
    importState String
    The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport - The image is ready to be imported into the repository.* Importing - The image is being imported into the repository.* Imported - The image has been extracted and imported into the repository.* PendingExtraction - Indicates that the image has been imported but not extracted in the repository.* Extracting - Indicates that the image is being extracted into the repository.* Extracted - Indicates that the image has been extracted into the repository.* Failed - The image import from an external source to the repository has failed.* MetaOnly - The image is present in an external repository.* ReadyForCache - The image is ready to be cached into the Intersight Appliance.* Caching - Indicates that the image is being cached into the Intersight Appliance or endpoint cache.* Cached - Indicates that the image has been cached into the Intersight Appliance or endpoint cache.* CachingFailed - Indicates that the image caching into the Intersight Appliance failed or endpoint cache.* Corrupted - Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.* Evicted - Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.* Invalid - Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
    importedTime String
    The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
    lastAccessTime String
    The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
    md5eTag String
    The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
    md5sum String
    The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the file. It is populated as part of the image import operation.
    nrSources List<Property Map>
    nrVersion String
    Vendor provided version for the file.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    releaseDate String
    The date on which the file was released or distributed by its vendor.
    sha512sum String
    The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    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.
    size Number
    The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
    softwareAdvisoryUrl String
    The software advisory, if any, provided by the vendor for this file.
    tags List<Property Map>
    versionContexts List<Property Map>
    workspaceName String
    The partner integration workspace to use to upload the File.

    GetPartnerintegrationFileResultAncestor

    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

    GetPartnerintegrationFileResultCatalog

    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

    GetPartnerintegrationFileResultNrSource

    GetPartnerintegrationFileResultParent

    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

    GetPartnerintegrationFileResultPermissionResource

    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

    GetPartnerintegrationFileResultTag

    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

    GetPartnerintegrationFileResultVersionContext

    GetPartnerintegrationFileResultVersionContextInterestedMo

    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

    GetPartnerintegrationFileResultVersionContextRefMo

    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

    GetPartnerintegrationFileTag

    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.

    GetPartnerintegrationFileVersionContext

    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<GetPartnerintegrationFileVersionContextInterestedMo>
    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
    Vendor provided version for the file.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetPartnerintegrationFileVersionContextRefMo
    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 []GetPartnerintegrationFileVersionContextInterestedMo
    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
    Vendor provided version for the file.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetPartnerintegrationFileVersionContextRefMo
    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<GetPartnerintegrationFileVersionContextInterestedMo>
    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
    Vendor provided version for the file.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetPartnerintegrationFileVersionContextRefMo
    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 GetPartnerintegrationFileVersionContextInterestedMo[]
    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
    Vendor provided version for the file.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetPartnerintegrationFileVersionContextRefMo
    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[GetPartnerintegrationFileVersionContextInterestedMo]
    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
    Vendor provided version for the file.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetPartnerintegrationFileVersionContextRefMo
    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
    Vendor provided version for the file.
    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.

    GetPartnerintegrationFileVersionContextInterestedMo

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

    GetPartnerintegrationFileVersionContextRefMo

    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