1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. IamCuiIntegration
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet

    Stores CUI and CCC integration details and synchronization status for an account.

    Create IamCuiIntegration Resource

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

    Constructor syntax

    new IamCuiIntegration(name: string, args?: IamCuiIntegrationArgs, opts?: CustomResourceOptions);
    @overload
    def IamCuiIntegration(resource_name: str,
                          args: Optional[IamCuiIntegrationArgs] = None,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def IamCuiIntegration(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          account_moid: Optional[str] = None,
                          accounts: Optional[Sequence[IamCuiIntegrationAccountArgs]] = None,
                          additional_properties: Optional[str] = None,
                          ancestors: Optional[Sequence[IamCuiIntegrationAncestorArgs]] = None,
                          cisco_cloud_control_inventory_sync: Optional[str] = None,
                          class_id: Optional[str] = None,
                          create_time: Optional[str] = None,
                          domain_group_moid: Optional[str] = None,
                          iam_cui_integration_id: Optional[str] = None,
                          last_full_sync_time: Optional[str] = None,
                          last_notification_modified_time: Optional[str] = None,
                          linked_tenants: Optional[Sequence[IamCuiIntegrationLinkedTenantArgs]] = None,
                          mod_time: Optional[str] = None,
                          moid: Optional[str] = None,
                          object_type: Optional[str] = None,
                          opt_in: Optional[bool] = None,
                          opt_in_time: Optional[str] = None,
                          opt_in_user_identity: Optional[str] = None,
                          owners: Optional[Sequence[str]] = None,
                          parents: Optional[Sequence[IamCuiIntegrationParentArgs]] = None,
                          permission_resources: Optional[Sequence[IamCuiIntegrationPermissionResourceArgs]] = None,
                          shared_scope: Optional[str] = None,
                          sync_status: Optional[str] = None,
                          tags: Optional[Sequence[IamCuiIntegrationTagArgs]] = None,
                          tenant_id: Optional[str] = None,
                          users: Optional[Sequence[IamCuiIntegrationUserArgs]] = None,
                          version_contexts: Optional[Sequence[IamCuiIntegrationVersionContextArgs]] = None)
    func NewIamCuiIntegration(ctx *Context, name string, args *IamCuiIntegrationArgs, opts ...ResourceOption) (*IamCuiIntegration, error)
    public IamCuiIntegration(string name, IamCuiIntegrationArgs? args = null, CustomResourceOptions? opts = null)
    public IamCuiIntegration(String name, IamCuiIntegrationArgs args)
    public IamCuiIntegration(String name, IamCuiIntegrationArgs args, CustomResourceOptions options)
    
    type: intersight:IamCuiIntegration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "intersight_iam_cui_integration" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args IamCuiIntegrationArgs
    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 IamCuiIntegrationArgs
    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 IamCuiIntegrationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IamCuiIntegrationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IamCuiIntegrationArgs
    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 iamCuiIntegrationResource = new Intersight.IamCuiIntegration("iamCuiIntegrationResource", new()
    {
        AccountMoid = "string",
        Accounts = new[]
        {
            new Intersight.Inputs.IamCuiIntegrationAccountArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        AdditionalProperties = "string",
        Ancestors = new[]
        {
            new Intersight.Inputs.IamCuiIntegrationAncestorArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        CiscoCloudControlInventorySync = "string",
        ClassId = "string",
        CreateTime = "string",
        DomainGroupMoid = "string",
        IamCuiIntegrationId = "string",
        LastFullSyncTime = "string",
        LastNotificationModifiedTime = "string",
        LinkedTenants = new[]
        {
            new Intersight.Inputs.IamCuiIntegrationLinkedTenantArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                ObjectType = "string",
                Product = "string",
                TenantId = "string",
            },
        },
        ModTime = "string",
        Moid = "string",
        ObjectType = "string",
        OptIn = false,
        OptInTime = "string",
        OptInUserIdentity = "string",
        Owners = new[]
        {
            "string",
        },
        Parents = new[]
        {
            new Intersight.Inputs.IamCuiIntegrationParentArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        PermissionResources = new[]
        {
            new Intersight.Inputs.IamCuiIntegrationPermissionResourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        SharedScope = "string",
        SyncStatus = "string",
        Tags = new[]
        {
            new Intersight.Inputs.IamCuiIntegrationTagArgs
            {
                AdditionalProperties = "string",
                AncestorDefinitions = new[]
                {
                    new Intersight.Inputs.IamCuiIntegrationTagAncestorDefinitionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Definitions = new[]
                {
                    new Intersight.Inputs.IamCuiIntegrationTagDefinitionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Key = "string",
                Propagated = false,
                SysTag = false,
                Type = "string",
                Value = "string",
            },
        },
        TenantId = "string",
        Users = new[]
        {
            new Intersight.Inputs.IamCuiIntegrationUserArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        VersionContexts = new[]
        {
            new Intersight.Inputs.IamCuiIntegrationVersionContextArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                InterestedMos = new[]
                {
                    new Intersight.Inputs.IamCuiIntegrationVersionContextInterestedMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                MarkedForDeletion = false,
                NrVersion = "string",
                ObjectType = "string",
                RefMos = new[]
                {
                    new Intersight.Inputs.IamCuiIntegrationVersionContextRefMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Timestamp = "string",
                VersionType = "string",
            },
        },
    });
    
    example, err := intersight.NewIamCuiIntegration(ctx, "iamCuiIntegrationResource", &intersight.IamCuiIntegrationArgs{
    	AccountMoid: pulumi.String("string"),
    	Accounts: intersight.IamCuiIntegrationAccountArray{
    		&intersight.IamCuiIntegrationAccountArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	AdditionalProperties: pulumi.String("string"),
    	Ancestors: intersight.IamCuiIntegrationAncestorArray{
    		&intersight.IamCuiIntegrationAncestorArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	CiscoCloudControlInventorySync: pulumi.String("string"),
    	ClassId:                        pulumi.String("string"),
    	CreateTime:                     pulumi.String("string"),
    	DomainGroupMoid:                pulumi.String("string"),
    	IamCuiIntegrationId:            pulumi.String("string"),
    	LastFullSyncTime:               pulumi.String("string"),
    	LastNotificationModifiedTime:   pulumi.String("string"),
    	LinkedTenants: intersight.IamCuiIntegrationLinkedTenantArray{
    		&intersight.IamCuiIntegrationLinkedTenantArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Product:              pulumi.String("string"),
    			TenantId:             pulumi.String("string"),
    		},
    	},
    	ModTime:           pulumi.String("string"),
    	Moid:              pulumi.String("string"),
    	ObjectType:        pulumi.String("string"),
    	OptIn:             pulumi.Bool(false),
    	OptInTime:         pulumi.String("string"),
    	OptInUserIdentity: pulumi.String("string"),
    	Owners: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Parents: intersight.IamCuiIntegrationParentArray{
    		&intersight.IamCuiIntegrationParentArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PermissionResources: intersight.IamCuiIntegrationPermissionResourceArray{
    		&intersight.IamCuiIntegrationPermissionResourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	SharedScope: pulumi.String("string"),
    	SyncStatus:  pulumi.String("string"),
    	Tags: intersight.IamCuiIntegrationTagArray{
    		&intersight.IamCuiIntegrationTagArgs{
    			AdditionalProperties: pulumi.String("string"),
    			AncestorDefinitions: intersight.IamCuiIntegrationTagAncestorDefinitionArray{
    				&intersight.IamCuiIntegrationTagAncestorDefinitionArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Definitions: intersight.IamCuiIntegrationTagDefinitionArray{
    				&intersight.IamCuiIntegrationTagDefinitionArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Key:        pulumi.String("string"),
    			Propagated: pulumi.Bool(false),
    			SysTag:     pulumi.Bool(false),
    			Type:       pulumi.String("string"),
    			Value:      pulumi.String("string"),
    		},
    	},
    	TenantId: pulumi.String("string"),
    	Users: intersight.IamCuiIntegrationUserArray{
    		&intersight.IamCuiIntegrationUserArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	VersionContexts: intersight.IamCuiIntegrationVersionContextArray{
    		&intersight.IamCuiIntegrationVersionContextArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			InterestedMos: intersight.IamCuiIntegrationVersionContextInterestedMoArray{
    				&intersight.IamCuiIntegrationVersionContextInterestedMoArgs{
    					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.IamCuiIntegrationVersionContextRefMoArray{
    				&intersight.IamCuiIntegrationVersionContextRefMoArgs{
    					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"),
    		},
    	},
    })
    
    resource "intersight_iam_cui_integration" "iamCuiIntegrationResource" {
      lifecycle {
        create_before_destroy = true
      }
      account_moid = "string"
      accounts {
        additional_properties = "string"
        class_id              = "string"
        moid                  = "string"
        object_type           = "string"
        selector              = "string"
      }
      additional_properties = "string"
      ancestors {
        additional_properties = "string"
        class_id              = "string"
        moid                  = "string"
        object_type           = "string"
        selector              = "string"
      }
      cisco_cloud_control_inventory_sync = "string"
      class_id                           = "string"
      create_time                        = "string"
      domain_group_moid                  = "string"
      iam_cui_integration_id             = "string"
      last_full_sync_time                = "string"
      last_notification_modified_time    = "string"
      linked_tenants {
        additional_properties = "string"
        class_id              = "string"
        object_type           = "string"
        product               = "string"
        tenant_id             = "string"
      }
      mod_time             = "string"
      moid                 = "string"
      object_type          = "string"
      opt_in               = false
      opt_in_time          = "string"
      opt_in_user_identity = "string"
      owners               = ["string"]
      parents {
        additional_properties = "string"
        class_id              = "string"
        moid                  = "string"
        object_type           = "string"
        selector              = "string"
      }
      permission_resources {
        additional_properties = "string"
        class_id              = "string"
        moid                  = "string"
        object_type           = "string"
        selector              = "string"
      }
      shared_scope = "string"
      sync_status  = "string"
      tags {
        additional_properties = "string"
        ancestor_definitions {
          additional_properties = "string"
          class_id              = "string"
          moid                  = "string"
          object_type           = "string"
          selector              = "string"
        }
        definitions {
          additional_properties = "string"
          class_id              = "string"
          moid                  = "string"
          object_type           = "string"
          selector              = "string"
        }
        key        = "string"
        propagated = false
        sys_tag    = false
        type       = "string"
        value      = "string"
      }
      tenant_id = "string"
      users {
        additional_properties = "string"
        class_id              = "string"
        moid                  = "string"
        object_type           = "string"
        selector              = "string"
      }
      version_contexts {
        additional_properties = "string"
        class_id              = "string"
        interested_mos {
          additional_properties = "string"
          class_id              = "string"
          moid                  = "string"
          object_type           = "string"
          selector              = "string"
        }
        marked_for_deletion = false
        nr_version          = "string"
        object_type         = "string"
        ref_mos {
          additional_properties = "string"
          class_id              = "string"
          moid                  = "string"
          object_type           = "string"
          selector              = "string"
        }
        timestamp    = "string"
        version_type = "string"
      }
    }
    
    var iamCuiIntegrationResource = new IamCuiIntegration("iamCuiIntegrationResource", IamCuiIntegrationArgs.builder()
        .accountMoid("string")
        .accounts(IamCuiIntegrationAccountArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .additionalProperties("string")
        .ancestors(IamCuiIntegrationAncestorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .ciscoCloudControlInventorySync("string")
        .classId("string")
        .createTime("string")
        .domainGroupMoid("string")
        .iamCuiIntegrationId("string")
        .lastFullSyncTime("string")
        .lastNotificationModifiedTime("string")
        .linkedTenants(IamCuiIntegrationLinkedTenantArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .objectType("string")
            .product("string")
            .tenantId("string")
            .build())
        .modTime("string")
        .moid("string")
        .objectType("string")
        .optIn(false)
        .optInTime("string")
        .optInUserIdentity("string")
        .owners("string")
        .parents(IamCuiIntegrationParentArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .permissionResources(IamCuiIntegrationPermissionResourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .sharedScope("string")
        .syncStatus("string")
        .tags(IamCuiIntegrationTagArgs.builder()
            .additionalProperties("string")
            .ancestorDefinitions(IamCuiIntegrationTagAncestorDefinitionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .definitions(IamCuiIntegrationTagDefinitionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .key("string")
            .propagated(false)
            .sysTag(false)
            .type("string")
            .value("string")
            .build())
        .tenantId("string")
        .users(IamCuiIntegrationUserArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .versionContexts(IamCuiIntegrationVersionContextArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .interestedMos(IamCuiIntegrationVersionContextInterestedMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .markedForDeletion(false)
            .nrVersion("string")
            .objectType("string")
            .refMos(IamCuiIntegrationVersionContextRefMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .timestamp("string")
            .versionType("string")
            .build())
        .build());
    
    iam_cui_integration_resource = intersight.IamCuiIntegration("iamCuiIntegrationResource",
        account_moid="string",
        accounts=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        additional_properties="string",
        ancestors=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        cisco_cloud_control_inventory_sync="string",
        class_id="string",
        create_time="string",
        domain_group_moid="string",
        iam_cui_integration_id="string",
        last_full_sync_time="string",
        last_notification_modified_time="string",
        linked_tenants=[{
            "additional_properties": "string",
            "class_id": "string",
            "object_type": "string",
            "product": "string",
            "tenant_id": "string",
        }],
        mod_time="string",
        moid="string",
        object_type="string",
        opt_in=False,
        opt_in_time="string",
        opt_in_user_identity="string",
        owners=["string"],
        parents=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        permission_resources=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        shared_scope="string",
        sync_status="string",
        tags=[{
            "additional_properties": "string",
            "ancestor_definitions": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "definitions": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "key": "string",
            "propagated": False,
            "sys_tag": False,
            "type": "string",
            "value": "string",
        }],
        tenant_id="string",
        users=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        version_contexts=[{
            "additional_properties": "string",
            "class_id": "string",
            "interested_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "marked_for_deletion": False,
            "nr_version": "string",
            "object_type": "string",
            "ref_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "timestamp": "string",
            "version_type": "string",
        }])
    
    const iamCuiIntegrationResource = new intersight.IamCuiIntegration("iamCuiIntegrationResource", {
        accountMoid: "string",
        accounts: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        additionalProperties: "string",
        ancestors: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        ciscoCloudControlInventorySync: "string",
        classId: "string",
        createTime: "string",
        domainGroupMoid: "string",
        iamCuiIntegrationId: "string",
        lastFullSyncTime: "string",
        lastNotificationModifiedTime: "string",
        linkedTenants: [{
            additionalProperties: "string",
            classId: "string",
            objectType: "string",
            product: "string",
            tenantId: "string",
        }],
        modTime: "string",
        moid: "string",
        objectType: "string",
        optIn: false,
        optInTime: "string",
        optInUserIdentity: "string",
        owners: ["string"],
        parents: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        permissionResources: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        sharedScope: "string",
        syncStatus: "string",
        tags: [{
            additionalProperties: "string",
            ancestorDefinitions: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            definitions: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            key: "string",
            propagated: false,
            sysTag: false,
            type: "string",
            value: "string",
        }],
        tenantId: "string",
        users: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        versionContexts: [{
            additionalProperties: "string",
            classId: "string",
            interestedMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            markedForDeletion: false,
            nrVersion: "string",
            objectType: "string",
            refMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            timestamp: "string",
            versionType: "string",
        }],
    });
    
    type: intersight:IamCuiIntegration
    properties:
        accountMoid: string
        accounts:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        additionalProperties: string
        ancestors:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        ciscoCloudControlInventorySync: string
        classId: string
        createTime: string
        domainGroupMoid: string
        iamCuiIntegrationId: string
        lastFullSyncTime: string
        lastNotificationModifiedTime: string
        linkedTenants:
            - additionalProperties: string
              classId: string
              objectType: string
              product: string
              tenantId: string
        modTime: string
        moid: string
        objectType: string
        optIn: false
        optInTime: string
        optInUserIdentity: string
        owners:
            - string
        parents:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        permissionResources:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        sharedScope: string
        syncStatus: string
        tags:
            - additionalProperties: string
              ancestorDefinitions:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              definitions:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              key: string
              propagated: false
              sysTag: false
              type: string
              value: string
        tenantId: string
        users:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        versionContexts:
            - additionalProperties: string
              classId: string
              interestedMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              markedForDeletion: false
              nrVersion: string
              objectType: string
              refMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              timestamp: string
              versionType: string
    

    IamCuiIntegration 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 IamCuiIntegration resource accepts the following input properties:

    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts List<IamCuiIntegrationAccount>
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AdditionalProperties string
    Ancestors List<IamCuiIntegrationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    CiscoCloudControlInventorySync string
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    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.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    IamCuiIntegrationId string
    LastFullSyncTime string
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    LastNotificationModifiedTime string
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    LinkedTenants List<IamCuiIntegrationLinkedTenant>
    This complex property has following sub-properties:
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OptIn bool
    Indicates whether the account has opted in to CUI identity synchronization.
    OptInTime string
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    OptInUserIdentity string
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<IamCuiIntegrationParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources List<IamCuiIntegrationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    SyncStatus string
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    Tags List<IamCuiIntegrationTag>
    This complex property has following sub-properties:
    TenantId string
    (ReadOnly) Primary tenant ID for CUI integration.
    Users List<IamCuiIntegrationUser>
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    VersionContexts List<IamCuiIntegrationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts []IamCuiIntegrationAccountArgs
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AdditionalProperties string
    Ancestors []IamCuiIntegrationAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    CiscoCloudControlInventorySync string
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    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.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    IamCuiIntegrationId string
    LastFullSyncTime string
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    LastNotificationModifiedTime string
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    LinkedTenants []IamCuiIntegrationLinkedTenantArgs
    This complex property has following sub-properties:
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OptIn bool
    Indicates whether the account has opted in to CUI identity synchronization.
    OptInTime string
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    OptInUserIdentity string
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []IamCuiIntegrationParentArgs
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources []IamCuiIntegrationPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    SyncStatus string
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    Tags []IamCuiIntegrationTagArgs
    This complex property has following sub-properties:
    TenantId string
    (ReadOnly) Primary tenant ID for CUI integration.
    Users []IamCuiIntegrationUserArgs
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    VersionContexts []IamCuiIntegrationVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    account_moid string
    (ReadOnly) The Account ID for this managed object.
    accounts list(object)
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additional_properties string
    ancestors list(object)
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    cisco_cloud_control_inventory_sync string
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    class_id 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.
    create_time string
    (ReadOnly) The time when this managed object was created.
    domain_group_moid string
    (ReadOnly) The DomainGroup ID for this managed object.
    iam_cui_integration_id string
    last_full_sync_time string
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    last_notification_modified_time string
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    linked_tenants list(object)
    This complex property has following sub-properties:
    mod_time string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    opt_in bool
    Indicates whether the account has opted in to CUI identity synchronization.
    opt_in_time string
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    opt_in_user_identity string
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    owners list(string)
    (Array of schema.TypeString) -(ReadOnly)
    parents list(object)
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permission_resources list(object)
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    shared_scope 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.
    sync_status string
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    tags list(object)
    This complex property has following sub-properties:
    tenant_id string
    (ReadOnly) Primary tenant ID for CUI integration.
    users list(object)
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    version_contexts list(object)
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<IamCuiIntegrationAccount>
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties String
    ancestors List<IamCuiIntegrationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ciscoCloudControlInventorySync String
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    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.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    iamCuiIntegrationId String
    lastFullSyncTime String
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    lastNotificationModifiedTime String
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    linkedTenants List<IamCuiIntegrationLinkedTenant>
    This complex property has following sub-properties:
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    optIn Boolean
    Indicates whether the account has opted in to CUI identity synchronization.
    optInTime String
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    optInUserIdentity String
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<IamCuiIntegrationParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<IamCuiIntegrationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    syncStatus String
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    tags List<IamCuiIntegrationTag>
    This complex property has following sub-properties:
    tenantId String
    (ReadOnly) Primary tenant ID for CUI integration.
    users List<IamCuiIntegrationUser>
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    versionContexts List<IamCuiIntegrationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    accounts IamCuiIntegrationAccount[]
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties string
    ancestors IamCuiIntegrationAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ciscoCloudControlInventorySync string
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    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.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    iamCuiIntegrationId string
    lastFullSyncTime string
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    lastNotificationModifiedTime string
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    linkedTenants IamCuiIntegrationLinkedTenant[]
    This complex property has following sub-properties:
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    optIn boolean
    Indicates whether the account has opted in to CUI identity synchronization.
    optInTime string
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    optInUserIdentity string
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents IamCuiIntegrationParent[]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources IamCuiIntegrationPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    syncStatus string
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    tags IamCuiIntegrationTag[]
    This complex property has following sub-properties:
    tenantId string
    (ReadOnly) Primary tenant ID for CUI integration.
    users IamCuiIntegrationUser[]
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    versionContexts IamCuiIntegrationVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    accounts Sequence[IamCuiIntegrationAccountArgs]
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additional_properties str
    ancestors Sequence[IamCuiIntegrationAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    cisco_cloud_control_inventory_sync str
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    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.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    iam_cui_integration_id str
    last_full_sync_time str
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    last_notification_modified_time str
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    linked_tenants Sequence[IamCuiIntegrationLinkedTenantArgs]
    This complex property has following sub-properties:
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    opt_in bool
    Indicates whether the account has opted in to CUI identity synchronization.
    opt_in_time str
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    opt_in_user_identity str
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[IamCuiIntegrationParentArgs]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permission_resources Sequence[IamCuiIntegrationPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    sync_status str
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    tags Sequence[IamCuiIntegrationTagArgs]
    This complex property has following sub-properties:
    tenant_id str
    (ReadOnly) Primary tenant ID for CUI integration.
    users Sequence[IamCuiIntegrationUserArgs]
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    version_contexts Sequence[IamCuiIntegrationVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<Property Map>
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ciscoCloudControlInventorySync String
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    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.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    iamCuiIntegrationId String
    lastFullSyncTime String
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    lastNotificationModifiedTime String
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    linkedTenants List<Property Map>
    This complex property has following sub-properties:
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    optIn Boolean
    Indicates whether the account has opted in to CUI identity synchronization.
    optInTime String
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    optInUserIdentity String
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<Property Map>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    syncStatus String
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    tags List<Property Map>
    This complex property has following sub-properties:
    tenantId String
    (ReadOnly) Primary tenant ID for CUI integration.
    users List<Property Map>
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the IamCuiIntegration 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 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 IamCuiIntegration Resource

    Get an existing IamCuiIntegration 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?: IamCuiIntegrationState, opts?: CustomResourceOptions): IamCuiIntegration
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_moid: Optional[str] = None,
            accounts: Optional[Sequence[IamCuiIntegrationAccountArgs]] = None,
            additional_properties: Optional[str] = None,
            ancestors: Optional[Sequence[IamCuiIntegrationAncestorArgs]] = None,
            cisco_cloud_control_inventory_sync: Optional[str] = None,
            class_id: Optional[str] = None,
            create_time: Optional[str] = None,
            domain_group_moid: Optional[str] = None,
            iam_cui_integration_id: Optional[str] = None,
            last_full_sync_time: Optional[str] = None,
            last_notification_modified_time: Optional[str] = None,
            linked_tenants: Optional[Sequence[IamCuiIntegrationLinkedTenantArgs]] = None,
            mod_time: Optional[str] = None,
            moid: Optional[str] = None,
            object_type: Optional[str] = None,
            opt_in: Optional[bool] = None,
            opt_in_time: Optional[str] = None,
            opt_in_user_identity: Optional[str] = None,
            owners: Optional[Sequence[str]] = None,
            parents: Optional[Sequence[IamCuiIntegrationParentArgs]] = None,
            permission_resources: Optional[Sequence[IamCuiIntegrationPermissionResourceArgs]] = None,
            shared_scope: Optional[str] = None,
            sync_status: Optional[str] = None,
            tags: Optional[Sequence[IamCuiIntegrationTagArgs]] = None,
            tenant_id: Optional[str] = None,
            users: Optional[Sequence[IamCuiIntegrationUserArgs]] = None,
            version_contexts: Optional[Sequence[IamCuiIntegrationVersionContextArgs]] = None) -> IamCuiIntegration
    func GetIamCuiIntegration(ctx *Context, name string, id IDInput, state *IamCuiIntegrationState, opts ...ResourceOption) (*IamCuiIntegration, error)
    public static IamCuiIntegration Get(string name, Input<string> id, IamCuiIntegrationState? state, CustomResourceOptions? opts = null)
    public static IamCuiIntegration get(String name, Output<String> id, IamCuiIntegrationState state, CustomResourceOptions options)
    resources:  _:    type: intersight:IamCuiIntegration    get:      id: ${id}
    import {
      to = intersight_iam_cui_integration.example
      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.
    Accounts List<IamCuiIntegrationAccount>
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AdditionalProperties string
    Ancestors List<IamCuiIntegrationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    CiscoCloudControlInventorySync string
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    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.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    IamCuiIntegrationId string
    LastFullSyncTime string
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    LastNotificationModifiedTime string
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    LinkedTenants List<IamCuiIntegrationLinkedTenant>
    This complex property has following sub-properties:
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OptIn bool
    Indicates whether the account has opted in to CUI identity synchronization.
    OptInTime string
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    OptInUserIdentity string
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<IamCuiIntegrationParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources List<IamCuiIntegrationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    SyncStatus string
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    Tags List<IamCuiIntegrationTag>
    This complex property has following sub-properties:
    TenantId string
    (ReadOnly) Primary tenant ID for CUI integration.
    Users List<IamCuiIntegrationUser>
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    VersionContexts List<IamCuiIntegrationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts []IamCuiIntegrationAccountArgs
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AdditionalProperties string
    Ancestors []IamCuiIntegrationAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    CiscoCloudControlInventorySync string
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    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.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    IamCuiIntegrationId string
    LastFullSyncTime string
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    LastNotificationModifiedTime string
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    LinkedTenants []IamCuiIntegrationLinkedTenantArgs
    This complex property has following sub-properties:
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OptIn bool
    Indicates whether the account has opted in to CUI identity synchronization.
    OptInTime string
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    OptInUserIdentity string
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []IamCuiIntegrationParentArgs
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources []IamCuiIntegrationPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    SyncStatus string
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    Tags []IamCuiIntegrationTagArgs
    This complex property has following sub-properties:
    TenantId string
    (ReadOnly) Primary tenant ID for CUI integration.
    Users []IamCuiIntegrationUserArgs
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    VersionContexts []IamCuiIntegrationVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    account_moid string
    (ReadOnly) The Account ID for this managed object.
    accounts list(object)
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additional_properties string
    ancestors list(object)
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    cisco_cloud_control_inventory_sync string
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    class_id 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.
    create_time string
    (ReadOnly) The time when this managed object was created.
    domain_group_moid string
    (ReadOnly) The DomainGroup ID for this managed object.
    iam_cui_integration_id string
    last_full_sync_time string
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    last_notification_modified_time string
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    linked_tenants list(object)
    This complex property has following sub-properties:
    mod_time string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    opt_in bool
    Indicates whether the account has opted in to CUI identity synchronization.
    opt_in_time string
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    opt_in_user_identity string
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    owners list(string)
    (Array of schema.TypeString) -(ReadOnly)
    parents list(object)
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permission_resources list(object)
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    shared_scope 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.
    sync_status string
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    tags list(object)
    This complex property has following sub-properties:
    tenant_id string
    (ReadOnly) Primary tenant ID for CUI integration.
    users list(object)
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    version_contexts list(object)
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<IamCuiIntegrationAccount>
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties String
    ancestors List<IamCuiIntegrationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ciscoCloudControlInventorySync String
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    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.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    iamCuiIntegrationId String
    lastFullSyncTime String
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    lastNotificationModifiedTime String
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    linkedTenants List<IamCuiIntegrationLinkedTenant>
    This complex property has following sub-properties:
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    optIn Boolean
    Indicates whether the account has opted in to CUI identity synchronization.
    optInTime String
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    optInUserIdentity String
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<IamCuiIntegrationParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<IamCuiIntegrationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    syncStatus String
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    tags List<IamCuiIntegrationTag>
    This complex property has following sub-properties:
    tenantId String
    (ReadOnly) Primary tenant ID for CUI integration.
    users List<IamCuiIntegrationUser>
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    versionContexts List<IamCuiIntegrationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    accounts IamCuiIntegrationAccount[]
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties string
    ancestors IamCuiIntegrationAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ciscoCloudControlInventorySync string
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    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.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    iamCuiIntegrationId string
    lastFullSyncTime string
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    lastNotificationModifiedTime string
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    linkedTenants IamCuiIntegrationLinkedTenant[]
    This complex property has following sub-properties:
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    optIn boolean
    Indicates whether the account has opted in to CUI identity synchronization.
    optInTime string
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    optInUserIdentity string
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents IamCuiIntegrationParent[]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources IamCuiIntegrationPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    syncStatus string
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    tags IamCuiIntegrationTag[]
    This complex property has following sub-properties:
    tenantId string
    (ReadOnly) Primary tenant ID for CUI integration.
    users IamCuiIntegrationUser[]
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    versionContexts IamCuiIntegrationVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    accounts Sequence[IamCuiIntegrationAccountArgs]
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additional_properties str
    ancestors Sequence[IamCuiIntegrationAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    cisco_cloud_control_inventory_sync str
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    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.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    iam_cui_integration_id str
    last_full_sync_time str
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    last_notification_modified_time str
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    linked_tenants Sequence[IamCuiIntegrationLinkedTenantArgs]
    This complex property has following sub-properties:
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    opt_in bool
    Indicates whether the account has opted in to CUI identity synchronization.
    opt_in_time str
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    opt_in_user_identity str
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[IamCuiIntegrationParentArgs]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permission_resources Sequence[IamCuiIntegrationPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    sync_status str
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    tags Sequence[IamCuiIntegrationTagArgs]
    This complex property has following sub-properties:
    tenant_id str
    (ReadOnly) Primary tenant ID for CUI integration.
    users Sequence[IamCuiIntegrationUserArgs]
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    version_contexts Sequence[IamCuiIntegrationVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<Property Map>
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ciscoCloudControlInventorySync String
    (ReadOnly) CCC inventory synchronization setting.* enable - Cisco Cloud Control inventory synchronization is enabled.* disable - Cisco Cloud Control inventory synchronization is disabled.
    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.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    iamCuiIntegrationId String
    lastFullSyncTime String
    (ReadOnly) The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.
    lastNotificationModifiedTime String
    (ReadOnly) The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.
    linkedTenants List<Property Map>
    This complex property has following sub-properties:
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    optIn Boolean
    Indicates whether the account has opted in to CUI identity synchronization.
    optInTime String
    (ReadOnly) Timestamp representing when the customer opted in to CUI identity synchronization.
    optInUserIdentity String
    (ReadOnly) Identity or name of the engineer who performed the opt-in action.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<Property Map>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    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.
    syncStatus String
    (ReadOnly) Current synchronization status of CUI integration data.* Needs-Sync - CUI integration data needs to be synchronized.* InProgress - CUI integration synchronization is in progress.* Done - CUI integration synchronization is completed.
    tags List<Property Map>
    This complex property has following sub-properties:
    tenantId String
    (ReadOnly) Primary tenant ID for CUI integration.
    users List<Property Map>
    (ReadOnly) A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:

    Supporting Types

    IamCuiIntegrationAccount, IamCuiIntegrationAccountArgs

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

    IamCuiIntegrationAncestor, IamCuiIntegrationAncestorArgs

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

    IamCuiIntegrationLinkedTenant, IamCuiIntegrationLinkedTenantArgs

    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.
    Product string
    The product name for the tenant linking (e.g., CUI, CCC).
    TenantId string
    The tenant ID for the linked product.
    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.
    Product string
    The product name for the tenant linking (e.g., CUI, CCC).
    TenantId string
    The tenant ID for the linked product.
    additional_properties string
    class_id string
    object_type string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    product string
    The product name for the tenant linking (e.g., CUI, CCC).
    tenant_id string
    The tenant ID for the linked product.
    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.
    product String
    The product name for the tenant linking (e.g., CUI, CCC).
    tenantId String
    The tenant ID for the linked product.
    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.
    product string
    The product name for the tenant linking (e.g., CUI, CCC).
    tenantId string
    The tenant ID for the linked product.
    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.
    product str
    The product name for the tenant linking (e.g., CUI, CCC).
    tenant_id str
    The tenant ID for the linked product.
    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.
    product String
    The product name for the tenant linking (e.g., CUI, CCC).
    tenantId String
    The tenant ID for the linked product.

    IamCuiIntegrationParent, IamCuiIntegrationParentArgs

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

    IamCuiIntegrationPermissionResource, IamCuiIntegrationPermissionResourceArgs

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

    IamCuiIntegrationTag, IamCuiIntegrationTagArgs

    AdditionalProperties string
    AncestorDefinitions List<IamCuiIntegrationTagAncestorDefinition>
    This complex property has following sub-properties:
    Definitions List<IamCuiIntegrationTagDefinition>
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    Key string
    The string representation of a tag key.
    Propagated bool
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    Type string
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []IamCuiIntegrationTagAncestorDefinition
    This complex property has following sub-properties:
    Definitions []IamCuiIntegrationTagDefinition
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    Key string
    The string representation of a tag key.
    Propagated bool
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    Type string
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    Value string
    The string representation of a tag value.
    additional_properties string
    ancestor_definitions list(object)
    This complex property has following sub-properties:
    definitions list(object)
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    key string
    The string representation of a tag key.
    propagated bool
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    type string
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<IamCuiIntegrationTagAncestorDefinition>
    This complex property has following sub-properties:
    definitions List<IamCuiIntegrationTagDefinition>
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    key String
    The string representation of a tag key.
    propagated Boolean
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    type String
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions IamCuiIntegrationTagAncestorDefinition[]
    This complex property has following sub-properties:
    definitions IamCuiIntegrationTagDefinition[]
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    key string
    The string representation of a tag key.
    propagated boolean
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag boolean
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    type string
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[IamCuiIntegrationTagAncestorDefinition]
    This complex property has following sub-properties:
    definitions Sequence[IamCuiIntegrationTagDefinition]
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    key str
    The string representation of a tag key.
    propagated bool
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    type str
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    This complex property has following sub-properties:
    definitions List<Property Map>
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    key String
    The string representation of a tag key.
    propagated Boolean
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    type String
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    value String
    The string representation of a tag value.

    IamCuiIntegrationTagAncestorDefinition, IamCuiIntegrationTagAncestorDefinitionArgs

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

    IamCuiIntegrationTagDefinition, IamCuiIntegrationTagDefinitionArgs

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

    IamCuiIntegrationUser, IamCuiIntegrationUserArgs

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

    IamCuiIntegrationVersionContext, IamCuiIntegrationVersionContextArgs

    AdditionalProperties string
    ClassId string
    InterestedMos List<IamCuiIntegrationVersionContextInterestedMo>
    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<IamCuiIntegrationVersionContextRefMo>
    (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 []IamCuiIntegrationVersionContextInterestedMo
    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 []IamCuiIntegrationVersionContextRefMo
    (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 string
    class_id string
    interested_mos list(object)
    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 string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    ref_mos list(object)
    (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.
    version_type 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<IamCuiIntegrationVersionContextInterestedMo>
    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<IamCuiIntegrationVersionContextRefMo>
    (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 IamCuiIntegrationVersionContextInterestedMo[]
    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 IamCuiIntegrationVersionContextRefMo[]
    (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[IamCuiIntegrationVersionContextInterestedMo]
    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[IamCuiIntegrationVersionContextRefMo]
    (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.

    IamCuiIntegrationVersionContextInterestedMo, IamCuiIntegrationVersionContextInterestedMoArgs

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

    IamCuiIntegrationVersionContextRefMo, IamCuiIntegrationVersionContextRefMoArgs

    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 string
    class_id string
    moid string
    The Moid of the referenced REST resource.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    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_iam_cui_integration can be imported using the Moid of the object, e.g.

    $ pulumi import intersight:index/iamCuiIntegration:IamCuiIntegration 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.
    Viewing docs for intersight 1.0.79
    published on Monday, Aug 24, 2026 by ciscodevnet

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial