1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. MgmtConfigBackupOperation
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

    The ConfigBackupOperation object represents an administrator-initiated configuration backup run. This provides a single, traceable record for when a backup was requested, how it was executed, and how its progress and completion are tracked end-to-end.

    Purpose

    ConfigBackupOperation exists to orchestrate and audit the lifecycle of creating a configuration backup for an account. It acts as the top-level container that coordinates organization-level and account-level export activities and ties them to a resulting backup artifact.

    Key Concepts

    • Lifecycle Tracking: Captures the operational state of a backup from initiation through completion, enabling status-based monitoring and user visibility.
    • Account-Scoped Execution: Runs within a specific account context, ensuring backups align with tenant boundaries and permissions.
    • Coordinated Export Workflow: Aggregates export activity metadata so customers can understand what was included and which export jobs were triggered.
    • Retention and Rollover Awareness: Supports controlled space management via rollover behavior and retention protection, enabling predictable backup management at scale.
    • Artifact Association: Links the operation to the backup instance produced (the durable item used for download and restore workflows).

    Create MgmtConfigBackupOperation Resource

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

    Constructor syntax

    new MgmtConfigBackupOperation(name: string, args?: MgmtConfigBackupOperationArgs, opts?: CustomResourceOptions);
    @overload
    def MgmtConfigBackupOperation(resource_name: str,
                                  args: Optional[MgmtConfigBackupOperationArgs] = None,
                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def MgmtConfigBackupOperation(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  account_moid: Optional[str] = None,
                                  accounts: Optional[Sequence[MgmtConfigBackupOperationAccountArgs]] = None,
                                  additional_properties: Optional[str] = None,
                                  ancestors: Optional[Sequence[MgmtConfigBackupOperationAncestorArgs]] = None,
                                  backup_account: Optional[str] = None,
                                  backup_account_domain_group_moid: Optional[str] = None,
                                  backup_instances: Optional[Sequence[MgmtConfigBackupOperationBackupInstanceArgs]] = None,
                                  category_export_datas: Optional[Sequence[MgmtConfigBackupOperationCategoryExportDataArgs]] = None,
                                  class_id: Optional[str] = None,
                                  create_time: Optional[str] = None,
                                  description: Optional[str] = None,
                                  destination: Optional[str] = None,
                                  domain_group_moid: Optional[str] = None,
                                  end_time: Optional[str] = None,
                                  is_aes_key_set: Optional[bool] = None,
                                  mgmt_config_backup_operation_id: Optional[str] = None,
                                  mod_time: Optional[str] = None,
                                  moid: Optional[str] = None,
                                  name: Optional[str] = None,
                                  object_type: Optional[str] = None,
                                  options: Optional[Sequence[MgmtConfigBackupOperationOptionArgs]] = None,
                                  org_backups: Optional[Sequence[MgmtConfigBackupOperationOrgBackupArgs]] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parents: Optional[Sequence[MgmtConfigBackupOperationParentArgs]] = None,
                                  permission_resources: Optional[Sequence[MgmtConfigBackupOperationPermissionResourceArgs]] = None,
                                  retention_lock: Optional[bool] = None,
                                  rollover_initiated: Optional[bool] = None,
                                  shared_scope: Optional[str] = None,
                                  start_time: Optional[str] = None,
                                  status: Optional[str] = None,
                                  system_admin_triggered: Optional[bool] = None,
                                  tags: Optional[Sequence[MgmtConfigBackupOperationTagArgs]] = None,
                                  user_backup_files: Optional[Sequence[MgmtConfigBackupOperationUserBackupFileArgs]] = None,
                                  user_password: Optional[str] = None,
                                  version_contexts: Optional[Sequence[MgmtConfigBackupOperationVersionContextArgs]] = None,
                                  wait_for_completion: Optional[bool] = None,
                                  workflow_infos: Optional[Sequence[MgmtConfigBackupOperationWorkflowInfoArgs]] = None)
    func NewMgmtConfigBackupOperation(ctx *Context, name string, args *MgmtConfigBackupOperationArgs, opts ...ResourceOption) (*MgmtConfigBackupOperation, error)
    public MgmtConfigBackupOperation(string name, MgmtConfigBackupOperationArgs? args = null, CustomResourceOptions? opts = null)
    public MgmtConfigBackupOperation(String name, MgmtConfigBackupOperationArgs args)
    public MgmtConfigBackupOperation(String name, MgmtConfigBackupOperationArgs args, CustomResourceOptions options)
    
    type: intersight:MgmtConfigBackupOperation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "intersight_mgmt_config_backup_operation" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args MgmtConfigBackupOperationArgs
    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 MgmtConfigBackupOperationArgs
    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 MgmtConfigBackupOperationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MgmtConfigBackupOperationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MgmtConfigBackupOperationArgs
    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 mgmtConfigBackupOperationResource = new Intersight.MgmtConfigBackupOperation("mgmtConfigBackupOperationResource", new()
    {
        AccountMoid = "string",
        Accounts = new[]
        {
            new Intersight.Inputs.MgmtConfigBackupOperationAccountArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        AdditionalProperties = "string",
        Ancestors = new[]
        {
            new Intersight.Inputs.MgmtConfigBackupOperationAncestorArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        BackupAccount = "string",
        BackupAccountDomainGroupMoid = "string",
        BackupInstances = new[]
        {
            new Intersight.Inputs.MgmtConfigBackupOperationBackupInstanceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        CategoryExportDatas = new[]
        {
            new Intersight.Inputs.MgmtConfigBackupOperationCategoryExportDataArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                ExportJobs = new[]
                {
                    new Intersight.Inputs.MgmtConfigBackupOperationCategoryExportDataExportJobArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Name = "string",
                ObjectType = "string",
                ProcessedTypes = new[]
                {
                    new Intersight.Inputs.MgmtConfigBackupOperationCategoryExportDataProcessedTypeArgs
                    {
                        AdditionalProperties = "string",
                        ChildTypes = new[]
                        {
                            new Intersight.Inputs.MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildTypeArgs
                            {
                                AdditionalProperties = "string",
                                ChildTypes = new[]
                                {
                                    "string",
                                },
                                ClassId = "string",
                                Name = "string",
                                ObjectType = "string",
                                ParentRelationName = "string",
                                RestPath = "string",
                            },
                        },
                        ClassId = "string",
                        Filter = "string",
                        Name = "string",
                        ObjectType = "string",
                        RestPath = "string",
                    },
                },
            },
        },
        ClassId = "string",
        CreateTime = "string",
        Description = "string",
        Destination = "string",
        DomainGroupMoid = "string",
        EndTime = "string",
        IsAesKeySet = false,
        MgmtConfigBackupOperationId = "string",
        ModTime = "string",
        Moid = "string",
        Name = "string",
        ObjectType = "string",
        Options = new[]
        {
            new Intersight.Inputs.MgmtConfigBackupOperationOptionArgs
            {
                AdditionalProperties = "string",
                AutoRollover = false,
                ClassId = "string",
                ObjectType = "string",
                PreserveIdentities = false,
            },
        },
        OrgBackups = new[]
        {
            new Intersight.Inputs.MgmtConfigBackupOperationOrgBackupArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        Owners = new[]
        {
            "string",
        },
        Parents = new[]
        {
            new Intersight.Inputs.MgmtConfigBackupOperationParentArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        PermissionResources = new[]
        {
            new Intersight.Inputs.MgmtConfigBackupOperationPermissionResourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        RetentionLock = false,
        RolloverInitiated = false,
        SharedScope = "string",
        StartTime = "string",
        Status = "string",
        SystemAdminTriggered = false,
        Tags = new[]
        {
            new Intersight.Inputs.MgmtConfigBackupOperationTagArgs
            {
                AdditionalProperties = "string",
                AncestorDefinitions = new[]
                {
                    new Intersight.Inputs.MgmtConfigBackupOperationTagAncestorDefinitionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Definitions = new[]
                {
                    new Intersight.Inputs.MgmtConfigBackupOperationTagDefinitionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Key = "string",
                Propagated = false,
                SysTag = false,
                Type = "string",
                Value = "string",
            },
        },
        UserBackupFiles = new[]
        {
            new Intersight.Inputs.MgmtConfigBackupOperationUserBackupFileArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        UserPassword = "string",
        VersionContexts = new[]
        {
            new Intersight.Inputs.MgmtConfigBackupOperationVersionContextArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                InterestedMos = new[]
                {
                    new Intersight.Inputs.MgmtConfigBackupOperationVersionContextInterestedMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                MarkedForDeletion = false,
                NrVersion = "string",
                ObjectType = "string",
                RefMos = new[]
                {
                    new Intersight.Inputs.MgmtConfigBackupOperationVersionContextRefMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Timestamp = "string",
                VersionType = "string",
            },
        },
        WaitForCompletion = false,
        WorkflowInfos = new[]
        {
            new Intersight.Inputs.MgmtConfigBackupOperationWorkflowInfoArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
    });
    
    example, err := intersight.NewMgmtConfigBackupOperation(ctx, "mgmtConfigBackupOperationResource", &intersight.MgmtConfigBackupOperationArgs{
    	AccountMoid: pulumi.String("string"),
    	Accounts: intersight.MgmtConfigBackupOperationAccountArray{
    		&intersight.MgmtConfigBackupOperationAccountArgs{
    			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.MgmtConfigBackupOperationAncestorArray{
    		&intersight.MgmtConfigBackupOperationAncestorArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	BackupAccount:                pulumi.String("string"),
    	BackupAccountDomainGroupMoid: pulumi.String("string"),
    	BackupInstances: intersight.MgmtConfigBackupOperationBackupInstanceArray{
    		&intersight.MgmtConfigBackupOperationBackupInstanceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	CategoryExportDatas: intersight.MgmtConfigBackupOperationCategoryExportDataArray{
    		&intersight.MgmtConfigBackupOperationCategoryExportDataArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			ExportJobs: intersight.MgmtConfigBackupOperationCategoryExportDataExportJobArray{
    				&intersight.MgmtConfigBackupOperationCategoryExportDataExportJobArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Name:       pulumi.String("string"),
    			ObjectType: pulumi.String("string"),
    			ProcessedTypes: intersight.MgmtConfigBackupOperationCategoryExportDataProcessedTypeArray{
    				&intersight.MgmtConfigBackupOperationCategoryExportDataProcessedTypeArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ChildTypes: intersight.MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildTypeArray{
    						&intersight.MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildTypeArgs{
    							AdditionalProperties: pulumi.String("string"),
    							ChildTypes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							ClassId:            pulumi.String("string"),
    							Name:               pulumi.String("string"),
    							ObjectType:         pulumi.String("string"),
    							ParentRelationName: pulumi.String("string"),
    							RestPath:           pulumi.String("string"),
    						},
    					},
    					ClassId:    pulumi.String("string"),
    					Filter:     pulumi.String("string"),
    					Name:       pulumi.String("string"),
    					ObjectType: pulumi.String("string"),
    					RestPath:   pulumi.String("string"),
    				},
    			},
    		},
    	},
    	ClassId:                     pulumi.String("string"),
    	CreateTime:                  pulumi.String("string"),
    	Description:                 pulumi.String("string"),
    	Destination:                 pulumi.String("string"),
    	DomainGroupMoid:             pulumi.String("string"),
    	EndTime:                     pulumi.String("string"),
    	IsAesKeySet:                 pulumi.Bool(false),
    	MgmtConfigBackupOperationId: pulumi.String("string"),
    	ModTime:                     pulumi.String("string"),
    	Moid:                        pulumi.String("string"),
    	Name:                        pulumi.String("string"),
    	ObjectType:                  pulumi.String("string"),
    	Options: intersight.MgmtConfigBackupOperationOptionArray{
    		&intersight.MgmtConfigBackupOperationOptionArgs{
    			AdditionalProperties: pulumi.String("string"),
    			AutoRollover:         pulumi.Bool(false),
    			ClassId:              pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			PreserveIdentities:   pulumi.Bool(false),
    		},
    	},
    	OrgBackups: intersight.MgmtConfigBackupOperationOrgBackupArray{
    		&intersight.MgmtConfigBackupOperationOrgBackupArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	Owners: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Parents: intersight.MgmtConfigBackupOperationParentArray{
    		&intersight.MgmtConfigBackupOperationParentArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PermissionResources: intersight.MgmtConfigBackupOperationPermissionResourceArray{
    		&intersight.MgmtConfigBackupOperationPermissionResourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	RetentionLock:        pulumi.Bool(false),
    	RolloverInitiated:    pulumi.Bool(false),
    	SharedScope:          pulumi.String("string"),
    	StartTime:            pulumi.String("string"),
    	Status:               pulumi.String("string"),
    	SystemAdminTriggered: pulumi.Bool(false),
    	Tags: intersight.MgmtConfigBackupOperationTagArray{
    		&intersight.MgmtConfigBackupOperationTagArgs{
    			AdditionalProperties: pulumi.String("string"),
    			AncestorDefinitions: intersight.MgmtConfigBackupOperationTagAncestorDefinitionArray{
    				&intersight.MgmtConfigBackupOperationTagAncestorDefinitionArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Definitions: intersight.MgmtConfigBackupOperationTagDefinitionArray{
    				&intersight.MgmtConfigBackupOperationTagDefinitionArgs{
    					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"),
    		},
    	},
    	UserBackupFiles: intersight.MgmtConfigBackupOperationUserBackupFileArray{
    		&intersight.MgmtConfigBackupOperationUserBackupFileArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	UserPassword: pulumi.String("string"),
    	VersionContexts: intersight.MgmtConfigBackupOperationVersionContextArray{
    		&intersight.MgmtConfigBackupOperationVersionContextArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			InterestedMos: intersight.MgmtConfigBackupOperationVersionContextInterestedMoArray{
    				&intersight.MgmtConfigBackupOperationVersionContextInterestedMoArgs{
    					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.MgmtConfigBackupOperationVersionContextRefMoArray{
    				&intersight.MgmtConfigBackupOperationVersionContextRefMoArgs{
    					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"),
    		},
    	},
    	WaitForCompletion: pulumi.Bool(false),
    	WorkflowInfos: intersight.MgmtConfigBackupOperationWorkflowInfoArray{
    		&intersight.MgmtConfigBackupOperationWorkflowInfoArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    })
    
    resource "intersight_mgmt_config_backup_operation" "mgmtConfigBackupOperationResource" {
      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"
      }
      backup_account                   = "string"
      backup_account_domain_group_moid = "string"
      backup_instances {
        additional_properties = "string"
        class_id              = "string"
        moid                  = "string"
        object_type           = "string"
        selector              = "string"
      }
      category_export_datas {
        additional_properties = "string"
        class_id              = "string"
        export_jobs {
          additional_properties = "string"
          class_id              = "string"
          moid                  = "string"
          object_type           = "string"
          selector              = "string"
        }
        name        = "string"
        object_type = "string"
        processed_types {
          additional_properties = "string"
          child_types {
            additional_properties = "string"
            child_types           = ["string"]
            class_id              = "string"
            name                  = "string"
            object_type           = "string"
            parent_relation_name  = "string"
            rest_path             = "string"
          }
          class_id    = "string"
          filter      = "string"
          name        = "string"
          object_type = "string"
          rest_path   = "string"
        }
      }
      class_id                        = "string"
      create_time                     = "string"
      description                     = "string"
      destination                     = "string"
      domain_group_moid               = "string"
      end_time                        = "string"
      is_aes_key_set                  = false
      mgmt_config_backup_operation_id = "string"
      mod_time                        = "string"
      moid                            = "string"
      name                            = "string"
      object_type                     = "string"
      options {
        additional_properties = "string"
        auto_rollover         = false
        class_id              = "string"
        object_type           = "string"
        preserve_identities   = false
      }
      org_backups {
        additional_properties = "string"
        class_id              = "string"
        moid                  = "string"
        object_type           = "string"
        selector              = "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"
      }
      retention_lock         = false
      rollover_initiated     = false
      shared_scope           = "string"
      start_time             = "string"
      status                 = "string"
      system_admin_triggered = false
      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"
      }
      user_backup_files {
        additional_properties = "string"
        class_id              = "string"
        moid                  = "string"
        object_type           = "string"
        selector              = "string"
      }
      user_password = "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"
      }
      wait_for_completion = false
      workflow_infos {
        additional_properties = "string"
        class_id              = "string"
        moid                  = "string"
        object_type           = "string"
        selector              = "string"
      }
    }
    
    var mgmtConfigBackupOperationResource = new MgmtConfigBackupOperation("mgmtConfigBackupOperationResource", MgmtConfigBackupOperationArgs.builder()
        .accountMoid("string")
        .accounts(MgmtConfigBackupOperationAccountArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .additionalProperties("string")
        .ancestors(MgmtConfigBackupOperationAncestorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .backupAccount("string")
        .backupAccountDomainGroupMoid("string")
        .backupInstances(MgmtConfigBackupOperationBackupInstanceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .categoryExportDatas(MgmtConfigBackupOperationCategoryExportDataArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .exportJobs(MgmtConfigBackupOperationCategoryExportDataExportJobArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .name("string")
            .objectType("string")
            .processedTypes(MgmtConfigBackupOperationCategoryExportDataProcessedTypeArgs.builder()
                .additionalProperties("string")
                .childTypes(MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildTypeArgs.builder()
                    .additionalProperties("string")
                    .childTypes("string")
                    .classId("string")
                    .name("string")
                    .objectType("string")
                    .parentRelationName("string")
                    .restPath("string")
                    .build())
                .classId("string")
                .filter("string")
                .name("string")
                .objectType("string")
                .restPath("string")
                .build())
            .build())
        .classId("string")
        .createTime("string")
        .description("string")
        .destination("string")
        .domainGroupMoid("string")
        .endTime("string")
        .isAesKeySet(false)
        .mgmtConfigBackupOperationId("string")
        .modTime("string")
        .moid("string")
        .name("string")
        .objectType("string")
        .options(MgmtConfigBackupOperationOptionArgs.builder()
            .additionalProperties("string")
            .autoRollover(false)
            .classId("string")
            .objectType("string")
            .preserveIdentities(false)
            .build())
        .orgBackups(MgmtConfigBackupOperationOrgBackupArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .owners("string")
        .parents(MgmtConfigBackupOperationParentArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .permissionResources(MgmtConfigBackupOperationPermissionResourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .retentionLock(false)
        .rolloverInitiated(false)
        .sharedScope("string")
        .startTime("string")
        .status("string")
        .systemAdminTriggered(false)
        .tags(MgmtConfigBackupOperationTagArgs.builder()
            .additionalProperties("string")
            .ancestorDefinitions(MgmtConfigBackupOperationTagAncestorDefinitionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .definitions(MgmtConfigBackupOperationTagDefinitionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .key("string")
            .propagated(false)
            .sysTag(false)
            .type("string")
            .value("string")
            .build())
        .userBackupFiles(MgmtConfigBackupOperationUserBackupFileArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .userPassword("string")
        .versionContexts(MgmtConfigBackupOperationVersionContextArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .interestedMos(MgmtConfigBackupOperationVersionContextInterestedMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .markedForDeletion(false)
            .nrVersion("string")
            .objectType("string")
            .refMos(MgmtConfigBackupOperationVersionContextRefMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .timestamp("string")
            .versionType("string")
            .build())
        .waitForCompletion(false)
        .workflowInfos(MgmtConfigBackupOperationWorkflowInfoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .build());
    
    mgmt_config_backup_operation_resource = intersight.MgmtConfigBackupOperation("mgmtConfigBackupOperationResource",
        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",
        }],
        backup_account="string",
        backup_account_domain_group_moid="string",
        backup_instances=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        category_export_datas=[{
            "additional_properties": "string",
            "class_id": "string",
            "export_jobs": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "name": "string",
            "object_type": "string",
            "processed_types": [{
                "additional_properties": "string",
                "child_types": [{
                    "additional_properties": "string",
                    "child_types": ["string"],
                    "class_id": "string",
                    "name": "string",
                    "object_type": "string",
                    "parent_relation_name": "string",
                    "rest_path": "string",
                }],
                "class_id": "string",
                "filter": "string",
                "name": "string",
                "object_type": "string",
                "rest_path": "string",
            }],
        }],
        class_id="string",
        create_time="string",
        description="string",
        destination="string",
        domain_group_moid="string",
        end_time="string",
        is_aes_key_set=False,
        mgmt_config_backup_operation_id="string",
        mod_time="string",
        moid="string",
        name="string",
        object_type="string",
        options=[{
            "additional_properties": "string",
            "auto_rollover": False,
            "class_id": "string",
            "object_type": "string",
            "preserve_identities": False,
        }],
        org_backups=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "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",
        }],
        retention_lock=False,
        rollover_initiated=False,
        shared_scope="string",
        start_time="string",
        status="string",
        system_admin_triggered=False,
        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",
        }],
        user_backup_files=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        user_password="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",
        }],
        wait_for_completion=False,
        workflow_infos=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }])
    
    const mgmtConfigBackupOperationResource = new intersight.MgmtConfigBackupOperation("mgmtConfigBackupOperationResource", {
        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",
        }],
        backupAccount: "string",
        backupAccountDomainGroupMoid: "string",
        backupInstances: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        categoryExportDatas: [{
            additionalProperties: "string",
            classId: "string",
            exportJobs: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            name: "string",
            objectType: "string",
            processedTypes: [{
                additionalProperties: "string",
                childTypes: [{
                    additionalProperties: "string",
                    childTypes: ["string"],
                    classId: "string",
                    name: "string",
                    objectType: "string",
                    parentRelationName: "string",
                    restPath: "string",
                }],
                classId: "string",
                filter: "string",
                name: "string",
                objectType: "string",
                restPath: "string",
            }],
        }],
        classId: "string",
        createTime: "string",
        description: "string",
        destination: "string",
        domainGroupMoid: "string",
        endTime: "string",
        isAesKeySet: false,
        mgmtConfigBackupOperationId: "string",
        modTime: "string",
        moid: "string",
        name: "string",
        objectType: "string",
        options: [{
            additionalProperties: "string",
            autoRollover: false,
            classId: "string",
            objectType: "string",
            preserveIdentities: false,
        }],
        orgBackups: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "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",
        }],
        retentionLock: false,
        rolloverInitiated: false,
        sharedScope: "string",
        startTime: "string",
        status: "string",
        systemAdminTriggered: false,
        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",
        }],
        userBackupFiles: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        userPassword: "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",
        }],
        waitForCompletion: false,
        workflowInfos: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
    });
    
    type: intersight:MgmtConfigBackupOperation
    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
        backupAccount: string
        backupAccountDomainGroupMoid: string
        backupInstances:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        categoryExportDatas:
            - additionalProperties: string
              classId: string
              exportJobs:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              name: string
              objectType: string
              processedTypes:
                - additionalProperties: string
                  childTypes:
                    - additionalProperties: string
                      childTypes:
                        - string
                      classId: string
                      name: string
                      objectType: string
                      parentRelationName: string
                      restPath: string
                  classId: string
                  filter: string
                  name: string
                  objectType: string
                  restPath: string
        classId: string
        createTime: string
        description: string
        destination: string
        domainGroupMoid: string
        endTime: string
        isAesKeySet: false
        mgmtConfigBackupOperationId: string
        modTime: string
        moid: string
        name: string
        objectType: string
        options:
            - additionalProperties: string
              autoRollover: false
              classId: string
              objectType: string
              preserveIdentities: false
        orgBackups:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: 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
        retentionLock: false
        rolloverInitiated: false
        sharedScope: string
        startTime: string
        status: string
        systemAdminTriggered: false
        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
        userBackupFiles:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        userPassword: 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
        waitForCompletion: false
        workflowInfos:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
    

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

    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts List<MgmtConfigBackupOperationAccount>
    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<MgmtConfigBackupOperationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    BackupAccount string
    (ReadOnly) The moid of the account from which the backup was taken.
    BackupAccountDomainGroupMoid string
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    BackupInstances List<MgmtConfigBackupOperationBackupInstance>
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    CategoryExportDatas List<MgmtConfigBackupOperationCategoryExportData>
    This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    Description string
    Description of the backup operation.
    Destination string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    EndTime string
    (ReadOnly) End date and time of the backup operation.
    IsAesKeySet bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    MgmtConfigBackupOperationId string
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    User provided identifier for the backup operation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Options List<MgmtConfigBackupOperationOption>
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    OrgBackups List<MgmtConfigBackupOperationOrgBackup>
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<MgmtConfigBackupOperationParent>
    (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<MgmtConfigBackupOperationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    RetentionLock bool
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    RolloverInitiated bool
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    StartTime string
    (ReadOnly) Start date and time of the backup operation.
    Status string
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    SystemAdminTriggered bool
    (ReadOnly) Set when a system administrator initiated the backup operation.
    Tags List<MgmtConfigBackupOperationTag>
    This complex property has following sub-properties:
    UserBackupFiles List<MgmtConfigBackupOperationUserBackupFile>
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    UserPassword string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    VersionContexts List<MgmtConfigBackupOperationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WaitForCompletion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    WorkflowInfos List<MgmtConfigBackupOperationWorkflowInfo>
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts []MgmtConfigBackupOperationAccountArgs
    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 []MgmtConfigBackupOperationAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    BackupAccount string
    (ReadOnly) The moid of the account from which the backup was taken.
    BackupAccountDomainGroupMoid string
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    BackupInstances []MgmtConfigBackupOperationBackupInstanceArgs
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    CategoryExportDatas []MgmtConfigBackupOperationCategoryExportDataArgs
    This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    Description string
    Description of the backup operation.
    Destination string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    EndTime string
    (ReadOnly) End date and time of the backup operation.
    IsAesKeySet bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    MgmtConfigBackupOperationId string
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    User provided identifier for the backup operation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Options []MgmtConfigBackupOperationOptionArgs
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    OrgBackups []MgmtConfigBackupOperationOrgBackupArgs
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []MgmtConfigBackupOperationParentArgs
    (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 []MgmtConfigBackupOperationPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    RetentionLock bool
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    RolloverInitiated bool
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    StartTime string
    (ReadOnly) Start date and time of the backup operation.
    Status string
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    SystemAdminTriggered bool
    (ReadOnly) Set when a system administrator initiated the backup operation.
    Tags []MgmtConfigBackupOperationTagArgs
    This complex property has following sub-properties:
    UserBackupFiles []MgmtConfigBackupOperationUserBackupFileArgs
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    UserPassword string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    VersionContexts []MgmtConfigBackupOperationVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WaitForCompletion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    WorkflowInfos []MgmtConfigBackupOperationWorkflowInfoArgs
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    account_moid string
    (ReadOnly) The Account ID for this managed object.
    accounts list(object)
    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:
    backup_account string
    (ReadOnly) The moid of the account from which the backup was taken.
    backup_account_domain_group_moid string
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    backup_instances list(object)
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    category_export_datas list(object)
    This complex property has following sub-properties:
    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.
    description string
    Description of the backup operation.
    destination string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    domain_group_moid string
    (ReadOnly) The DomainGroup ID for this managed object.
    end_time string
    (ReadOnly) End date and time of the backup operation.
    is_aes_key_set bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    mgmt_config_backup_operation_id string
    mod_time string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    User provided identifier for the backup operation.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options list(object)
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    org_backups list(object)
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    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:
    retention_lock bool
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rollover_initiated bool
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    start_time string
    (ReadOnly) Start date and time of the backup operation.
    status string
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    system_admin_triggered bool
    (ReadOnly) Set when a system administrator initiated the backup operation.
    tags list(object)
    This complex property has following sub-properties:
    user_backup_files list(object)
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    user_password string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    version_contexts list(object)
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    wait_for_completion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflow_infos list(object)
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<MgmtConfigBackupOperationAccount>
    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<MgmtConfigBackupOperationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backupAccount String
    (ReadOnly) The moid of the account from which the backup was taken.
    backupAccountDomainGroupMoid String
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    backupInstances List<MgmtConfigBackupOperationBackupInstance>
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    categoryExportDatas List<MgmtConfigBackupOperationCategoryExportData>
    This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    description String
    Description of the backup operation.
    destination String
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    endTime String
    (ReadOnly) End date and time of the backup operation.
    isAesKeySet Boolean
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    mgmtConfigBackupOperationId String
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    User provided identifier for the backup operation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options List<MgmtConfigBackupOperationOption>
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    orgBackups List<MgmtConfigBackupOperationOrgBackup>
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<MgmtConfigBackupOperationParent>
    (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<MgmtConfigBackupOperationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    retentionLock Boolean
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rolloverInitiated Boolean
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    startTime String
    (ReadOnly) Start date and time of the backup operation.
    status String
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    systemAdminTriggered Boolean
    (ReadOnly) Set when a system administrator initiated the backup operation.
    tags List<MgmtConfigBackupOperationTag>
    This complex property has following sub-properties:
    userBackupFiles List<MgmtConfigBackupOperationUserBackupFile>
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    userPassword String
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    versionContexts List<MgmtConfigBackupOperationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion Boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos List<MgmtConfigBackupOperationWorkflowInfo>
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    accounts MgmtConfigBackupOperationAccount[]
    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 MgmtConfigBackupOperationAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backupAccount string
    (ReadOnly) The moid of the account from which the backup was taken.
    backupAccountDomainGroupMoid string
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    backupInstances MgmtConfigBackupOperationBackupInstance[]
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    categoryExportDatas MgmtConfigBackupOperationCategoryExportData[]
    This complex property has following sub-properties:
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime string
    (ReadOnly) The time when this managed object was created.
    description string
    Description of the backup operation.
    destination string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    endTime string
    (ReadOnly) End date and time of the backup operation.
    isAesKeySet boolean
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    mgmtConfigBackupOperationId string
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    User provided identifier for the backup operation.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options MgmtConfigBackupOperationOption[]
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    orgBackups MgmtConfigBackupOperationOrgBackup[]
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents MgmtConfigBackupOperationParent[]
    (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 MgmtConfigBackupOperationPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    retentionLock boolean
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rolloverInitiated boolean
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    startTime string
    (ReadOnly) Start date and time of the backup operation.
    status string
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    systemAdminTriggered boolean
    (ReadOnly) Set when a system administrator initiated the backup operation.
    tags MgmtConfigBackupOperationTag[]
    This complex property has following sub-properties:
    userBackupFiles MgmtConfigBackupOperationUserBackupFile[]
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    userPassword string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    versionContexts MgmtConfigBackupOperationVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos MgmtConfigBackupOperationWorkflowInfo[]
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    accounts Sequence[MgmtConfigBackupOperationAccountArgs]
    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[MgmtConfigBackupOperationAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backup_account str
    (ReadOnly) The moid of the account from which the backup was taken.
    backup_account_domain_group_moid str
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    backup_instances Sequence[MgmtConfigBackupOperationBackupInstanceArgs]
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    category_export_datas Sequence[MgmtConfigBackupOperationCategoryExportDataArgs]
    This complex property has following sub-properties:
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    create_time str
    (ReadOnly) The time when this managed object was created.
    description str
    Description of the backup operation.
    destination str
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    end_time str
    (ReadOnly) End date and time of the backup operation.
    is_aes_key_set bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    mgmt_config_backup_operation_id str
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    User provided identifier for the backup operation.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options Sequence[MgmtConfigBackupOperationOptionArgs]
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    org_backups Sequence[MgmtConfigBackupOperationOrgBackupArgs]
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[MgmtConfigBackupOperationParentArgs]
    (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[MgmtConfigBackupOperationPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    retention_lock bool
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rollover_initiated bool
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    start_time str
    (ReadOnly) Start date and time of the backup operation.
    status str
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    system_admin_triggered bool
    (ReadOnly) Set when a system administrator initiated the backup operation.
    tags Sequence[MgmtConfigBackupOperationTagArgs]
    This complex property has following sub-properties:
    user_backup_files Sequence[MgmtConfigBackupOperationUserBackupFileArgs]
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    user_password str
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    version_contexts Sequence[MgmtConfigBackupOperationVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    wait_for_completion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflow_infos Sequence[MgmtConfigBackupOperationWorkflowInfoArgs]
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<Property Map>
    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:
    backupAccount String
    (ReadOnly) The moid of the account from which the backup was taken.
    backupAccountDomainGroupMoid String
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    backupInstances List<Property Map>
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    categoryExportDatas List<Property Map>
    This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    description String
    Description of the backup operation.
    destination String
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    endTime String
    (ReadOnly) End date and time of the backup operation.
    isAesKeySet Boolean
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    mgmtConfigBackupOperationId String
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    User provided identifier for the backup operation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options List<Property Map>
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    orgBackups List<Property Map>
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    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:
    retentionLock Boolean
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rolloverInitiated Boolean
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    startTime String
    (ReadOnly) Start date and time of the backup operation.
    status String
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    systemAdminTriggered Boolean
    (ReadOnly) Set when a system administrator initiated the backup operation.
    tags List<Property Map>
    This complex property has following sub-properties:
    userBackupFiles List<Property Map>
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    userPassword String
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion Boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos List<Property Map>
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:

    Outputs

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

    Get an existing MgmtConfigBackupOperation 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?: MgmtConfigBackupOperationState, opts?: CustomResourceOptions): MgmtConfigBackupOperation
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_moid: Optional[str] = None,
            accounts: Optional[Sequence[MgmtConfigBackupOperationAccountArgs]] = None,
            additional_properties: Optional[str] = None,
            ancestors: Optional[Sequence[MgmtConfigBackupOperationAncestorArgs]] = None,
            backup_account: Optional[str] = None,
            backup_account_domain_group_moid: Optional[str] = None,
            backup_instances: Optional[Sequence[MgmtConfigBackupOperationBackupInstanceArgs]] = None,
            category_export_datas: Optional[Sequence[MgmtConfigBackupOperationCategoryExportDataArgs]] = None,
            class_id: Optional[str] = None,
            create_time: Optional[str] = None,
            description: Optional[str] = None,
            destination: Optional[str] = None,
            domain_group_moid: Optional[str] = None,
            end_time: Optional[str] = None,
            is_aes_key_set: Optional[bool] = None,
            mgmt_config_backup_operation_id: Optional[str] = None,
            mod_time: Optional[str] = None,
            moid: Optional[str] = None,
            name: Optional[str] = None,
            object_type: Optional[str] = None,
            options: Optional[Sequence[MgmtConfigBackupOperationOptionArgs]] = None,
            org_backups: Optional[Sequence[MgmtConfigBackupOperationOrgBackupArgs]] = None,
            owners: Optional[Sequence[str]] = None,
            parents: Optional[Sequence[MgmtConfigBackupOperationParentArgs]] = None,
            permission_resources: Optional[Sequence[MgmtConfigBackupOperationPermissionResourceArgs]] = None,
            retention_lock: Optional[bool] = None,
            rollover_initiated: Optional[bool] = None,
            shared_scope: Optional[str] = None,
            start_time: Optional[str] = None,
            status: Optional[str] = None,
            system_admin_triggered: Optional[bool] = None,
            tags: Optional[Sequence[MgmtConfigBackupOperationTagArgs]] = None,
            user_backup_files: Optional[Sequence[MgmtConfigBackupOperationUserBackupFileArgs]] = None,
            user_password: Optional[str] = None,
            version_contexts: Optional[Sequence[MgmtConfigBackupOperationVersionContextArgs]] = None,
            wait_for_completion: Optional[bool] = None,
            workflow_infos: Optional[Sequence[MgmtConfigBackupOperationWorkflowInfoArgs]] = None) -> MgmtConfigBackupOperation
    func GetMgmtConfigBackupOperation(ctx *Context, name string, id IDInput, state *MgmtConfigBackupOperationState, opts ...ResourceOption) (*MgmtConfigBackupOperation, error)
    public static MgmtConfigBackupOperation Get(string name, Input<string> id, MgmtConfigBackupOperationState? state, CustomResourceOptions? opts = null)
    public static MgmtConfigBackupOperation get(String name, Output<String> id, MgmtConfigBackupOperationState state, CustomResourceOptions options)
    resources:  _:    type: intersight:MgmtConfigBackupOperation    get:      id: ${id}
    import {
      to = intersight_mgmt_config_backup_operation.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<MgmtConfigBackupOperationAccount>
    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<MgmtConfigBackupOperationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    BackupAccount string
    (ReadOnly) The moid of the account from which the backup was taken.
    BackupAccountDomainGroupMoid string
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    BackupInstances List<MgmtConfigBackupOperationBackupInstance>
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    CategoryExportDatas List<MgmtConfigBackupOperationCategoryExportData>
    This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    Description string
    Description of the backup operation.
    Destination string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    EndTime string
    (ReadOnly) End date and time of the backup operation.
    IsAesKeySet bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    MgmtConfigBackupOperationId string
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    User provided identifier for the backup operation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Options List<MgmtConfigBackupOperationOption>
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    OrgBackups List<MgmtConfigBackupOperationOrgBackup>
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<MgmtConfigBackupOperationParent>
    (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<MgmtConfigBackupOperationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    RetentionLock bool
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    RolloverInitiated bool
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    StartTime string
    (ReadOnly) Start date and time of the backup operation.
    Status string
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    SystemAdminTriggered bool
    (ReadOnly) Set when a system administrator initiated the backup operation.
    Tags List<MgmtConfigBackupOperationTag>
    This complex property has following sub-properties:
    UserBackupFiles List<MgmtConfigBackupOperationUserBackupFile>
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    UserPassword string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    VersionContexts List<MgmtConfigBackupOperationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WaitForCompletion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    WorkflowInfos List<MgmtConfigBackupOperationWorkflowInfo>
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts []MgmtConfigBackupOperationAccountArgs
    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 []MgmtConfigBackupOperationAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    BackupAccount string
    (ReadOnly) The moid of the account from which the backup was taken.
    BackupAccountDomainGroupMoid string
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    BackupInstances []MgmtConfigBackupOperationBackupInstanceArgs
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    CategoryExportDatas []MgmtConfigBackupOperationCategoryExportDataArgs
    This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    Description string
    Description of the backup operation.
    Destination string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    EndTime string
    (ReadOnly) End date and time of the backup operation.
    IsAesKeySet bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    MgmtConfigBackupOperationId string
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    User provided identifier for the backup operation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Options []MgmtConfigBackupOperationOptionArgs
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    OrgBackups []MgmtConfigBackupOperationOrgBackupArgs
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []MgmtConfigBackupOperationParentArgs
    (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 []MgmtConfigBackupOperationPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    RetentionLock bool
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    RolloverInitiated bool
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    StartTime string
    (ReadOnly) Start date and time of the backup operation.
    Status string
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    SystemAdminTriggered bool
    (ReadOnly) Set when a system administrator initiated the backup operation.
    Tags []MgmtConfigBackupOperationTagArgs
    This complex property has following sub-properties:
    UserBackupFiles []MgmtConfigBackupOperationUserBackupFileArgs
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    UserPassword string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    VersionContexts []MgmtConfigBackupOperationVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WaitForCompletion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    WorkflowInfos []MgmtConfigBackupOperationWorkflowInfoArgs
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    account_moid string
    (ReadOnly) The Account ID for this managed object.
    accounts list(object)
    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:
    backup_account string
    (ReadOnly) The moid of the account from which the backup was taken.
    backup_account_domain_group_moid string
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    backup_instances list(object)
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    category_export_datas list(object)
    This complex property has following sub-properties:
    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.
    description string
    Description of the backup operation.
    destination string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    domain_group_moid string
    (ReadOnly) The DomainGroup ID for this managed object.
    end_time string
    (ReadOnly) End date and time of the backup operation.
    is_aes_key_set bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    mgmt_config_backup_operation_id string
    mod_time string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    User provided identifier for the backup operation.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options list(object)
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    org_backups list(object)
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    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:
    retention_lock bool
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rollover_initiated bool
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    start_time string
    (ReadOnly) Start date and time of the backup operation.
    status string
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    system_admin_triggered bool
    (ReadOnly) Set when a system administrator initiated the backup operation.
    tags list(object)
    This complex property has following sub-properties:
    user_backup_files list(object)
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    user_password string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    version_contexts list(object)
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    wait_for_completion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflow_infos list(object)
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<MgmtConfigBackupOperationAccount>
    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<MgmtConfigBackupOperationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backupAccount String
    (ReadOnly) The moid of the account from which the backup was taken.
    backupAccountDomainGroupMoid String
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    backupInstances List<MgmtConfigBackupOperationBackupInstance>
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    categoryExportDatas List<MgmtConfigBackupOperationCategoryExportData>
    This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    description String
    Description of the backup operation.
    destination String
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    endTime String
    (ReadOnly) End date and time of the backup operation.
    isAesKeySet Boolean
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    mgmtConfigBackupOperationId String
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    User provided identifier for the backup operation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options List<MgmtConfigBackupOperationOption>
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    orgBackups List<MgmtConfigBackupOperationOrgBackup>
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<MgmtConfigBackupOperationParent>
    (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<MgmtConfigBackupOperationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    retentionLock Boolean
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rolloverInitiated Boolean
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    startTime String
    (ReadOnly) Start date and time of the backup operation.
    status String
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    systemAdminTriggered Boolean
    (ReadOnly) Set when a system administrator initiated the backup operation.
    tags List<MgmtConfigBackupOperationTag>
    This complex property has following sub-properties:
    userBackupFiles List<MgmtConfigBackupOperationUserBackupFile>
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    userPassword String
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    versionContexts List<MgmtConfigBackupOperationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion Boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos List<MgmtConfigBackupOperationWorkflowInfo>
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    accounts MgmtConfigBackupOperationAccount[]
    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 MgmtConfigBackupOperationAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backupAccount string
    (ReadOnly) The moid of the account from which the backup was taken.
    backupAccountDomainGroupMoid string
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    backupInstances MgmtConfigBackupOperationBackupInstance[]
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    categoryExportDatas MgmtConfigBackupOperationCategoryExportData[]
    This complex property has following sub-properties:
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime string
    (ReadOnly) The time when this managed object was created.
    description string
    Description of the backup operation.
    destination string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    endTime string
    (ReadOnly) End date and time of the backup operation.
    isAesKeySet boolean
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    mgmtConfigBackupOperationId string
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    User provided identifier for the backup operation.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options MgmtConfigBackupOperationOption[]
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    orgBackups MgmtConfigBackupOperationOrgBackup[]
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents MgmtConfigBackupOperationParent[]
    (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 MgmtConfigBackupOperationPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    retentionLock boolean
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rolloverInitiated boolean
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    startTime string
    (ReadOnly) Start date and time of the backup operation.
    status string
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    systemAdminTriggered boolean
    (ReadOnly) Set when a system administrator initiated the backup operation.
    tags MgmtConfigBackupOperationTag[]
    This complex property has following sub-properties:
    userBackupFiles MgmtConfigBackupOperationUserBackupFile[]
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    userPassword string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    versionContexts MgmtConfigBackupOperationVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos MgmtConfigBackupOperationWorkflowInfo[]
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    accounts Sequence[MgmtConfigBackupOperationAccountArgs]
    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[MgmtConfigBackupOperationAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backup_account str
    (ReadOnly) The moid of the account from which the backup was taken.
    backup_account_domain_group_moid str
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    backup_instances Sequence[MgmtConfigBackupOperationBackupInstanceArgs]
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    category_export_datas Sequence[MgmtConfigBackupOperationCategoryExportDataArgs]
    This complex property has following sub-properties:
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    create_time str
    (ReadOnly) The time when this managed object was created.
    description str
    Description of the backup operation.
    destination str
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    end_time str
    (ReadOnly) End date and time of the backup operation.
    is_aes_key_set bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    mgmt_config_backup_operation_id str
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    User provided identifier for the backup operation.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options Sequence[MgmtConfigBackupOperationOptionArgs]
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    org_backups Sequence[MgmtConfigBackupOperationOrgBackupArgs]
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[MgmtConfigBackupOperationParentArgs]
    (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[MgmtConfigBackupOperationPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    retention_lock bool
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rollover_initiated bool
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    start_time str
    (ReadOnly) Start date and time of the backup operation.
    status str
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    system_admin_triggered bool
    (ReadOnly) Set when a system administrator initiated the backup operation.
    tags Sequence[MgmtConfigBackupOperationTagArgs]
    This complex property has following sub-properties:
    user_backup_files Sequence[MgmtConfigBackupOperationUserBackupFileArgs]
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    user_password str
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    version_contexts Sequence[MgmtConfigBackupOperationVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    wait_for_completion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflow_infos Sequence[MgmtConfigBackupOperationWorkflowInfoArgs]
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<Property Map>
    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:
    backupAccount String
    (ReadOnly) The moid of the account from which the backup was taken.
    backupAccountDomainGroupMoid String
    (ReadOnly) The domain group moid of the account from which the backup was taken.
    backupInstances List<Property Map>
    (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    categoryExportDatas List<Property Map>
    This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    description String
    Description of the backup operation.
    destination String
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    endTime String
    (ReadOnly) End date and time of the backup operation.
    isAesKeySet Boolean
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    mgmtConfigBackupOperationId String
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    User provided identifier for the backup operation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options List<Property Map>
    Options to control the behavior of the backup operation. This complex property has following sub-properties:
    orgBackups List<Property Map>
    (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
    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:
    retentionLock Boolean
    (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rolloverInitiated Boolean
    (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
    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.
    startTime String
    (ReadOnly) Start date and time of the backup operation.
    status String
    (ReadOnly) The current status of the backup operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    systemAdminTriggered Boolean
    (ReadOnly) Set when a system administrator initiated the backup operation.
    tags List<Property Map>
    This complex property has following sub-properties:
    userBackupFiles List<Property Map>
    A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    userPassword String
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion Boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos List<Property Map>
    (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:

    Supporting Types

    MgmtConfigBackupOperationAccount, MgmtConfigBackupOperationAccountArgs

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

    MgmtConfigBackupOperationAncestor, MgmtConfigBackupOperationAncestorArgs

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

    MgmtConfigBackupOperationBackupInstance, MgmtConfigBackupOperationBackupInstanceArgs

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

    MgmtConfigBackupOperationCategoryExportData, MgmtConfigBackupOperationCategoryExportDataArgs

    AdditionalProperties string
    ClassId string
    ExportJobs List<MgmtConfigBackupOperationCategoryExportDataExportJob>
    This complex property has following sub-properties:
    Name string
    (ReadOnly) The type of the managed object.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    ProcessedTypes List<MgmtConfigBackupOperationCategoryExportDataProcessedType>
    This complex property has following sub-properties:
    AdditionalProperties string
    ClassId string
    ExportJobs []MgmtConfigBackupOperationCategoryExportDataExportJob
    This complex property has following sub-properties:
    Name string
    (ReadOnly) The type of the managed object.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    ProcessedTypes []MgmtConfigBackupOperationCategoryExportDataProcessedType
    This complex property has following sub-properties:
    additional_properties string
    class_id string
    export_jobs list(object)
    This complex property has following sub-properties:
    name string
    (ReadOnly) The type of the managed object.
    object_type string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    processed_types list(object)
    This complex property has following sub-properties:
    additionalProperties String
    classId String
    exportJobs List<MgmtConfigBackupOperationCategoryExportDataExportJob>
    This complex property has following sub-properties:
    name String
    (ReadOnly) The type of the managed object.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    processedTypes List<MgmtConfigBackupOperationCategoryExportDataProcessedType>
    This complex property has following sub-properties:
    additionalProperties string
    classId string
    exportJobs MgmtConfigBackupOperationCategoryExportDataExportJob[]
    This complex property has following sub-properties:
    name string
    (ReadOnly) The type of the managed object.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    processedTypes MgmtConfigBackupOperationCategoryExportDataProcessedType[]
    This complex property has following sub-properties:
    additional_properties str
    class_id str
    export_jobs Sequence[MgmtConfigBackupOperationCategoryExportDataExportJob]
    This complex property has following sub-properties:
    name str
    (ReadOnly) The type of the managed object.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    processed_types Sequence[MgmtConfigBackupOperationCategoryExportDataProcessedType]
    This complex property has following sub-properties:
    additionalProperties String
    classId String
    exportJobs List<Property Map>
    This complex property has following sub-properties:
    name String
    (ReadOnly) The type of the managed object.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    processedTypes List<Property Map>
    This complex property has following sub-properties:

    MgmtConfigBackupOperationCategoryExportDataExportJob, MgmtConfigBackupOperationCategoryExportDataExportJobArgs

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

    MgmtConfigBackupOperationCategoryExportDataProcessedType, MgmtConfigBackupOperationCategoryExportDataProcessedTypeArgs

    AdditionalProperties string
    ChildTypes List<MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType>
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    ClassId string
    Filter string
    (ReadOnly) Filter used to obtain a list of objects of the given object type.
    Name string
    User provided identifier for the backup operation.
    ObjectType string
    RestPath string
    (ReadOnly) The rest path for the MO type.
    AdditionalProperties string
    ChildTypes []MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    ClassId string
    Filter string
    (ReadOnly) Filter used to obtain a list of objects of the given object type.
    Name string
    User provided identifier for the backup operation.
    ObjectType string
    RestPath string
    (ReadOnly) The rest path for the MO type.
    additional_properties string
    child_types list(object)
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    class_id string
    filter string
    (ReadOnly) Filter used to obtain a list of objects of the given object type.
    name string
    User provided identifier for the backup operation.
    object_type string
    rest_path string
    (ReadOnly) The rest path for the MO type.
    additionalProperties String
    childTypes List<MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType>
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    classId String
    filter String
    (ReadOnly) Filter used to obtain a list of objects of the given object type.
    name String
    User provided identifier for the backup operation.
    objectType String
    restPath String
    (ReadOnly) The rest path for the MO type.
    additionalProperties string
    childTypes MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType[]
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    classId string
    filter string
    (ReadOnly) Filter used to obtain a list of objects of the given object type.
    name string
    User provided identifier for the backup operation.
    objectType string
    restPath string
    (ReadOnly) The rest path for the MO type.
    additional_properties str
    child_types Sequence[MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType]
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    class_id str
    filter str
    (ReadOnly) Filter used to obtain a list of objects of the given object type.
    name str
    User provided identifier for the backup operation.
    object_type str
    rest_path str
    (ReadOnly) The rest path for the MO type.
    additionalProperties String
    childTypes List<Property Map>
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    classId String
    filter String
    (ReadOnly) Filter used to obtain a list of objects of the given object type.
    name String
    User provided identifier for the backup operation.
    objectType String
    restPath String
    (ReadOnly) The rest path for the MO type.

    MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType, MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildTypeArgs

    AdditionalProperties string
    ChildTypes List<string>
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    ClassId string
    Name string
    User provided identifier for the backup operation.
    ObjectType string
    ParentRelationName string
    RestPath string
    (ReadOnly) The rest path for the MO type.
    AdditionalProperties string
    ChildTypes []string
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    ClassId string
    Name string
    User provided identifier for the backup operation.
    ObjectType string
    ParentRelationName string
    RestPath string
    (ReadOnly) The rest path for the MO type.
    additional_properties string
    child_types list(string)
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    class_id string
    name string
    User provided identifier for the backup operation.
    object_type string
    parent_relation_name string
    rest_path string
    (ReadOnly) The rest path for the MO type.
    additionalProperties String
    childTypes List<String>
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    classId String
    name String
    User provided identifier for the backup operation.
    objectType String
    parentRelationName String
    restPath String
    (ReadOnly) The rest path for the MO type.
    additionalProperties string
    childTypes string[]
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    classId string
    name string
    User provided identifier for the backup operation.
    objectType string
    parentRelationName string
    restPath string
    (ReadOnly) The rest path for the MO type.
    additional_properties str
    child_types Sequence[str]
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    class_id str
    name str
    User provided identifier for the backup operation.
    object_type str
    parent_relation_name str
    rest_path str
    (ReadOnly) The rest path for the MO type.
    additionalProperties String
    childTypes List<String>
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    classId String
    name String
    User provided identifier for the backup operation.
    objectType String
    parentRelationName String
    restPath String
    (ReadOnly) The rest path for the MO type.

    MgmtConfigBackupOperationOption, MgmtConfigBackupOperationOptionArgs

    AdditionalProperties string
    AutoRollover bool
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    PreserveIdentities bool
    Backup all identities derived from pools.
    AdditionalProperties string
    AutoRollover bool
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    PreserveIdentities bool
    Backup all identities derived from pools.
    additional_properties string
    auto_rollover bool
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
    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.
    preserve_identities bool
    Backup all identities derived from pools.
    additionalProperties String
    autoRollover Boolean
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    preserveIdentities Boolean
    Backup all identities derived from pools.
    additionalProperties string
    autoRollover boolean
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
    classId string
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    preserveIdentities boolean
    Backup all identities derived from pools.
    additional_properties str
    auto_rollover bool
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
    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.
    preserve_identities bool
    Backup all identities derived from pools.
    additionalProperties String
    autoRollover Boolean
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    preserveIdentities Boolean
    Backup all identities derived from pools.

    MgmtConfigBackupOperationOrgBackup, MgmtConfigBackupOperationOrgBackupArgs

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

    MgmtConfigBackupOperationParent, MgmtConfigBackupOperationParentArgs

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

    MgmtConfigBackupOperationPermissionResource, MgmtConfigBackupOperationPermissionResourceArgs

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

    MgmtConfigBackupOperationTag, MgmtConfigBackupOperationTagArgs

    AdditionalProperties string
    AncestorDefinitions List<MgmtConfigBackupOperationTagAncestorDefinition>
    This complex property has following sub-properties:
    Definitions List<MgmtConfigBackupOperationTagDefinition>
    (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 []MgmtConfigBackupOperationTagAncestorDefinition
    This complex property has following sub-properties:
    Definitions []MgmtConfigBackupOperationTagDefinition
    (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<MgmtConfigBackupOperationTagAncestorDefinition>
    This complex property has following sub-properties:
    definitions List<MgmtConfigBackupOperationTagDefinition>
    (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 MgmtConfigBackupOperationTagAncestorDefinition[]
    This complex property has following sub-properties:
    definitions MgmtConfigBackupOperationTagDefinition[]
    (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[MgmtConfigBackupOperationTagAncestorDefinition]
    This complex property has following sub-properties:
    definitions Sequence[MgmtConfigBackupOperationTagDefinition]
    (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.

    MgmtConfigBackupOperationTagAncestorDefinition, MgmtConfigBackupOperationTagAncestorDefinitionArgs

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

    MgmtConfigBackupOperationTagDefinition, MgmtConfigBackupOperationTagDefinitionArgs

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

    MgmtConfigBackupOperationUserBackupFile, MgmtConfigBackupOperationUserBackupFileArgs

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

    MgmtConfigBackupOperationVersionContext, MgmtConfigBackupOperationVersionContextArgs

    AdditionalProperties string
    ClassId string
    InterestedMos List<MgmtConfigBackupOperationVersionContextInterestedMo>
    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<MgmtConfigBackupOperationVersionContextRefMo>
    (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 []MgmtConfigBackupOperationVersionContextInterestedMo
    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 []MgmtConfigBackupOperationVersionContextRefMo
    (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<MgmtConfigBackupOperationVersionContextInterestedMo>
    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<MgmtConfigBackupOperationVersionContextRefMo>
    (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 MgmtConfigBackupOperationVersionContextInterestedMo[]
    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 MgmtConfigBackupOperationVersionContextRefMo[]
    (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[MgmtConfigBackupOperationVersionContextInterestedMo]
    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[MgmtConfigBackupOperationVersionContextRefMo]
    (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.

    MgmtConfigBackupOperationVersionContextInterestedMo, MgmtConfigBackupOperationVersionContextInterestedMoArgs

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

    MgmtConfigBackupOperationVersionContextRefMo, MgmtConfigBackupOperationVersionContextRefMoArgs

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

    MgmtConfigBackupOperationWorkflowInfo, MgmtConfigBackupOperationWorkflowInfoArgs

    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_mgmt_config_backup_operation can be imported using the Moid of the object, e.g.

    $ pulumi import intersight:index/mgmtConfigBackupOperation:MgmtConfigBackupOperation 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