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

intersight.PartnerintegrationFile

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.

    Create PartnerintegrationFile Resource

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

    Constructor syntax

    new PartnerintegrationFile(name: string, args?: PartnerintegrationFileArgs, opts?: CustomResourceOptions);
    @overload
    def PartnerintegrationFile(resource_name: str,
                               args: Optional[PartnerintegrationFileArgs] = None,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def PartnerintegrationFile(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               account_moid: Optional[str] = None,
                               additional_properties: Optional[str] = None,
                               ancestors: Optional[Sequence[PartnerintegrationFileAncestorArgs]] = None,
                               catalogs: Optional[Sequence[PartnerintegrationFileCatalogArgs]] = 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,
                               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_sources: Optional[Sequence[PartnerintegrationFileNrSourceArgs]] = None,
                               nr_version: Optional[str] = None,
                               object_type: Optional[str] = None,
                               owners: Optional[Sequence[str]] = None,
                               parents: Optional[Sequence[PartnerintegrationFileParentArgs]] = None,
                               partnerintegration_file_id: Optional[str] = None,
                               permission_resources: Optional[Sequence[PartnerintegrationFilePermissionResourceArgs]] = 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[PartnerintegrationFileTagArgs]] = None,
                               version_contexts: Optional[Sequence[PartnerintegrationFileVersionContextArgs]] = None,
                               workspace_name: Optional[str] = None)
    func NewPartnerintegrationFile(ctx *Context, name string, args *PartnerintegrationFileArgs, opts ...ResourceOption) (*PartnerintegrationFile, error)
    public PartnerintegrationFile(string name, PartnerintegrationFileArgs? args = null, CustomResourceOptions? opts = null)
    public PartnerintegrationFile(String name, PartnerintegrationFileArgs args)
    public PartnerintegrationFile(String name, PartnerintegrationFileArgs args, CustomResourceOptions options)
    
    type: intersight:PartnerintegrationFile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args PartnerintegrationFileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PartnerintegrationFileArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PartnerintegrationFileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PartnerintegrationFileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PartnerintegrationFileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var partnerintegrationFileResource = new Intersight.PartnerintegrationFile("partnerintegrationFileResource", new()
    {
        AccountMoid = "string",
        AdditionalProperties = "string",
        Ancestors = new[]
        {
            new Intersight.Inputs.PartnerintegrationFileAncestorArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        Catalogs = new[]
        {
            new Intersight.Inputs.PartnerintegrationFileCatalogArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        ClassId = "string",
        CreateTime = "string",
        Description = "string",
        DomainGroupMoid = "string",
        DownloadCount = 0,
        FeatureSource = "string",
        FilePath = "string",
        FileType = "string",
        ImportAction = "string",
        ImportState = "string",
        ImportedTime = "string",
        LastAccessTime = "string",
        Md5eTag = "string",
        Md5sum = "string",
        ModTime = "string",
        Moid = "string",
        Name = "string",
        NrSources = new[]
        {
            new Intersight.Inputs.PartnerintegrationFileNrSourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                ObjectType = "string",
            },
        },
        NrVersion = "string",
        ObjectType = "string",
        Owners = new[]
        {
            "string",
        },
        Parents = new[]
        {
            new Intersight.Inputs.PartnerintegrationFileParentArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        PartnerintegrationFileId = "string",
        PermissionResources = new[]
        {
            new Intersight.Inputs.PartnerintegrationFilePermissionResourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        ReleaseDate = "string",
        Sha512sum = "string",
        SharedScope = "string",
        Size = 0,
        SoftwareAdvisoryUrl = "string",
        Tags = new[]
        {
            new Intersight.Inputs.PartnerintegrationFileTagArgs
            {
                AdditionalProperties = "string",
                Key = "string",
                Value = "string",
            },
        },
        VersionContexts = new[]
        {
            new Intersight.Inputs.PartnerintegrationFileVersionContextArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                InterestedMos = new[]
                {
                    new Intersight.Inputs.PartnerintegrationFileVersionContextInterestedMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                MarkedForDeletion = false,
                NrVersion = "string",
                ObjectType = "string",
                RefMos = new[]
                {
                    new Intersight.Inputs.PartnerintegrationFileVersionContextRefMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Timestamp = "string",
                VersionType = "string",
            },
        },
        WorkspaceName = "string",
    });
    
    example, err := intersight.NewPartnerintegrationFile(ctx, "partnerintegrationFileResource", &intersight.PartnerintegrationFileArgs{
    	AccountMoid:          pulumi.String("string"),
    	AdditionalProperties: pulumi.String("string"),
    	Ancestors: intersight.PartnerintegrationFileAncestorArray{
    		&intersight.PartnerintegrationFileAncestorArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	Catalogs: intersight.PartnerintegrationFileCatalogArray{
    		&intersight.PartnerintegrationFileCatalogArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	ClassId:         pulumi.String("string"),
    	CreateTime:      pulumi.String("string"),
    	Description:     pulumi.String("string"),
    	DomainGroupMoid: pulumi.String("string"),
    	DownloadCount:   pulumi.Float64(0),
    	FeatureSource:   pulumi.String("string"),
    	FilePath:        pulumi.String("string"),
    	FileType:        pulumi.String("string"),
    	ImportAction:    pulumi.String("string"),
    	ImportState:     pulumi.String("string"),
    	ImportedTime:    pulumi.String("string"),
    	LastAccessTime:  pulumi.String("string"),
    	Md5eTag:         pulumi.String("string"),
    	Md5sum:          pulumi.String("string"),
    	ModTime:         pulumi.String("string"),
    	Moid:            pulumi.String("string"),
    	Name:            pulumi.String("string"),
    	NrSources: intersight.PartnerintegrationFileNrSourceArray{
    		&intersight.PartnerintegrationFileNrSourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    		},
    	},
    	NrVersion:  pulumi.String("string"),
    	ObjectType: pulumi.String("string"),
    	Owners: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Parents: intersight.PartnerintegrationFileParentArray{
    		&intersight.PartnerintegrationFileParentArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PartnerintegrationFileId: pulumi.String("string"),
    	PermissionResources: intersight.PartnerintegrationFilePermissionResourceArray{
    		&intersight.PartnerintegrationFilePermissionResourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	ReleaseDate:         pulumi.String("string"),
    	Sha512sum:           pulumi.String("string"),
    	SharedScope:         pulumi.String("string"),
    	Size:                pulumi.Float64(0),
    	SoftwareAdvisoryUrl: pulumi.String("string"),
    	Tags: intersight.PartnerintegrationFileTagArray{
    		&intersight.PartnerintegrationFileTagArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Key:                  pulumi.String("string"),
    			Value:                pulumi.String("string"),
    		},
    	},
    	VersionContexts: intersight.PartnerintegrationFileVersionContextArray{
    		&intersight.PartnerintegrationFileVersionContextArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			InterestedMos: intersight.PartnerintegrationFileVersionContextInterestedMoArray{
    				&intersight.PartnerintegrationFileVersionContextInterestedMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			MarkedForDeletion: pulumi.Bool(false),
    			NrVersion:         pulumi.String("string"),
    			ObjectType:        pulumi.String("string"),
    			RefMos: intersight.PartnerintegrationFileVersionContextRefMoArray{
    				&intersight.PartnerintegrationFileVersionContextRefMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Timestamp:   pulumi.String("string"),
    			VersionType: pulumi.String("string"),
    		},
    	},
    	WorkspaceName: pulumi.String("string"),
    })
    
    var partnerintegrationFileResource = new PartnerintegrationFile("partnerintegrationFileResource", PartnerintegrationFileArgs.builder()
        .accountMoid("string")
        .additionalProperties("string")
        .ancestors(PartnerintegrationFileAncestorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .catalogs(PartnerintegrationFileCatalogArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .classId("string")
        .createTime("string")
        .description("string")
        .domainGroupMoid("string")
        .downloadCount(0)
        .featureSource("string")
        .filePath("string")
        .fileType("string")
        .importAction("string")
        .importState("string")
        .importedTime("string")
        .lastAccessTime("string")
        .md5eTag("string")
        .md5sum("string")
        .modTime("string")
        .moid("string")
        .name("string")
        .nrSources(PartnerintegrationFileNrSourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .objectType("string")
            .build())
        .nrVersion("string")
        .objectType("string")
        .owners("string")
        .parents(PartnerintegrationFileParentArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .partnerintegrationFileId("string")
        .permissionResources(PartnerintegrationFilePermissionResourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .releaseDate("string")
        .sha512sum("string")
        .sharedScope("string")
        .size(0)
        .softwareAdvisoryUrl("string")
        .tags(PartnerintegrationFileTagArgs.builder()
            .additionalProperties("string")
            .key("string")
            .value("string")
            .build())
        .versionContexts(PartnerintegrationFileVersionContextArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .interestedMos(PartnerintegrationFileVersionContextInterestedMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .markedForDeletion(false)
            .nrVersion("string")
            .objectType("string")
            .refMos(PartnerintegrationFileVersionContextRefMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .timestamp("string")
            .versionType("string")
            .build())
        .workspaceName("string")
        .build());
    
    partnerintegration_file_resource = intersight.PartnerintegrationFile("partnerintegrationFileResource",
        account_moid="string",
        additional_properties="string",
        ancestors=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        catalogs=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        class_id="string",
        create_time="string",
        description="string",
        domain_group_moid="string",
        download_count=0,
        feature_source="string",
        file_path="string",
        file_type="string",
        import_action="string",
        import_state="string",
        imported_time="string",
        last_access_time="string",
        md5e_tag="string",
        md5sum="string",
        mod_time="string",
        moid="string",
        name="string",
        nr_sources=[{
            "additional_properties": "string",
            "class_id": "string",
            "object_type": "string",
        }],
        nr_version="string",
        object_type="string",
        owners=["string"],
        parents=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        partnerintegration_file_id="string",
        permission_resources=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        release_date="string",
        sha512sum="string",
        shared_scope="string",
        size=0,
        software_advisory_url="string",
        tags=[{
            "additional_properties": "string",
            "key": "string",
            "value": "string",
        }],
        version_contexts=[{
            "additional_properties": "string",
            "class_id": "string",
            "interested_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "marked_for_deletion": False,
            "nr_version": "string",
            "object_type": "string",
            "ref_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "timestamp": "string",
            "version_type": "string",
        }],
        workspace_name="string")
    
    const partnerintegrationFileResource = new intersight.PartnerintegrationFile("partnerintegrationFileResource", {
        accountMoid: "string",
        additionalProperties: "string",
        ancestors: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        catalogs: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        classId: "string",
        createTime: "string",
        description: "string",
        domainGroupMoid: "string",
        downloadCount: 0,
        featureSource: "string",
        filePath: "string",
        fileType: "string",
        importAction: "string",
        importState: "string",
        importedTime: "string",
        lastAccessTime: "string",
        md5eTag: "string",
        md5sum: "string",
        modTime: "string",
        moid: "string",
        name: "string",
        nrSources: [{
            additionalProperties: "string",
            classId: "string",
            objectType: "string",
        }],
        nrVersion: "string",
        objectType: "string",
        owners: ["string"],
        parents: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        partnerintegrationFileId: "string",
        permissionResources: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        releaseDate: "string",
        sha512sum: "string",
        sharedScope: "string",
        size: 0,
        softwareAdvisoryUrl: "string",
        tags: [{
            additionalProperties: "string",
            key: "string",
            value: "string",
        }],
        versionContexts: [{
            additionalProperties: "string",
            classId: "string",
            interestedMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            markedForDeletion: false,
            nrVersion: "string",
            objectType: "string",
            refMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            timestamp: "string",
            versionType: "string",
        }],
        workspaceName: "string",
    });
    
    type: intersight:PartnerintegrationFile
    properties:
        accountMoid: string
        additionalProperties: string
        ancestors:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        catalogs:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        classId: string
        createTime: string
        description: string
        domainGroupMoid: string
        downloadCount: 0
        featureSource: string
        filePath: string
        fileType: string
        importAction: string
        importState: string
        importedTime: string
        lastAccessTime: string
        md5eTag: string
        md5sum: string
        modTime: string
        moid: string
        name: string
        nrSources:
            - additionalProperties: string
              classId: string
              objectType: string
        nrVersion: string
        objectType: string
        owners:
            - string
        parents:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        partnerintegrationFileId: string
        permissionResources:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        releaseDate: string
        sha512sum: string
        sharedScope: string
        size: 0
        softwareAdvisoryUrl: string
        tags:
            - additionalProperties: string
              key: string
              value: string
        versionContexts:
            - additionalProperties: string
              classId: string
              interestedMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              markedForDeletion: false
              nrVersion: string
              objectType: string
              refMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              timestamp: string
              versionType: string
        workspaceName: string
    

    PartnerintegrationFile Resource Properties

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

    Inputs

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

    The PartnerintegrationFile resource accepts the following input properties:

    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<PartnerintegrationFileAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Catalogs List<PartnerintegrationFileCatalog>
    A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    Description string
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    DownloadCount double
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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<PartnerintegrationFileNrSource>
    Location of the file in an external repository. This complex property has following sub-properties:
    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.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<PartnerintegrationFileParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PartnerintegrationFileId string
    PermissionResources List<PartnerintegrationFilePermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ReleaseDate string
    (ReadOnly) 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
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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<PartnerintegrationFileTag>
    This complex property has following sub-properties:
    VersionContexts List<PartnerintegrationFileVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WorkspaceName string
    (ReadOnly) The partner integration workspace to use to upload the File.
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []PartnerintegrationFileAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Catalogs []PartnerintegrationFileCatalogArgs
    A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    Description string
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    DownloadCount float64
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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 []PartnerintegrationFileNrSourceArgs
    Location of the file in an external repository. This complex property has following sub-properties:
    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.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []PartnerintegrationFileParentArgs
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PartnerintegrationFileId string
    PermissionResources []PartnerintegrationFilePermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ReleaseDate string
    (ReadOnly) 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
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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 []PartnerintegrationFileTagArgs
    This complex property has following sub-properties:
    VersionContexts []PartnerintegrationFileVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WorkspaceName string
    (ReadOnly) The partner integration workspace to use to upload the File.
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<PartnerintegrationFileAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    catalogs List<PartnerintegrationFileCatalog>
    A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    description String
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    downloadCount Double
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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<PartnerintegrationFileNrSource>
    Location of the file in an external repository. This complex property has following sub-properties:
    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.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<PartnerintegrationFileParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    partnerintegrationFileId String
    permissionResources List<PartnerintegrationFilePermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    releaseDate String
    (ReadOnly) 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
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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<PartnerintegrationFileTag>
    This complex property has following sub-properties:
    versionContexts List<PartnerintegrationFileVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workspaceName String
    (ReadOnly) The partner integration workspace to use to upload the File.
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    additionalProperties string
    ancestors PartnerintegrationFileAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    catalogs PartnerintegrationFileCatalog[]
    A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime string
    (ReadOnly) The time when this managed object was created.
    description string
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    downloadCount number
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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 PartnerintegrationFileNrSource[]
    Location of the file in an external repository. This complex property has following sub-properties:
    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.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents PartnerintegrationFileParent[]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    partnerintegrationFileId string
    permissionResources PartnerintegrationFilePermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    releaseDate string
    (ReadOnly) 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
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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 PartnerintegrationFileTag[]
    This complex property has following sub-properties:
    versionContexts PartnerintegrationFileVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workspaceName string
    (ReadOnly) The partner integration workspace to use to upload the File.
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[PartnerintegrationFileAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    catalogs Sequence[PartnerintegrationFileCatalogArgs]
    A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    create_time str
    (ReadOnly) The time when this managed object was created.
    description str
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    download_count float
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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[PartnerintegrationFileNrSourceArgs]
    Location of the file in an external repository. This complex property has following sub-properties:
    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.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[PartnerintegrationFileParentArgs]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    partnerintegration_file_id str
    permission_resources Sequence[PartnerintegrationFilePermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    release_date str
    (ReadOnly) 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
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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[PartnerintegrationFileTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[PartnerintegrationFileVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workspace_name str
    (ReadOnly) The partner integration workspace to use to upload the File.
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    catalogs List<Property Map>
    A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    description String
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    downloadCount Number
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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>
    Location of the file in an external repository. This complex property has following sub-properties:
    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.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<Property Map>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    partnerintegrationFileId String
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    releaseDate String
    (ReadOnly) 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
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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>
    This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workspaceName String
    (ReadOnly) The partner integration workspace to use to upload the File.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PartnerintegrationFile resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing PartnerintegrationFile Resource

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

    public static get(name: string, id: Input<ID>, state?: PartnerintegrationFileState, opts?: CustomResourceOptions): PartnerintegrationFile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_moid: Optional[str] = None,
            additional_properties: Optional[str] = None,
            ancestors: Optional[Sequence[PartnerintegrationFileAncestorArgs]] = None,
            catalogs: Optional[Sequence[PartnerintegrationFileCatalogArgs]] = 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,
            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_sources: Optional[Sequence[PartnerintegrationFileNrSourceArgs]] = None,
            nr_version: Optional[str] = None,
            object_type: Optional[str] = None,
            owners: Optional[Sequence[str]] = None,
            parents: Optional[Sequence[PartnerintegrationFileParentArgs]] = None,
            partnerintegration_file_id: Optional[str] = None,
            permission_resources: Optional[Sequence[PartnerintegrationFilePermissionResourceArgs]] = 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[PartnerintegrationFileTagArgs]] = None,
            version_contexts: Optional[Sequence[PartnerintegrationFileVersionContextArgs]] = None,
            workspace_name: Optional[str] = None) -> PartnerintegrationFile
    func GetPartnerintegrationFile(ctx *Context, name string, id IDInput, state *PartnerintegrationFileState, opts ...ResourceOption) (*PartnerintegrationFile, error)
    public static PartnerintegrationFile Get(string name, Input<string> id, PartnerintegrationFileState? state, CustomResourceOptions? opts = null)
    public static PartnerintegrationFile get(String name, Output<String> id, PartnerintegrationFileState state, CustomResourceOptions options)
    resources:  _:    type: intersight:PartnerintegrationFile    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<PartnerintegrationFileAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Catalogs List<PartnerintegrationFileCatalog>
    A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    Description string
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    DownloadCount double
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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<PartnerintegrationFileNrSource>
    Location of the file in an external repository. This complex property has following sub-properties:
    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.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<PartnerintegrationFileParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PartnerintegrationFileId string
    PermissionResources List<PartnerintegrationFilePermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ReleaseDate string
    (ReadOnly) 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
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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<PartnerintegrationFileTag>
    This complex property has following sub-properties:
    VersionContexts List<PartnerintegrationFileVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WorkspaceName string
    (ReadOnly) The partner integration workspace to use to upload the File.
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []PartnerintegrationFileAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Catalogs []PartnerintegrationFileCatalogArgs
    A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    Description string
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    DownloadCount float64
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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 []PartnerintegrationFileNrSourceArgs
    Location of the file in an external repository. This complex property has following sub-properties:
    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.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []PartnerintegrationFileParentArgs
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PartnerintegrationFileId string
    PermissionResources []PartnerintegrationFilePermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ReleaseDate string
    (ReadOnly) 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
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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 []PartnerintegrationFileTagArgs
    This complex property has following sub-properties:
    VersionContexts []PartnerintegrationFileVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WorkspaceName string
    (ReadOnly) The partner integration workspace to use to upload the File.
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<PartnerintegrationFileAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    catalogs List<PartnerintegrationFileCatalog>
    A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    description String
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    downloadCount Double
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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<PartnerintegrationFileNrSource>
    Location of the file in an external repository. This complex property has following sub-properties:
    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.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<PartnerintegrationFileParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    partnerintegrationFileId String
    permissionResources List<PartnerintegrationFilePermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    releaseDate String
    (ReadOnly) 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
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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<PartnerintegrationFileTag>
    This complex property has following sub-properties:
    versionContexts List<PartnerintegrationFileVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workspaceName String
    (ReadOnly) The partner integration workspace to use to upload the File.
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    additionalProperties string
    ancestors PartnerintegrationFileAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    catalogs PartnerintegrationFileCatalog[]
    A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime string
    (ReadOnly) The time when this managed object was created.
    description string
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    downloadCount number
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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 PartnerintegrationFileNrSource[]
    Location of the file in an external repository. This complex property has following sub-properties:
    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.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents PartnerintegrationFileParent[]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    partnerintegrationFileId string
    permissionResources PartnerintegrationFilePermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    releaseDate string
    (ReadOnly) 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
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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 PartnerintegrationFileTag[]
    This complex property has following sub-properties:
    versionContexts PartnerintegrationFileVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workspaceName string
    (ReadOnly) The partner integration workspace to use to upload the File.
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[PartnerintegrationFileAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    catalogs Sequence[PartnerintegrationFileCatalogArgs]
    A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    create_time str
    (ReadOnly) The time when this managed object was created.
    description str
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    download_count float
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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[PartnerintegrationFileNrSourceArgs]
    Location of the file in an external repository. This complex property has following sub-properties:
    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.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[PartnerintegrationFileParentArgs]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    partnerintegration_file_id str
    permission_resources Sequence[PartnerintegrationFilePermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    release_date str
    (ReadOnly) 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
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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[PartnerintegrationFileTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[PartnerintegrationFileVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workspace_name str
    (ReadOnly) The partner integration workspace to use to upload the File.
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    catalogs List<Property Map>
    A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    description String
    User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    downloadCount Number
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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
    (ReadOnly) 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>
    Location of the file in an external repository. This complex property has following sub-properties:
    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.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<Property Map>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    partnerintegrationFileId String
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    releaseDate String
    (ReadOnly) 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
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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>
    This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    workspaceName String
    (ReadOnly) The partner integration workspace to use to upload the File.

    Supporting Types

    PartnerintegrationFileAncestor, PartnerintegrationFileAncestorArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    PartnerintegrationFileCatalog, PartnerintegrationFileCatalogArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    PartnerintegrationFileNrSource, PartnerintegrationFileNrSourceArgs

    AdditionalProperties string
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    AdditionalProperties string
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties string
    classId string
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additional_properties str
    class_id str
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.

    PartnerintegrationFileParent, PartnerintegrationFileParentArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    PartnerintegrationFilePermissionResource, PartnerintegrationFilePermissionResourceArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    PartnerintegrationFileTag, PartnerintegrationFileTagArgs

    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.

    PartnerintegrationFileVersionContext, PartnerintegrationFileVersionContextArgs

    AdditionalProperties string
    ClassId string
    InterestedMos List<PartnerintegrationFileVersionContextInterestedMo>
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    RefMos List<PartnerintegrationFileVersionContextRefMo>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    Timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    VersionType string
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    InterestedMos []PartnerintegrationFileVersionContextInterestedMo
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    RefMos []PartnerintegrationFileVersionContextRefMo
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    Timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    VersionType string
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    interestedMos List<PartnerintegrationFileVersionContextInterestedMo>
    This complex property has following sub-properties:
    markedForDeletion Boolean
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos List<PartnerintegrationFileVersionContextRefMo>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp String
    (ReadOnly) The time this versioned Managed Object was created.
    versionType String
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    interestedMos PartnerintegrationFileVersionContextInterestedMo[]
    This complex property has following sub-properties:
    markedForDeletion boolean
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos PartnerintegrationFileVersionContextRefMo[]
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    versionType string
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    interested_mos Sequence[PartnerintegrationFileVersionContextInterestedMo]
    This complex property has following sub-properties:
    marked_for_deletion bool
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    ref_mos Sequence[PartnerintegrationFileVersionContextRefMo]
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp str
    (ReadOnly) The time this versioned Managed Object was created.
    version_type str
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    interestedMos List<Property Map>
    This complex property has following sub-properties:
    markedForDeletion Boolean
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos List<Property Map>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp String
    (ReadOnly) The time this versioned Managed Object was created.
    versionType String
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.

    PartnerintegrationFileVersionContextInterestedMo, PartnerintegrationFileVersionContextInterestedMoArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    PartnerintegrationFileVersionContextRefMo, PartnerintegrationFileVersionContextRefMoArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    Import

    intersight_partnerintegration_file can be imported using the Moid of the object, e.g.

    $ pulumi import intersight:index/partnerintegrationFile:PartnerintegrationFile example 1234567890987654321abcde
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

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