1. Packages
  2. Intersight Provider
  3. API Docs
  4. AssetGeoLocation
intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet

intersight.AssetGeoLocation

Deploy with Pulumi
intersight logo
intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet

    The geographic location of a managed target.

    Create AssetGeoLocation Resource

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

    Constructor syntax

    new AssetGeoLocation(name: string, args?: AssetGeoLocationArgs, opts?: CustomResourceOptions);
    @overload
    def AssetGeoLocation(resource_name: str,
                         args: Optional[AssetGeoLocationArgs] = None,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def AssetGeoLocation(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         account_moid: Optional[str] = None,
                         accounts: Optional[Sequence[AssetGeoLocationAccountArgs]] = None,
                         additional_properties: Optional[str] = None,
                         addresses: Optional[Sequence[AssetGeoLocationAddressArgs]] = None,
                         ancestors: Optional[Sequence[AssetGeoLocationAncestorArgs]] = None,
                         asset_geo_location_id: Optional[str] = None,
                         class_id: Optional[str] = None,
                         coordinates: Optional[Sequence[AssetGeoLocationCoordinateArgs]] = None,
                         create_time: Optional[str] = None,
                         domain_group_moid: Optional[str] = None,
                         mod_time: Optional[str] = None,
                         moid: Optional[str] = None,
                         name: Optional[str] = None,
                         object_type: Optional[str] = None,
                         owners: Optional[Sequence[str]] = None,
                         parents: Optional[Sequence[AssetGeoLocationParentArgs]] = None,
                         permission_resources: Optional[Sequence[AssetGeoLocationPermissionResourceArgs]] = None,
                         shared_scope: Optional[str] = None,
                         tags: Optional[Sequence[AssetGeoLocationTagArgs]] = None,
                         version_contexts: Optional[Sequence[AssetGeoLocationVersionContextArgs]] = None)
    func NewAssetGeoLocation(ctx *Context, name string, args *AssetGeoLocationArgs, opts ...ResourceOption) (*AssetGeoLocation, error)
    public AssetGeoLocation(string name, AssetGeoLocationArgs? args = null, CustomResourceOptions? opts = null)
    public AssetGeoLocation(String name, AssetGeoLocationArgs args)
    public AssetGeoLocation(String name, AssetGeoLocationArgs args, CustomResourceOptions options)
    
    type: intersight:AssetGeoLocation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AssetGeoLocationArgs
    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 AssetGeoLocationArgs
    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 AssetGeoLocationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AssetGeoLocationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AssetGeoLocationArgs
    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 assetGeoLocationResource = new Intersight.AssetGeoLocation("assetGeoLocationResource", new()
    {
        AccountMoid = "string",
        Accounts = new[]
        {
            new Intersight.Inputs.AssetGeoLocationAccountArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        AdditionalProperties = "string",
        Addresses = new[]
        {
            new Intersight.Inputs.AssetGeoLocationAddressArgs
            {
                AdditionalProperties = "string",
                Address1 = "string",
                Address2 = "string",
                City = "string",
                ClassId = "string",
                Country = "string",
                ObjectType = "string",
                PostalCode = "string",
                StateProvince = "string",
            },
        },
        Ancestors = new[]
        {
            new Intersight.Inputs.AssetGeoLocationAncestorArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        AssetGeoLocationId = "string",
        ClassId = "string",
        Coordinates = new[]
        {
            new Intersight.Inputs.AssetGeoLocationCoordinateArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Latitude = 0,
                Longitude = 0,
                ObjectType = "string",
            },
        },
        CreateTime = "string",
        DomainGroupMoid = "string",
        ModTime = "string",
        Moid = "string",
        Name = "string",
        ObjectType = "string",
        Owners = new[]
        {
            "string",
        },
        Parents = new[]
        {
            new Intersight.Inputs.AssetGeoLocationParentArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        PermissionResources = new[]
        {
            new Intersight.Inputs.AssetGeoLocationPermissionResourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        SharedScope = "string",
        Tags = new[]
        {
            new Intersight.Inputs.AssetGeoLocationTagArgs
            {
                AdditionalProperties = "string",
                AncestorDefinitions = new[]
                {
                    new Intersight.Inputs.AssetGeoLocationTagAncestorDefinitionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Definitions = new[]
                {
                    new Intersight.Inputs.AssetGeoLocationTagDefinitionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Key = "string",
                Propagated = false,
                Type = "string",
                Value = "string",
            },
        },
        VersionContexts = new[]
        {
            new Intersight.Inputs.AssetGeoLocationVersionContextArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                InterestedMos = new[]
                {
                    new Intersight.Inputs.AssetGeoLocationVersionContextInterestedMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                MarkedForDeletion = false,
                NrVersion = "string",
                ObjectType = "string",
                RefMos = new[]
                {
                    new Intersight.Inputs.AssetGeoLocationVersionContextRefMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Timestamp = "string",
                VersionType = "string",
            },
        },
    });
    
    example, err := intersight.NewAssetGeoLocation(ctx, "assetGeoLocationResource", &intersight.AssetGeoLocationArgs{
    	AccountMoid: pulumi.String("string"),
    	Accounts: intersight.AssetGeoLocationAccountArray{
    		&intersight.AssetGeoLocationAccountArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	AdditionalProperties: pulumi.String("string"),
    	Addresses: intersight.AssetGeoLocationAddressArray{
    		&intersight.AssetGeoLocationAddressArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Address1:             pulumi.String("string"),
    			Address2:             pulumi.String("string"),
    			City:                 pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Country:              pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			PostalCode:           pulumi.String("string"),
    			StateProvince:        pulumi.String("string"),
    		},
    	},
    	Ancestors: intersight.AssetGeoLocationAncestorArray{
    		&intersight.AssetGeoLocationAncestorArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	AssetGeoLocationId: pulumi.String("string"),
    	ClassId:            pulumi.String("string"),
    	Coordinates: intersight.AssetGeoLocationCoordinateArray{
    		&intersight.AssetGeoLocationCoordinateArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Latitude:             pulumi.Float64(0),
    			Longitude:            pulumi.Float64(0),
    			ObjectType:           pulumi.String("string"),
    		},
    	},
    	CreateTime:      pulumi.String("string"),
    	DomainGroupMoid: pulumi.String("string"),
    	ModTime:         pulumi.String("string"),
    	Moid:            pulumi.String("string"),
    	Name:            pulumi.String("string"),
    	ObjectType:      pulumi.String("string"),
    	Owners: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Parents: intersight.AssetGeoLocationParentArray{
    		&intersight.AssetGeoLocationParentArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PermissionResources: intersight.AssetGeoLocationPermissionResourceArray{
    		&intersight.AssetGeoLocationPermissionResourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	SharedScope: pulumi.String("string"),
    	Tags: intersight.AssetGeoLocationTagArray{
    		&intersight.AssetGeoLocationTagArgs{
    			AdditionalProperties: pulumi.String("string"),
    			AncestorDefinitions: intersight.AssetGeoLocationTagAncestorDefinitionArray{
    				&intersight.AssetGeoLocationTagAncestorDefinitionArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Definitions: intersight.AssetGeoLocationTagDefinitionArray{
    				&intersight.AssetGeoLocationTagDefinitionArgs{
    					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),
    			Type:       pulumi.String("string"),
    			Value:      pulumi.String("string"),
    		},
    	},
    	VersionContexts: intersight.AssetGeoLocationVersionContextArray{
    		&intersight.AssetGeoLocationVersionContextArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			InterestedMos: intersight.AssetGeoLocationVersionContextInterestedMoArray{
    				&intersight.AssetGeoLocationVersionContextInterestedMoArgs{
    					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.AssetGeoLocationVersionContextRefMoArray{
    				&intersight.AssetGeoLocationVersionContextRefMoArgs{
    					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"),
    		},
    	},
    })
    
    var assetGeoLocationResource = new AssetGeoLocation("assetGeoLocationResource", AssetGeoLocationArgs.builder()
        .accountMoid("string")
        .accounts(AssetGeoLocationAccountArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .additionalProperties("string")
        .addresses(AssetGeoLocationAddressArgs.builder()
            .additionalProperties("string")
            .address1("string")
            .address2("string")
            .city("string")
            .classId("string")
            .country("string")
            .objectType("string")
            .postalCode("string")
            .stateProvince("string")
            .build())
        .ancestors(AssetGeoLocationAncestorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .assetGeoLocationId("string")
        .classId("string")
        .coordinates(AssetGeoLocationCoordinateArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .latitude(0.0)
            .longitude(0.0)
            .objectType("string")
            .build())
        .createTime("string")
        .domainGroupMoid("string")
        .modTime("string")
        .moid("string")
        .name("string")
        .objectType("string")
        .owners("string")
        .parents(AssetGeoLocationParentArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .permissionResources(AssetGeoLocationPermissionResourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .sharedScope("string")
        .tags(AssetGeoLocationTagArgs.builder()
            .additionalProperties("string")
            .ancestorDefinitions(AssetGeoLocationTagAncestorDefinitionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .definitions(AssetGeoLocationTagDefinitionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .key("string")
            .propagated(false)
            .type("string")
            .value("string")
            .build())
        .versionContexts(AssetGeoLocationVersionContextArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .interestedMos(AssetGeoLocationVersionContextInterestedMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .markedForDeletion(false)
            .nrVersion("string")
            .objectType("string")
            .refMos(AssetGeoLocationVersionContextRefMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .timestamp("string")
            .versionType("string")
            .build())
        .build());
    
    asset_geo_location_resource = intersight.AssetGeoLocation("assetGeoLocationResource",
        account_moid="string",
        accounts=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        additional_properties="string",
        addresses=[{
            "additional_properties": "string",
            "address1": "string",
            "address2": "string",
            "city": "string",
            "class_id": "string",
            "country": "string",
            "object_type": "string",
            "postal_code": "string",
            "state_province": "string",
        }],
        ancestors=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        asset_geo_location_id="string",
        class_id="string",
        coordinates=[{
            "additional_properties": "string",
            "class_id": "string",
            "latitude": 0,
            "longitude": 0,
            "object_type": "string",
        }],
        create_time="string",
        domain_group_moid="string",
        mod_time="string",
        moid="string",
        name="string",
        object_type="string",
        owners=["string"],
        parents=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        permission_resources=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        shared_scope="string",
        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,
            "type": "string",
            "value": "string",
        }],
        version_contexts=[{
            "additional_properties": "string",
            "class_id": "string",
            "interested_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "marked_for_deletion": False,
            "nr_version": "string",
            "object_type": "string",
            "ref_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "timestamp": "string",
            "version_type": "string",
        }])
    
    const assetGeoLocationResource = new intersight.AssetGeoLocation("assetGeoLocationResource", {
        accountMoid: "string",
        accounts: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        additionalProperties: "string",
        addresses: [{
            additionalProperties: "string",
            address1: "string",
            address2: "string",
            city: "string",
            classId: "string",
            country: "string",
            objectType: "string",
            postalCode: "string",
            stateProvince: "string",
        }],
        ancestors: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        assetGeoLocationId: "string",
        classId: "string",
        coordinates: [{
            additionalProperties: "string",
            classId: "string",
            latitude: 0,
            longitude: 0,
            objectType: "string",
        }],
        createTime: "string",
        domainGroupMoid: "string",
        modTime: "string",
        moid: "string",
        name: "string",
        objectType: "string",
        owners: ["string"],
        parents: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        permissionResources: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        sharedScope: "string",
        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,
            type: "string",
            value: "string",
        }],
        versionContexts: [{
            additionalProperties: "string",
            classId: "string",
            interestedMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            markedForDeletion: false,
            nrVersion: "string",
            objectType: "string",
            refMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            timestamp: "string",
            versionType: "string",
        }],
    });
    
    type: intersight:AssetGeoLocation
    properties:
        accountMoid: string
        accounts:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        additionalProperties: string
        addresses:
            - additionalProperties: string
              address1: string
              address2: string
              city: string
              classId: string
              country: string
              objectType: string
              postalCode: string
              stateProvince: string
        ancestors:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        assetGeoLocationId: string
        classId: string
        coordinates:
            - additionalProperties: string
              classId: string
              latitude: 0
              longitude: 0
              objectType: string
        createTime: string
        domainGroupMoid: string
        modTime: string
        moid: string
        name: string
        objectType: string
        owners:
            - string
        parents:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        permissionResources:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        sharedScope: string
        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
              type: string
              value: string
        versionContexts:
            - additionalProperties: string
              classId: string
              interestedMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              markedForDeletion: false
              nrVersion: string
              objectType: string
              refMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              timestamp: string
              versionType: string
    

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

    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts List<AssetGeoLocationAccount>
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AdditionalProperties string
    Addresses List<AssetGeoLocationAddress>
    The location's street address. This complex property has following sub-properties:
    Ancestors List<AssetGeoLocationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    AssetGeoLocationId string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Coordinates List<AssetGeoLocationCoordinate>
    The location's longitude and latitude coordinates. This complex property has following sub-properties:
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user provided name for the location.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<AssetGeoLocationParent>
    (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<AssetGeoLocationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<AssetGeoLocationTag>
    This complex property has following sub-properties:
    VersionContexts List<AssetGeoLocationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts []AssetGeoLocationAccountArgs
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AdditionalProperties string
    Addresses []AssetGeoLocationAddressArgs
    The location's street address. This complex property has following sub-properties:
    Ancestors []AssetGeoLocationAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    AssetGeoLocationId string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Coordinates []AssetGeoLocationCoordinateArgs
    The location's longitude and latitude coordinates. This complex property has following sub-properties:
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user provided name for the location.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []AssetGeoLocationParentArgs
    (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 []AssetGeoLocationPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []AssetGeoLocationTagArgs
    This complex property has following sub-properties:
    VersionContexts []AssetGeoLocationVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<AssetGeoLocationAccount>
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties String
    addresses List<AssetGeoLocationAddress>
    The location's street address. This complex property has following sub-properties:
    ancestors List<AssetGeoLocationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    assetGeoLocationId String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates List<AssetGeoLocationCoordinate>
    The location's longitude and latitude coordinates. This complex property has following sub-properties:
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user provided name for the location.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<AssetGeoLocationParent>
    (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<AssetGeoLocationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<AssetGeoLocationTag>
    This complex property has following sub-properties:
    versionContexts List<AssetGeoLocationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    accounts AssetGeoLocationAccount[]
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties string
    addresses AssetGeoLocationAddress[]
    The location's street address. This complex property has following sub-properties:
    ancestors AssetGeoLocationAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    assetGeoLocationId string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates AssetGeoLocationCoordinate[]
    The location's longitude and latitude coordinates. This complex property has following sub-properties:
    createTime string
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    A user provided name for the location.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents AssetGeoLocationParent[]
    (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 AssetGeoLocationPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    sharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags AssetGeoLocationTag[]
    This complex property has following sub-properties:
    versionContexts AssetGeoLocationVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    accounts Sequence[AssetGeoLocationAccountArgs]
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additional_properties str
    addresses Sequence[AssetGeoLocationAddressArgs]
    The location's street address. This complex property has following sub-properties:
    ancestors Sequence[AssetGeoLocationAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    asset_geo_location_id str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates Sequence[AssetGeoLocationCoordinateArgs]
    The location's longitude and latitude coordinates. This complex property has following sub-properties:
    create_time str
    (ReadOnly) The time when this managed object was created.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    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
    A user provided name for the location.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[AssetGeoLocationParentArgs]
    (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[AssetGeoLocationPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    shared_scope str
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[AssetGeoLocationTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[AssetGeoLocationVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<Property Map>
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties String
    addresses List<Property Map>
    The location's street address. This complex property has following sub-properties:
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    assetGeoLocationId String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates List<Property Map>
    The location's longitude and latitude coordinates. This complex property has following sub-properties:
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user provided name for the location.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<Property Map>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:

    Outputs

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

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

    Look up Existing AssetGeoLocation Resource

    Get an existing AssetGeoLocation 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?: AssetGeoLocationState, opts?: CustomResourceOptions): AssetGeoLocation
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_moid: Optional[str] = None,
            accounts: Optional[Sequence[AssetGeoLocationAccountArgs]] = None,
            additional_properties: Optional[str] = None,
            addresses: Optional[Sequence[AssetGeoLocationAddressArgs]] = None,
            ancestors: Optional[Sequence[AssetGeoLocationAncestorArgs]] = None,
            asset_geo_location_id: Optional[str] = None,
            class_id: Optional[str] = None,
            coordinates: Optional[Sequence[AssetGeoLocationCoordinateArgs]] = None,
            create_time: Optional[str] = None,
            domain_group_moid: Optional[str] = None,
            mod_time: Optional[str] = None,
            moid: Optional[str] = None,
            name: Optional[str] = None,
            object_type: Optional[str] = None,
            owners: Optional[Sequence[str]] = None,
            parents: Optional[Sequence[AssetGeoLocationParentArgs]] = None,
            permission_resources: Optional[Sequence[AssetGeoLocationPermissionResourceArgs]] = None,
            shared_scope: Optional[str] = None,
            tags: Optional[Sequence[AssetGeoLocationTagArgs]] = None,
            version_contexts: Optional[Sequence[AssetGeoLocationVersionContextArgs]] = None) -> AssetGeoLocation
    func GetAssetGeoLocation(ctx *Context, name string, id IDInput, state *AssetGeoLocationState, opts ...ResourceOption) (*AssetGeoLocation, error)
    public static AssetGeoLocation Get(string name, Input<string> id, AssetGeoLocationState? state, CustomResourceOptions? opts = null)
    public static AssetGeoLocation get(String name, Output<String> id, AssetGeoLocationState state, CustomResourceOptions options)
    resources:  _:    type: intersight:AssetGeoLocation    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts List<AssetGeoLocationAccount>
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AdditionalProperties string
    Addresses List<AssetGeoLocationAddress>
    The location's street address. This complex property has following sub-properties:
    Ancestors List<AssetGeoLocationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    AssetGeoLocationId string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Coordinates List<AssetGeoLocationCoordinate>
    The location's longitude and latitude coordinates. This complex property has following sub-properties:
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user provided name for the location.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<AssetGeoLocationParent>
    (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<AssetGeoLocationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<AssetGeoLocationTag>
    This complex property has following sub-properties:
    VersionContexts List<AssetGeoLocationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts []AssetGeoLocationAccountArgs
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    AdditionalProperties string
    Addresses []AssetGeoLocationAddressArgs
    The location's street address. This complex property has following sub-properties:
    Ancestors []AssetGeoLocationAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    AssetGeoLocationId string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Coordinates []AssetGeoLocationCoordinateArgs
    The location's longitude and latitude coordinates. This complex property has following sub-properties:
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user provided name for the location.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []AssetGeoLocationParentArgs
    (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 []AssetGeoLocationPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []AssetGeoLocationTagArgs
    This complex property has following sub-properties:
    VersionContexts []AssetGeoLocationVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<AssetGeoLocationAccount>
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties String
    addresses List<AssetGeoLocationAddress>
    The location's street address. This complex property has following sub-properties:
    ancestors List<AssetGeoLocationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    assetGeoLocationId String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates List<AssetGeoLocationCoordinate>
    The location's longitude and latitude coordinates. This complex property has following sub-properties:
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user provided name for the location.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<AssetGeoLocationParent>
    (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<AssetGeoLocationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<AssetGeoLocationTag>
    This complex property has following sub-properties:
    versionContexts List<AssetGeoLocationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    accounts AssetGeoLocationAccount[]
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties string
    addresses AssetGeoLocationAddress[]
    The location's street address. This complex property has following sub-properties:
    ancestors AssetGeoLocationAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    assetGeoLocationId string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates AssetGeoLocationCoordinate[]
    The location's longitude and latitude coordinates. This complex property has following sub-properties:
    createTime string
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    A user provided name for the location.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents AssetGeoLocationParent[]
    (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 AssetGeoLocationPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    sharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags AssetGeoLocationTag[]
    This complex property has following sub-properties:
    versionContexts AssetGeoLocationVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    accounts Sequence[AssetGeoLocationAccountArgs]
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additional_properties str
    addresses Sequence[AssetGeoLocationAddressArgs]
    The location's street address. This complex property has following sub-properties:
    ancestors Sequence[AssetGeoLocationAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    asset_geo_location_id str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates Sequence[AssetGeoLocationCoordinateArgs]
    The location's longitude and latitude coordinates. This complex property has following sub-properties:
    create_time str
    (ReadOnly) The time when this managed object was created.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    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
    A user provided name for the location.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[AssetGeoLocationParentArgs]
    (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[AssetGeoLocationPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    shared_scope str
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[AssetGeoLocationTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[AssetGeoLocationVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<Property Map>
    (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    additionalProperties String
    addresses List<Property Map>
    The location's street address. This complex property has following sub-properties:
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    assetGeoLocationId String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates List<Property Map>
    The location's longitude and latitude coordinates. This complex property has following sub-properties:
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user provided name for the location.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<Property Map>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:

    Supporting Types

    AssetGeoLocationAccount, AssetGeoLocationAccountArgs

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

    AssetGeoLocationAddress, AssetGeoLocationAddressArgs

    AdditionalProperties string
    Address1 string
    The primary street address.
    Address2 string
    Additional address information, such as suite number or floor.
    City string
    The city where the address is located.
    ClassId string
    Country string
    The country code in ISO 3166-1 alpha-2 format.* Unknown - The value Unknown is used when the country code is not known or applicable.* AD - The country code for Andorra.* AE - The country code for United Arab Emirates.* AF - The country code for Afghanistan.* AG - The country code for Antigua and Barbuda.* AI - The country code for Anguilla.* AL - The country code for Albania.* AM - The country code for Armenia.* AO - The country code for Angola.* AQ - The country code for Antarctica.* AR - The country code for Argentina.* AS - The country code for American Samoa.* AT - The country code for Austria.* AU - The country code for Australia.* AW - The country code for Aruba.* AX - The country code for Åland Islands.* AZ - The country code for Azerbaijan.* BA - The country code for Bosnia and Herzegovina.* BB - The country code for Barbados.* BD - The country code for Bangladesh.* BE - The country code for Belgium.* BF - The country code for Burkina Faso.* BG - The country code for Bulgaria.* BH - The country code for Bahrain.* BI - The country code for Burundi.* BJ - The country code for Benin.* BL - The country code for Saint Barthélemy.* BM - The country code for Bermuda.* BN - The country code for Brunei Darussalam.* BO - The country code for Plurinational State of Bolivia.* BQ - The country code for Sint Eustatius and Saba Bonaire.* BR - The country code for Brazil.* BS - The country code for Bahamas.* BT - The country code for Bhutan.* BV - The country code for Bouvet Island.* BW - The country code for Botswana.* BY - The country code for Belarus.* BZ - The country code for Belize.* CA - The country code for Canada.* CC - The country code for Cocos (Keeling) Islands.* CD - The country code for Democratic Republic of the Congo.* CF - The country code for Central African Republic.* CG - The country code for Congo.* CH - The country code for Switzerland.* CI - The country code for Côte d'Ivoire.* CK - The country code for Cook Islands.* CL - The country code for Chile.* CM - The country code for Cameroon.* CN - The country code for China.* CO - The country code for Colombia.* CR - The country code for Costa Rica.* CU - The country code for Cuba.* CV - The country code for Cabo Verde.* CW - The country code for Curaçao.* CX - The country code for Christmas Island.* CY - The country code for Cyprus.* CZ - The country code for Czechia.* DE - The country code for Germany.* DJ - The country code for Djibouti.* DK - The country code for Denmark.* DM - The country code for Dominica.* DO - The country code for Dominican Republic.* DZ - The country code for Algeria.* EC - The country code for Ecuador.* EE - The country code for Estonia.* EG - The country code for Egypt.* EH - The country code for Western Sahara.* ER - The country code for Eritrea.* ES - The country code for Spain.* ET - The country code for Ethiopia.* FI - The country code for Finland.* FJ - The country code for Fiji.* FK - The country code for Falkland Islands (Malvinas).* FM - The country code for Federated States of Micronesia.* FO - The country code for Faroe Islands.* FR - The country code for France.* GA - The country code for Gabon.* GB - The country code for United Kingdom of Great Britain and Northern Ireland.* GD - The country code for Grenada.* GE - The country code for Georgia.* GF - The country code for French Guiana.* GG - The country code for Guernsey.* GH - The country code for Ghana.* GI - The country code for Gibraltar.* GL - The country code for Greenland.* GM - The country code for Gambia.* GN - The country code for Guinea.* GP - The country code for Guadeloupe.* GQ - The country code for Equatorial Guinea.* GR - The country code for Greece.* GS - The country code for South Georgia and the South Sandwich Islands.* GT - The country code for Guatemala.* GU - The country code for Guam.* GW - The country code for Guinea-Bissau.* GY - The country code for Guyana.* HK - The country code for Hong Kong.* HM - The country code for Heard Island and McDonald Islands.* HN - The country code for Honduras.* HR - The country code for Croatia.* HT - The country code for Haiti.* HU - The country code for Hungary.* ID - The country code for Indonesia.* IE - The country code for Ireland.* IL - The country code for Israel.* IM - The country code for Isle of Man.* IN - The country code for India.* IO - The country code for British Indian Ocean Territory.* IQ - The country code for Iraq.* IR - The country code for Islamic Republic of Iran.* IS - The country code for Iceland.* IT - The country code for Italy.* JE - The country code for Jersey.* JM - The country code for Jamaica.* JO - The country code for Jordan.* JP - The country code for Japan.* KE - The country code for Kenya.* KG - The country code for Kyrgyzstan.* KH - The country code for Cambodia.* KI - The country code for Kiribati.* KM - The country code for Comoros.* KN - The country code for Saint Kitts and Nevis.* KP - The country code for Democratic People's Republic of Korea.* KR - The country code for Republic of Korea.* KW - The country code for Kuwait.* KY - The country code for Cayman Islands.* KZ - The country code for Kazakhstan.* LA - The country code for Lao People's Democratic Republic.* LB - The country code for Lebanon.* LC - The country code for Saint Lucia.* LI - The country code for Liechtenstein.* LK - The country code for Sri Lanka.* LR - The country code for Liberia.* LS - The country code for Lesotho.* LT - The country code for Lithuania.* LU - The country code for Luxembourg.* LV - The country code for Latvia.* LY - The country code for Libya.* MA - The country code for Morocco.* MC - The country code for Monaco.* MD - The country code for Republic of Moldova.* ME - The country code for Montenegro.* MF - The country code for Saint Martin (French part).* MG - The country code for Madagascar.* MH - The country code for Marshall Islands.* MK - The country code for North Macedonia.* ML - The country code for Mali.* MM - The country code for Myanmar.* MN - The country code for Mongolia.* MO - The country code for Macao.* MP - The country code for Northern Mariana Islands.* MQ - The country code for Martinique.* MR - The country code for Mauritania.* MS - The country code for Montserrat.* MT - The country code for Malta.* MU - The country code for Mauritius.* MV - The country code for Maldives.* MW - The country code for Malawi.* MX - The country code for Mexico.* MY - The country code for Malaysia.* MZ - The country code for Mozambique.* NA - The country code for Namibia.* NC - The country code for New Caledonia.* NE - The country code for Niger.* NF - The country code for Norfolk Island.* NG - The country code for Nigeria.* NI - The country code for Nicaragua.* NL - The country code for Kingdom of the Netherlands.* NO - The country code for Norway.* NP - The country code for Nepal.* NR - The country code for Nauru.* NU - The country code for Niue.* NZ - The country code for New Zealand.* OM - The country code for Oman.* PA - The country code for Panama.* PE - The country code for Peru.* PF - The country code for French Polynesia.* PG - The country code for Papua New Guinea.* PH - The country code for Philippines.* PK - The country code for Pakistan.* PL - The country code for Poland.* PM - The country code for Saint Pierre and Miquelon.* PN - The country code for Pitcairn.* PR - The country code for Puerto Rico.* PS - The country code for State of Palestine.* PT - The country code for Portugal.* PW - The country code for Palau.* PY - The country code for Paraguay.* QA - The country code for Qatar.* RE - The country code for Réunion.* RO - The country code for Romania.* RS - The country code for Serbia.* RU - The country code for Russian Federation.* RW - The country code for Rwanda.* SA - The country code for Saudi Arabia.* SB - The country code for Solomon Islands.* SC - The country code for Seychelles.* SD - The country code for Sudan.* SE - The country code for Sweden.* SG - The country code for Singapore.* SH - The country code for Ascension and Tristan da Cunha Saint Helena.* SI - The country code for Slovenia.* SJ - The country code for Svalbard and Jan Mayen.* SK - The country code for Slovakia.* SL - The country code for Sierra Leone.* SM - The country code for San Marino.* SN - The country code for Senegal.* SO - The country code for Somalia.* SR - The country code for Suriname.* SS - The country code for South Sudan.* ST - The country code for Sao Tome and Principe.* SV - The country code for El Salvador.* SX - The country code for Sint Maarten (Dutch part).* SY - The country code for Syrian Arab Republic.* SZ - The country code for Eswatini.* TC - The country code for Turks and Caicos Islands.* TD - The country code for Chad.* TF - The country code for French Southern Territories.* TG - The country code for Togo.* TH - The country code for Thailand.* TJ - The country code for Tajikistan.* TK - The country code for Tokelau.* TL - The country code for Timor-Leste.* TM - The country code for Turkmenistan.* TN - The country code for Tunisia.* TO - The country code for Tonga.* TR - The country code for Türkiye.* TT - The country code for Trinidad and Tobago.* TV - The country code for Tuvalu.* TW - The country code for Province of China Taiwan.* TZ - The country code for United Republic of Tanzania.* UA - The country code for Ukraine.* UG - The country code for Uganda.* UM - The country code for United States Minor Outlying Islands.* US - The country code for United States of America.* UY - The country code for Uruguay.* UZ - The country code for Uzbekistan.* VA - The country code for Holy See.* VC - The country code for Saint Vincent and the Grenadines.* VE - The country code for Bolivarian Republic of Venezuela.* VG - The country code for Virgin Islands (British).* VI - The country code for Virgin Islands (U.S.).* VN - The country code for Viet Nam.* VU - The country code for Vanuatu.* WF - The country code for Wallis and Futuna.* WS - The country code for Samoa.* YE - The country code for Yemen.* YT - The country code for Mayotte.* ZA - The country code for South Africa.* ZM - The country code for Zambia.* ZW - The country code for Zimbabwe.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    PostalCode string
    The postal or ZIP code for the address.
    StateProvince string
    The state or province where the address is located.
    AdditionalProperties string
    Address1 string
    The primary street address.
    Address2 string
    Additional address information, such as suite number or floor.
    City string
    The city where the address is located.
    ClassId string
    Country string
    The country code in ISO 3166-1 alpha-2 format.* Unknown - The value Unknown is used when the country code is not known or applicable.* AD - The country code for Andorra.* AE - The country code for United Arab Emirates.* AF - The country code for Afghanistan.* AG - The country code for Antigua and Barbuda.* AI - The country code for Anguilla.* AL - The country code for Albania.* AM - The country code for Armenia.* AO - The country code for Angola.* AQ - The country code for Antarctica.* AR - The country code for Argentina.* AS - The country code for American Samoa.* AT - The country code for Austria.* AU - The country code for Australia.* AW - The country code for Aruba.* AX - The country code for Åland Islands.* AZ - The country code for Azerbaijan.* BA - The country code for Bosnia and Herzegovina.* BB - The country code for Barbados.* BD - The country code for Bangladesh.* BE - The country code for Belgium.* BF - The country code for Burkina Faso.* BG - The country code for Bulgaria.* BH - The country code for Bahrain.* BI - The country code for Burundi.* BJ - The country code for Benin.* BL - The country code for Saint Barthélemy.* BM - The country code for Bermuda.* BN - The country code for Brunei Darussalam.* BO - The country code for Plurinational State of Bolivia.* BQ - The country code for Sint Eustatius and Saba Bonaire.* BR - The country code for Brazil.* BS - The country code for Bahamas.* BT - The country code for Bhutan.* BV - The country code for Bouvet Island.* BW - The country code for Botswana.* BY - The country code for Belarus.* BZ - The country code for Belize.* CA - The country code for Canada.* CC - The country code for Cocos (Keeling) Islands.* CD - The country code for Democratic Republic of the Congo.* CF - The country code for Central African Republic.* CG - The country code for Congo.* CH - The country code for Switzerland.* CI - The country code for Côte d'Ivoire.* CK - The country code for Cook Islands.* CL - The country code for Chile.* CM - The country code for Cameroon.* CN - The country code for China.* CO - The country code for Colombia.* CR - The country code for Costa Rica.* CU - The country code for Cuba.* CV - The country code for Cabo Verde.* CW - The country code for Curaçao.* CX - The country code for Christmas Island.* CY - The country code for Cyprus.* CZ - The country code for Czechia.* DE - The country code for Germany.* DJ - The country code for Djibouti.* DK - The country code for Denmark.* DM - The country code for Dominica.* DO - The country code for Dominican Republic.* DZ - The country code for Algeria.* EC - The country code for Ecuador.* EE - The country code for Estonia.* EG - The country code for Egypt.* EH - The country code for Western Sahara.* ER - The country code for Eritrea.* ES - The country code for Spain.* ET - The country code for Ethiopia.* FI - The country code for Finland.* FJ - The country code for Fiji.* FK - The country code for Falkland Islands (Malvinas).* FM - The country code for Federated States of Micronesia.* FO - The country code for Faroe Islands.* FR - The country code for France.* GA - The country code for Gabon.* GB - The country code for United Kingdom of Great Britain and Northern Ireland.* GD - The country code for Grenada.* GE - The country code for Georgia.* GF - The country code for French Guiana.* GG - The country code for Guernsey.* GH - The country code for Ghana.* GI - The country code for Gibraltar.* GL - The country code for Greenland.* GM - The country code for Gambia.* GN - The country code for Guinea.* GP - The country code for Guadeloupe.* GQ - The country code for Equatorial Guinea.* GR - The country code for Greece.* GS - The country code for South Georgia and the South Sandwich Islands.* GT - The country code for Guatemala.* GU - The country code for Guam.* GW - The country code for Guinea-Bissau.* GY - The country code for Guyana.* HK - The country code for Hong Kong.* HM - The country code for Heard Island and McDonald Islands.* HN - The country code for Honduras.* HR - The country code for Croatia.* HT - The country code for Haiti.* HU - The country code for Hungary.* ID - The country code for Indonesia.* IE - The country code for Ireland.* IL - The country code for Israel.* IM - The country code for Isle of Man.* IN - The country code for India.* IO - The country code for British Indian Ocean Territory.* IQ - The country code for Iraq.* IR - The country code for Islamic Republic of Iran.* IS - The country code for Iceland.* IT - The country code for Italy.* JE - The country code for Jersey.* JM - The country code for Jamaica.* JO - The country code for Jordan.* JP - The country code for Japan.* KE - The country code for Kenya.* KG - The country code for Kyrgyzstan.* KH - The country code for Cambodia.* KI - The country code for Kiribati.* KM - The country code for Comoros.* KN - The country code for Saint Kitts and Nevis.* KP - The country code for Democratic People's Republic of Korea.* KR - The country code for Republic of Korea.* KW - The country code for Kuwait.* KY - The country code for Cayman Islands.* KZ - The country code for Kazakhstan.* LA - The country code for Lao People's Democratic Republic.* LB - The country code for Lebanon.* LC - The country code for Saint Lucia.* LI - The country code for Liechtenstein.* LK - The country code for Sri Lanka.* LR - The country code for Liberia.* LS - The country code for Lesotho.* LT - The country code for Lithuania.* LU - The country code for Luxembourg.* LV - The country code for Latvia.* LY - The country code for Libya.* MA - The country code for Morocco.* MC - The country code for Monaco.* MD - The country code for Republic of Moldova.* ME - The country code for Montenegro.* MF - The country code for Saint Martin (French part).* MG - The country code for Madagascar.* MH - The country code for Marshall Islands.* MK - The country code for North Macedonia.* ML - The country code for Mali.* MM - The country code for Myanmar.* MN - The country code for Mongolia.* MO - The country code for Macao.* MP - The country code for Northern Mariana Islands.* MQ - The country code for Martinique.* MR - The country code for Mauritania.* MS - The country code for Montserrat.* MT - The country code for Malta.* MU - The country code for Mauritius.* MV - The country code for Maldives.* MW - The country code for Malawi.* MX - The country code for Mexico.* MY - The country code for Malaysia.* MZ - The country code for Mozambique.* NA - The country code for Namibia.* NC - The country code for New Caledonia.* NE - The country code for Niger.* NF - The country code for Norfolk Island.* NG - The country code for Nigeria.* NI - The country code for Nicaragua.* NL - The country code for Kingdom of the Netherlands.* NO - The country code for Norway.* NP - The country code for Nepal.* NR - The country code for Nauru.* NU - The country code for Niue.* NZ - The country code for New Zealand.* OM - The country code for Oman.* PA - The country code for Panama.* PE - The country code for Peru.* PF - The country code for French Polynesia.* PG - The country code for Papua New Guinea.* PH - The country code for Philippines.* PK - The country code for Pakistan.* PL - The country code for Poland.* PM - The country code for Saint Pierre and Miquelon.* PN - The country code for Pitcairn.* PR - The country code for Puerto Rico.* PS - The country code for State of Palestine.* PT - The country code for Portugal.* PW - The country code for Palau.* PY - The country code for Paraguay.* QA - The country code for Qatar.* RE - The country code for Réunion.* RO - The country code for Romania.* RS - The country code for Serbia.* RU - The country code for Russian Federation.* RW - The country code for Rwanda.* SA - The country code for Saudi Arabia.* SB - The country code for Solomon Islands.* SC - The country code for Seychelles.* SD - The country code for Sudan.* SE - The country code for Sweden.* SG - The country code for Singapore.* SH - The country code for Ascension and Tristan da Cunha Saint Helena.* SI - The country code for Slovenia.* SJ - The country code for Svalbard and Jan Mayen.* SK - The country code for Slovakia.* SL - The country code for Sierra Leone.* SM - The country code for San Marino.* SN - The country code for Senegal.* SO - The country code for Somalia.* SR - The country code for Suriname.* SS - The country code for South Sudan.* ST - The country code for Sao Tome and Principe.* SV - The country code for El Salvador.* SX - The country code for Sint Maarten (Dutch part).* SY - The country code for Syrian Arab Republic.* SZ - The country code for Eswatini.* TC - The country code for Turks and Caicos Islands.* TD - The country code for Chad.* TF - The country code for French Southern Territories.* TG - The country code for Togo.* TH - The country code for Thailand.* TJ - The country code for Tajikistan.* TK - The country code for Tokelau.* TL - The country code for Timor-Leste.* TM - The country code for Turkmenistan.* TN - The country code for Tunisia.* TO - The country code for Tonga.* TR - The country code for Türkiye.* TT - The country code for Trinidad and Tobago.* TV - The country code for Tuvalu.* TW - The country code for Province of China Taiwan.* TZ - The country code for United Republic of Tanzania.* UA - The country code for Ukraine.* UG - The country code for Uganda.* UM - The country code for United States Minor Outlying Islands.* US - The country code for United States of America.* UY - The country code for Uruguay.* UZ - The country code for Uzbekistan.* VA - The country code for Holy See.* VC - The country code for Saint Vincent and the Grenadines.* VE - The country code for Bolivarian Republic of Venezuela.* VG - The country code for Virgin Islands (British).* VI - The country code for Virgin Islands (U.S.).* VN - The country code for Viet Nam.* VU - The country code for Vanuatu.* WF - The country code for Wallis and Futuna.* WS - The country code for Samoa.* YE - The country code for Yemen.* YT - The country code for Mayotte.* ZA - The country code for South Africa.* ZM - The country code for Zambia.* ZW - The country code for Zimbabwe.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    PostalCode string
    The postal or ZIP code for the address.
    StateProvince string
    The state or province where the address is located.
    additionalProperties String
    address1 String
    The primary street address.
    address2 String
    Additional address information, such as suite number or floor.
    city String
    The city where the address is located.
    classId String
    country String
    The country code in ISO 3166-1 alpha-2 format.* Unknown - The value Unknown is used when the country code is not known or applicable.* AD - The country code for Andorra.* AE - The country code for United Arab Emirates.* AF - The country code for Afghanistan.* AG - The country code for Antigua and Barbuda.* AI - The country code for Anguilla.* AL - The country code for Albania.* AM - The country code for Armenia.* AO - The country code for Angola.* AQ - The country code for Antarctica.* AR - The country code for Argentina.* AS - The country code for American Samoa.* AT - The country code for Austria.* AU - The country code for Australia.* AW - The country code for Aruba.* AX - The country code for Åland Islands.* AZ - The country code for Azerbaijan.* BA - The country code for Bosnia and Herzegovina.* BB - The country code for Barbados.* BD - The country code for Bangladesh.* BE - The country code for Belgium.* BF - The country code for Burkina Faso.* BG - The country code for Bulgaria.* BH - The country code for Bahrain.* BI - The country code for Burundi.* BJ - The country code for Benin.* BL - The country code for Saint Barthélemy.* BM - The country code for Bermuda.* BN - The country code for Brunei Darussalam.* BO - The country code for Plurinational State of Bolivia.* BQ - The country code for Sint Eustatius and Saba Bonaire.* BR - The country code for Brazil.* BS - The country code for Bahamas.* BT - The country code for Bhutan.* BV - The country code for Bouvet Island.* BW - The country code for Botswana.* BY - The country code for Belarus.* BZ - The country code for Belize.* CA - The country code for Canada.* CC - The country code for Cocos (Keeling) Islands.* CD - The country code for Democratic Republic of the Congo.* CF - The country code for Central African Republic.* CG - The country code for Congo.* CH - The country code for Switzerland.* CI - The country code for Côte d'Ivoire.* CK - The country code for Cook Islands.* CL - The country code for Chile.* CM - The country code for Cameroon.* CN - The country code for China.* CO - The country code for Colombia.* CR - The country code for Costa Rica.* CU - The country code for Cuba.* CV - The country code for Cabo Verde.* CW - The country code for Curaçao.* CX - The country code for Christmas Island.* CY - The country code for Cyprus.* CZ - The country code for Czechia.* DE - The country code for Germany.* DJ - The country code for Djibouti.* DK - The country code for Denmark.* DM - The country code for Dominica.* DO - The country code for Dominican Republic.* DZ - The country code for Algeria.* EC - The country code for Ecuador.* EE - The country code for Estonia.* EG - The country code for Egypt.* EH - The country code for Western Sahara.* ER - The country code for Eritrea.* ES - The country code for Spain.* ET - The country code for Ethiopia.* FI - The country code for Finland.* FJ - The country code for Fiji.* FK - The country code for Falkland Islands (Malvinas).* FM - The country code for Federated States of Micronesia.* FO - The country code for Faroe Islands.* FR - The country code for France.* GA - The country code for Gabon.* GB - The country code for United Kingdom of Great Britain and Northern Ireland.* GD - The country code for Grenada.* GE - The country code for Georgia.* GF - The country code for French Guiana.* GG - The country code for Guernsey.* GH - The country code for Ghana.* GI - The country code for Gibraltar.* GL - The country code for Greenland.* GM - The country code for Gambia.* GN - The country code for Guinea.* GP - The country code for Guadeloupe.* GQ - The country code for Equatorial Guinea.* GR - The country code for Greece.* GS - The country code for South Georgia and the South Sandwich Islands.* GT - The country code for Guatemala.* GU - The country code for Guam.* GW - The country code for Guinea-Bissau.* GY - The country code for Guyana.* HK - The country code for Hong Kong.* HM - The country code for Heard Island and McDonald Islands.* HN - The country code for Honduras.* HR - The country code for Croatia.* HT - The country code for Haiti.* HU - The country code for Hungary.* ID - The country code for Indonesia.* IE - The country code for Ireland.* IL - The country code for Israel.* IM - The country code for Isle of Man.* IN - The country code for India.* IO - The country code for British Indian Ocean Territory.* IQ - The country code for Iraq.* IR - The country code for Islamic Republic of Iran.* IS - The country code for Iceland.* IT - The country code for Italy.* JE - The country code for Jersey.* JM - The country code for Jamaica.* JO - The country code for Jordan.* JP - The country code for Japan.* KE - The country code for Kenya.* KG - The country code for Kyrgyzstan.* KH - The country code for Cambodia.* KI - The country code for Kiribati.* KM - The country code for Comoros.* KN - The country code for Saint Kitts and Nevis.* KP - The country code for Democratic People's Republic of Korea.* KR - The country code for Republic of Korea.* KW - The country code for Kuwait.* KY - The country code for Cayman Islands.* KZ - The country code for Kazakhstan.* LA - The country code for Lao People's Democratic Republic.* LB - The country code for Lebanon.* LC - The country code for Saint Lucia.* LI - The country code for Liechtenstein.* LK - The country code for Sri Lanka.* LR - The country code for Liberia.* LS - The country code for Lesotho.* LT - The country code for Lithuania.* LU - The country code for Luxembourg.* LV - The country code for Latvia.* LY - The country code for Libya.* MA - The country code for Morocco.* MC - The country code for Monaco.* MD - The country code for Republic of Moldova.* ME - The country code for Montenegro.* MF - The country code for Saint Martin (French part).* MG - The country code for Madagascar.* MH - The country code for Marshall Islands.* MK - The country code for North Macedonia.* ML - The country code for Mali.* MM - The country code for Myanmar.* MN - The country code for Mongolia.* MO - The country code for Macao.* MP - The country code for Northern Mariana Islands.* MQ - The country code for Martinique.* MR - The country code for Mauritania.* MS - The country code for Montserrat.* MT - The country code for Malta.* MU - The country code for Mauritius.* MV - The country code for Maldives.* MW - The country code for Malawi.* MX - The country code for Mexico.* MY - The country code for Malaysia.* MZ - The country code for Mozambique.* NA - The country code for Namibia.* NC - The country code for New Caledonia.* NE - The country code for Niger.* NF - The country code for Norfolk Island.* NG - The country code for Nigeria.* NI - The country code for Nicaragua.* NL - The country code for Kingdom of the Netherlands.* NO - The country code for Norway.* NP - The country code for Nepal.* NR - The country code for Nauru.* NU - The country code for Niue.* NZ - The country code for New Zealand.* OM - The country code for Oman.* PA - The country code for Panama.* PE - The country code for Peru.* PF - The country code for French Polynesia.* PG - The country code for Papua New Guinea.* PH - The country code for Philippines.* PK - The country code for Pakistan.* PL - The country code for Poland.* PM - The country code for Saint Pierre and Miquelon.* PN - The country code for Pitcairn.* PR - The country code for Puerto Rico.* PS - The country code for State of Palestine.* PT - The country code for Portugal.* PW - The country code for Palau.* PY - The country code for Paraguay.* QA - The country code for Qatar.* RE - The country code for Réunion.* RO - The country code for Romania.* RS - The country code for Serbia.* RU - The country code for Russian Federation.* RW - The country code for Rwanda.* SA - The country code for Saudi Arabia.* SB - The country code for Solomon Islands.* SC - The country code for Seychelles.* SD - The country code for Sudan.* SE - The country code for Sweden.* SG - The country code for Singapore.* SH - The country code for Ascension and Tristan da Cunha Saint Helena.* SI - The country code for Slovenia.* SJ - The country code for Svalbard and Jan Mayen.* SK - The country code for Slovakia.* SL - The country code for Sierra Leone.* SM - The country code for San Marino.* SN - The country code for Senegal.* SO - The country code for Somalia.* SR - The country code for Suriname.* SS - The country code for South Sudan.* ST - The country code for Sao Tome and Principe.* SV - The country code for El Salvador.* SX - The country code for Sint Maarten (Dutch part).* SY - The country code for Syrian Arab Republic.* SZ - The country code for Eswatini.* TC - The country code for Turks and Caicos Islands.* TD - The country code for Chad.* TF - The country code for French Southern Territories.* TG - The country code for Togo.* TH - The country code for Thailand.* TJ - The country code for Tajikistan.* TK - The country code for Tokelau.* TL - The country code for Timor-Leste.* TM - The country code for Turkmenistan.* TN - The country code for Tunisia.* TO - The country code for Tonga.* TR - The country code for Türkiye.* TT - The country code for Trinidad and Tobago.* TV - The country code for Tuvalu.* TW - The country code for Province of China Taiwan.* TZ - The country code for United Republic of Tanzania.* UA - The country code for Ukraine.* UG - The country code for Uganda.* UM - The country code for United States Minor Outlying Islands.* US - The country code for United States of America.* UY - The country code for Uruguay.* UZ - The country code for Uzbekistan.* VA - The country code for Holy See.* VC - The country code for Saint Vincent and the Grenadines.* VE - The country code for Bolivarian Republic of Venezuela.* VG - The country code for Virgin Islands (British).* VI - The country code for Virgin Islands (U.S.).* VN - The country code for Viet Nam.* VU - The country code for Vanuatu.* WF - The country code for Wallis and Futuna.* WS - The country code for Samoa.* YE - The country code for Yemen.* YT - The country code for Mayotte.* ZA - The country code for South Africa.* ZM - The country code for Zambia.* ZW - The country code for Zimbabwe.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    postalCode String
    The postal or ZIP code for the address.
    stateProvince String
    The state or province where the address is located.
    additionalProperties string
    address1 string
    The primary street address.
    address2 string
    Additional address information, such as suite number or floor.
    city string
    The city where the address is located.
    classId string
    country string
    The country code in ISO 3166-1 alpha-2 format.* Unknown - The value Unknown is used when the country code is not known or applicable.* AD - The country code for Andorra.* AE - The country code for United Arab Emirates.* AF - The country code for Afghanistan.* AG - The country code for Antigua and Barbuda.* AI - The country code for Anguilla.* AL - The country code for Albania.* AM - The country code for Armenia.* AO - The country code for Angola.* AQ - The country code for Antarctica.* AR - The country code for Argentina.* AS - The country code for American Samoa.* AT - The country code for Austria.* AU - The country code for Australia.* AW - The country code for Aruba.* AX - The country code for Åland Islands.* AZ - The country code for Azerbaijan.* BA - The country code for Bosnia and Herzegovina.* BB - The country code for Barbados.* BD - The country code for Bangladesh.* BE - The country code for Belgium.* BF - The country code for Burkina Faso.* BG - The country code for Bulgaria.* BH - The country code for Bahrain.* BI - The country code for Burundi.* BJ - The country code for Benin.* BL - The country code for Saint Barthélemy.* BM - The country code for Bermuda.* BN - The country code for Brunei Darussalam.* BO - The country code for Plurinational State of Bolivia.* BQ - The country code for Sint Eustatius and Saba Bonaire.* BR - The country code for Brazil.* BS - The country code for Bahamas.* BT - The country code for Bhutan.* BV - The country code for Bouvet Island.* BW - The country code for Botswana.* BY - The country code for Belarus.* BZ - The country code for Belize.* CA - The country code for Canada.* CC - The country code for Cocos (Keeling) Islands.* CD - The country code for Democratic Republic of the Congo.* CF - The country code for Central African Republic.* CG - The country code for Congo.* CH - The country code for Switzerland.* CI - The country code for Côte d'Ivoire.* CK - The country code for Cook Islands.* CL - The country code for Chile.* CM - The country code for Cameroon.* CN - The country code for China.* CO - The country code for Colombia.* CR - The country code for Costa Rica.* CU - The country code for Cuba.* CV - The country code for Cabo Verde.* CW - The country code for Curaçao.* CX - The country code for Christmas Island.* CY - The country code for Cyprus.* CZ - The country code for Czechia.* DE - The country code for Germany.* DJ - The country code for Djibouti.* DK - The country code for Denmark.* DM - The country code for Dominica.* DO - The country code for Dominican Republic.* DZ - The country code for Algeria.* EC - The country code for Ecuador.* EE - The country code for Estonia.* EG - The country code for Egypt.* EH - The country code for Western Sahara.* ER - The country code for Eritrea.* ES - The country code for Spain.* ET - The country code for Ethiopia.* FI - The country code for Finland.* FJ - The country code for Fiji.* FK - The country code for Falkland Islands (Malvinas).* FM - The country code for Federated States of Micronesia.* FO - The country code for Faroe Islands.* FR - The country code for France.* GA - The country code for Gabon.* GB - The country code for United Kingdom of Great Britain and Northern Ireland.* GD - The country code for Grenada.* GE - The country code for Georgia.* GF - The country code for French Guiana.* GG - The country code for Guernsey.* GH - The country code for Ghana.* GI - The country code for Gibraltar.* GL - The country code for Greenland.* GM - The country code for Gambia.* GN - The country code for Guinea.* GP - The country code for Guadeloupe.* GQ - The country code for Equatorial Guinea.* GR - The country code for Greece.* GS - The country code for South Georgia and the South Sandwich Islands.* GT - The country code for Guatemala.* GU - The country code for Guam.* GW - The country code for Guinea-Bissau.* GY - The country code for Guyana.* HK - The country code for Hong Kong.* HM - The country code for Heard Island and McDonald Islands.* HN - The country code for Honduras.* HR - The country code for Croatia.* HT - The country code for Haiti.* HU - The country code for Hungary.* ID - The country code for Indonesia.* IE - The country code for Ireland.* IL - The country code for Israel.* IM - The country code for Isle of Man.* IN - The country code for India.* IO - The country code for British Indian Ocean Territory.* IQ - The country code for Iraq.* IR - The country code for Islamic Republic of Iran.* IS - The country code for Iceland.* IT - The country code for Italy.* JE - The country code for Jersey.* JM - The country code for Jamaica.* JO - The country code for Jordan.* JP - The country code for Japan.* KE - The country code for Kenya.* KG - The country code for Kyrgyzstan.* KH - The country code for Cambodia.* KI - The country code for Kiribati.* KM - The country code for Comoros.* KN - The country code for Saint Kitts and Nevis.* KP - The country code for Democratic People's Republic of Korea.* KR - The country code for Republic of Korea.* KW - The country code for Kuwait.* KY - The country code for Cayman Islands.* KZ - The country code for Kazakhstan.* LA - The country code for Lao People's Democratic Republic.* LB - The country code for Lebanon.* LC - The country code for Saint Lucia.* LI - The country code for Liechtenstein.* LK - The country code for Sri Lanka.* LR - The country code for Liberia.* LS - The country code for Lesotho.* LT - The country code for Lithuania.* LU - The country code for Luxembourg.* LV - The country code for Latvia.* LY - The country code for Libya.* MA - The country code for Morocco.* MC - The country code for Monaco.* MD - The country code for Republic of Moldova.* ME - The country code for Montenegro.* MF - The country code for Saint Martin (French part).* MG - The country code for Madagascar.* MH - The country code for Marshall Islands.* MK - The country code for North Macedonia.* ML - The country code for Mali.* MM - The country code for Myanmar.* MN - The country code for Mongolia.* MO - The country code for Macao.* MP - The country code for Northern Mariana Islands.* MQ - The country code for Martinique.* MR - The country code for Mauritania.* MS - The country code for Montserrat.* MT - The country code for Malta.* MU - The country code for Mauritius.* MV - The country code for Maldives.* MW - The country code for Malawi.* MX - The country code for Mexico.* MY - The country code for Malaysia.* MZ - The country code for Mozambique.* NA - The country code for Namibia.* NC - The country code for New Caledonia.* NE - The country code for Niger.* NF - The country code for Norfolk Island.* NG - The country code for Nigeria.* NI - The country code for Nicaragua.* NL - The country code for Kingdom of the Netherlands.* NO - The country code for Norway.* NP - The country code for Nepal.* NR - The country code for Nauru.* NU - The country code for Niue.* NZ - The country code for New Zealand.* OM - The country code for Oman.* PA - The country code for Panama.* PE - The country code for Peru.* PF - The country code for French Polynesia.* PG - The country code for Papua New Guinea.* PH - The country code for Philippines.* PK - The country code for Pakistan.* PL - The country code for Poland.* PM - The country code for Saint Pierre and Miquelon.* PN - The country code for Pitcairn.* PR - The country code for Puerto Rico.* PS - The country code for State of Palestine.* PT - The country code for Portugal.* PW - The country code for Palau.* PY - The country code for Paraguay.* QA - The country code for Qatar.* RE - The country code for Réunion.* RO - The country code for Romania.* RS - The country code for Serbia.* RU - The country code for Russian Federation.* RW - The country code for Rwanda.* SA - The country code for Saudi Arabia.* SB - The country code for Solomon Islands.* SC - The country code for Seychelles.* SD - The country code for Sudan.* SE - The country code for Sweden.* SG - The country code for Singapore.* SH - The country code for Ascension and Tristan da Cunha Saint Helena.* SI - The country code for Slovenia.* SJ - The country code for Svalbard and Jan Mayen.* SK - The country code for Slovakia.* SL - The country code for Sierra Leone.* SM - The country code for San Marino.* SN - The country code for Senegal.* SO - The country code for Somalia.* SR - The country code for Suriname.* SS - The country code for South Sudan.* ST - The country code for Sao Tome and Principe.* SV - The country code for El Salvador.* SX - The country code for Sint Maarten (Dutch part).* SY - The country code for Syrian Arab Republic.* SZ - The country code for Eswatini.* TC - The country code for Turks and Caicos Islands.* TD - The country code for Chad.* TF - The country code for French Southern Territories.* TG - The country code for Togo.* TH - The country code for Thailand.* TJ - The country code for Tajikistan.* TK - The country code for Tokelau.* TL - The country code for Timor-Leste.* TM - The country code for Turkmenistan.* TN - The country code for Tunisia.* TO - The country code for Tonga.* TR - The country code for Türkiye.* TT - The country code for Trinidad and Tobago.* TV - The country code for Tuvalu.* TW - The country code for Province of China Taiwan.* TZ - The country code for United Republic of Tanzania.* UA - The country code for Ukraine.* UG - The country code for Uganda.* UM - The country code for United States Minor Outlying Islands.* US - The country code for United States of America.* UY - The country code for Uruguay.* UZ - The country code for Uzbekistan.* VA - The country code for Holy See.* VC - The country code for Saint Vincent and the Grenadines.* VE - The country code for Bolivarian Republic of Venezuela.* VG - The country code for Virgin Islands (British).* VI - The country code for Virgin Islands (U.S.).* VN - The country code for Viet Nam.* VU - The country code for Vanuatu.* WF - The country code for Wallis and Futuna.* WS - The country code for Samoa.* YE - The country code for Yemen.* YT - The country code for Mayotte.* ZA - The country code for South Africa.* ZM - The country code for Zambia.* ZW - The country code for Zimbabwe.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    postalCode string
    The postal or ZIP code for the address.
    stateProvince string
    The state or province where the address is located.
    additional_properties str
    address1 str
    The primary street address.
    address2 str
    Additional address information, such as suite number or floor.
    city str
    The city where the address is located.
    class_id str
    country str
    The country code in ISO 3166-1 alpha-2 format.* Unknown - The value Unknown is used when the country code is not known or applicable.* AD - The country code for Andorra.* AE - The country code for United Arab Emirates.* AF - The country code for Afghanistan.* AG - The country code for Antigua and Barbuda.* AI - The country code for Anguilla.* AL - The country code for Albania.* AM - The country code for Armenia.* AO - The country code for Angola.* AQ - The country code for Antarctica.* AR - The country code for Argentina.* AS - The country code for American Samoa.* AT - The country code for Austria.* AU - The country code for Australia.* AW - The country code for Aruba.* AX - The country code for Åland Islands.* AZ - The country code for Azerbaijan.* BA - The country code for Bosnia and Herzegovina.* BB - The country code for Barbados.* BD - The country code for Bangladesh.* BE - The country code for Belgium.* BF - The country code for Burkina Faso.* BG - The country code for Bulgaria.* BH - The country code for Bahrain.* BI - The country code for Burundi.* BJ - The country code for Benin.* BL - The country code for Saint Barthélemy.* BM - The country code for Bermuda.* BN - The country code for Brunei Darussalam.* BO - The country code for Plurinational State of Bolivia.* BQ - The country code for Sint Eustatius and Saba Bonaire.* BR - The country code for Brazil.* BS - The country code for Bahamas.* BT - The country code for Bhutan.* BV - The country code for Bouvet Island.* BW - The country code for Botswana.* BY - The country code for Belarus.* BZ - The country code for Belize.* CA - The country code for Canada.* CC - The country code for Cocos (Keeling) Islands.* CD - The country code for Democratic Republic of the Congo.* CF - The country code for Central African Republic.* CG - The country code for Congo.* CH - The country code for Switzerland.* CI - The country code for Côte d'Ivoire.* CK - The country code for Cook Islands.* CL - The country code for Chile.* CM - The country code for Cameroon.* CN - The country code for China.* CO - The country code for Colombia.* CR - The country code for Costa Rica.* CU - The country code for Cuba.* CV - The country code for Cabo Verde.* CW - The country code for Curaçao.* CX - The country code for Christmas Island.* CY - The country code for Cyprus.* CZ - The country code for Czechia.* DE - The country code for Germany.* DJ - The country code for Djibouti.* DK - The country code for Denmark.* DM - The country code for Dominica.* DO - The country code for Dominican Republic.* DZ - The country code for Algeria.* EC - The country code for Ecuador.* EE - The country code for Estonia.* EG - The country code for Egypt.* EH - The country code for Western Sahara.* ER - The country code for Eritrea.* ES - The country code for Spain.* ET - The country code for Ethiopia.* FI - The country code for Finland.* FJ - The country code for Fiji.* FK - The country code for Falkland Islands (Malvinas).* FM - The country code for Federated States of Micronesia.* FO - The country code for Faroe Islands.* FR - The country code for France.* GA - The country code for Gabon.* GB - The country code for United Kingdom of Great Britain and Northern Ireland.* GD - The country code for Grenada.* GE - The country code for Georgia.* GF - The country code for French Guiana.* GG - The country code for Guernsey.* GH - The country code for Ghana.* GI - The country code for Gibraltar.* GL - The country code for Greenland.* GM - The country code for Gambia.* GN - The country code for Guinea.* GP - The country code for Guadeloupe.* GQ - The country code for Equatorial Guinea.* GR - The country code for Greece.* GS - The country code for South Georgia and the South Sandwich Islands.* GT - The country code for Guatemala.* GU - The country code for Guam.* GW - The country code for Guinea-Bissau.* GY - The country code for Guyana.* HK - The country code for Hong Kong.* HM - The country code for Heard Island and McDonald Islands.* HN - The country code for Honduras.* HR - The country code for Croatia.* HT - The country code for Haiti.* HU - The country code for Hungary.* ID - The country code for Indonesia.* IE - The country code for Ireland.* IL - The country code for Israel.* IM - The country code for Isle of Man.* IN - The country code for India.* IO - The country code for British Indian Ocean Territory.* IQ - The country code for Iraq.* IR - The country code for Islamic Republic of Iran.* IS - The country code for Iceland.* IT - The country code for Italy.* JE - The country code for Jersey.* JM - The country code for Jamaica.* JO - The country code for Jordan.* JP - The country code for Japan.* KE - The country code for Kenya.* KG - The country code for Kyrgyzstan.* KH - The country code for Cambodia.* KI - The country code for Kiribati.* KM - The country code for Comoros.* KN - The country code for Saint Kitts and Nevis.* KP - The country code for Democratic People's Republic of Korea.* KR - The country code for Republic of Korea.* KW - The country code for Kuwait.* KY - The country code for Cayman Islands.* KZ - The country code for Kazakhstan.* LA - The country code for Lao People's Democratic Republic.* LB - The country code for Lebanon.* LC - The country code for Saint Lucia.* LI - The country code for Liechtenstein.* LK - The country code for Sri Lanka.* LR - The country code for Liberia.* LS - The country code for Lesotho.* LT - The country code for Lithuania.* LU - The country code for Luxembourg.* LV - The country code for Latvia.* LY - The country code for Libya.* MA - The country code for Morocco.* MC - The country code for Monaco.* MD - The country code for Republic of Moldova.* ME - The country code for Montenegro.* MF - The country code for Saint Martin (French part).* MG - The country code for Madagascar.* MH - The country code for Marshall Islands.* MK - The country code for North Macedonia.* ML - The country code for Mali.* MM - The country code for Myanmar.* MN - The country code for Mongolia.* MO - The country code for Macao.* MP - The country code for Northern Mariana Islands.* MQ - The country code for Martinique.* MR - The country code for Mauritania.* MS - The country code for Montserrat.* MT - The country code for Malta.* MU - The country code for Mauritius.* MV - The country code for Maldives.* MW - The country code for Malawi.* MX - The country code for Mexico.* MY - The country code for Malaysia.* MZ - The country code for Mozambique.* NA - The country code for Namibia.* NC - The country code for New Caledonia.* NE - The country code for Niger.* NF - The country code for Norfolk Island.* NG - The country code for Nigeria.* NI - The country code for Nicaragua.* NL - The country code for Kingdom of the Netherlands.* NO - The country code for Norway.* NP - The country code for Nepal.* NR - The country code for Nauru.* NU - The country code for Niue.* NZ - The country code for New Zealand.* OM - The country code for Oman.* PA - The country code for Panama.* PE - The country code for Peru.* PF - The country code for French Polynesia.* PG - The country code for Papua New Guinea.* PH - The country code for Philippines.* PK - The country code for Pakistan.* PL - The country code for Poland.* PM - The country code for Saint Pierre and Miquelon.* PN - The country code for Pitcairn.* PR - The country code for Puerto Rico.* PS - The country code for State of Palestine.* PT - The country code for Portugal.* PW - The country code for Palau.* PY - The country code for Paraguay.* QA - The country code for Qatar.* RE - The country code for Réunion.* RO - The country code for Romania.* RS - The country code for Serbia.* RU - The country code for Russian Federation.* RW - The country code for Rwanda.* SA - The country code for Saudi Arabia.* SB - The country code for Solomon Islands.* SC - The country code for Seychelles.* SD - The country code for Sudan.* SE - The country code for Sweden.* SG - The country code for Singapore.* SH - The country code for Ascension and Tristan da Cunha Saint Helena.* SI - The country code for Slovenia.* SJ - The country code for Svalbard and Jan Mayen.* SK - The country code for Slovakia.* SL - The country code for Sierra Leone.* SM - The country code for San Marino.* SN - The country code for Senegal.* SO - The country code for Somalia.* SR - The country code for Suriname.* SS - The country code for South Sudan.* ST - The country code for Sao Tome and Principe.* SV - The country code for El Salvador.* SX - The country code for Sint Maarten (Dutch part).* SY - The country code for Syrian Arab Republic.* SZ - The country code for Eswatini.* TC - The country code for Turks and Caicos Islands.* TD - The country code for Chad.* TF - The country code for French Southern Territories.* TG - The country code for Togo.* TH - The country code for Thailand.* TJ - The country code for Tajikistan.* TK - The country code for Tokelau.* TL - The country code for Timor-Leste.* TM - The country code for Turkmenistan.* TN - The country code for Tunisia.* TO - The country code for Tonga.* TR - The country code for Türkiye.* TT - The country code for Trinidad and Tobago.* TV - The country code for Tuvalu.* TW - The country code for Province of China Taiwan.* TZ - The country code for United Republic of Tanzania.* UA - The country code for Ukraine.* UG - The country code for Uganda.* UM - The country code for United States Minor Outlying Islands.* US - The country code for United States of America.* UY - The country code for Uruguay.* UZ - The country code for Uzbekistan.* VA - The country code for Holy See.* VC - The country code for Saint Vincent and the Grenadines.* VE - The country code for Bolivarian Republic of Venezuela.* VG - The country code for Virgin Islands (British).* VI - The country code for Virgin Islands (U.S.).* VN - The country code for Viet Nam.* VU - The country code for Vanuatu.* WF - The country code for Wallis and Futuna.* WS - The country code for Samoa.* YE - The country code for Yemen.* YT - The country code for Mayotte.* ZA - The country code for South Africa.* ZM - The country code for Zambia.* ZW - The country code for Zimbabwe.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    postal_code str
    The postal or ZIP code for the address.
    state_province str
    The state or province where the address is located.
    additionalProperties String
    address1 String
    The primary street address.
    address2 String
    Additional address information, such as suite number or floor.
    city String
    The city where the address is located.
    classId String
    country String
    The country code in ISO 3166-1 alpha-2 format.* Unknown - The value Unknown is used when the country code is not known or applicable.* AD - The country code for Andorra.* AE - The country code for United Arab Emirates.* AF - The country code for Afghanistan.* AG - The country code for Antigua and Barbuda.* AI - The country code for Anguilla.* AL - The country code for Albania.* AM - The country code for Armenia.* AO - The country code for Angola.* AQ - The country code for Antarctica.* AR - The country code for Argentina.* AS - The country code for American Samoa.* AT - The country code for Austria.* AU - The country code for Australia.* AW - The country code for Aruba.* AX - The country code for Åland Islands.* AZ - The country code for Azerbaijan.* BA - The country code for Bosnia and Herzegovina.* BB - The country code for Barbados.* BD - The country code for Bangladesh.* BE - The country code for Belgium.* BF - The country code for Burkina Faso.* BG - The country code for Bulgaria.* BH - The country code for Bahrain.* BI - The country code for Burundi.* BJ - The country code for Benin.* BL - The country code for Saint Barthélemy.* BM - The country code for Bermuda.* BN - The country code for Brunei Darussalam.* BO - The country code for Plurinational State of Bolivia.* BQ - The country code for Sint Eustatius and Saba Bonaire.* BR - The country code for Brazil.* BS - The country code for Bahamas.* BT - The country code for Bhutan.* BV - The country code for Bouvet Island.* BW - The country code for Botswana.* BY - The country code for Belarus.* BZ - The country code for Belize.* CA - The country code for Canada.* CC - The country code for Cocos (Keeling) Islands.* CD - The country code for Democratic Republic of the Congo.* CF - The country code for Central African Republic.* CG - The country code for Congo.* CH - The country code for Switzerland.* CI - The country code for Côte d'Ivoire.* CK - The country code for Cook Islands.* CL - The country code for Chile.* CM - The country code for Cameroon.* CN - The country code for China.* CO - The country code for Colombia.* CR - The country code for Costa Rica.* CU - The country code for Cuba.* CV - The country code for Cabo Verde.* CW - The country code for Curaçao.* CX - The country code for Christmas Island.* CY - The country code for Cyprus.* CZ - The country code for Czechia.* DE - The country code for Germany.* DJ - The country code for Djibouti.* DK - The country code for Denmark.* DM - The country code for Dominica.* DO - The country code for Dominican Republic.* DZ - The country code for Algeria.* EC - The country code for Ecuador.* EE - The country code for Estonia.* EG - The country code for Egypt.* EH - The country code for Western Sahara.* ER - The country code for Eritrea.* ES - The country code for Spain.* ET - The country code for Ethiopia.* FI - The country code for Finland.* FJ - The country code for Fiji.* FK - The country code for Falkland Islands (Malvinas).* FM - The country code for Federated States of Micronesia.* FO - The country code for Faroe Islands.* FR - The country code for France.* GA - The country code for Gabon.* GB - The country code for United Kingdom of Great Britain and Northern Ireland.* GD - The country code for Grenada.* GE - The country code for Georgia.* GF - The country code for French Guiana.* GG - The country code for Guernsey.* GH - The country code for Ghana.* GI - The country code for Gibraltar.* GL - The country code for Greenland.* GM - The country code for Gambia.* GN - The country code for Guinea.* GP - The country code for Guadeloupe.* GQ - The country code for Equatorial Guinea.* GR - The country code for Greece.* GS - The country code for South Georgia and the South Sandwich Islands.* GT - The country code for Guatemala.* GU - The country code for Guam.* GW - The country code for Guinea-Bissau.* GY - The country code for Guyana.* HK - The country code for Hong Kong.* HM - The country code for Heard Island and McDonald Islands.* HN - The country code for Honduras.* HR - The country code for Croatia.* HT - The country code for Haiti.* HU - The country code for Hungary.* ID - The country code for Indonesia.* IE - The country code for Ireland.* IL - The country code for Israel.* IM - The country code for Isle of Man.* IN - The country code for India.* IO - The country code for British Indian Ocean Territory.* IQ - The country code for Iraq.* IR - The country code for Islamic Republic of Iran.* IS - The country code for Iceland.* IT - The country code for Italy.* JE - The country code for Jersey.* JM - The country code for Jamaica.* JO - The country code for Jordan.* JP - The country code for Japan.* KE - The country code for Kenya.* KG - The country code for Kyrgyzstan.* KH - The country code for Cambodia.* KI - The country code for Kiribati.* KM - The country code for Comoros.* KN - The country code for Saint Kitts and Nevis.* KP - The country code for Democratic People's Republic of Korea.* KR - The country code for Republic of Korea.* KW - The country code for Kuwait.* KY - The country code for Cayman Islands.* KZ - The country code for Kazakhstan.* LA - The country code for Lao People's Democratic Republic.* LB - The country code for Lebanon.* LC - The country code for Saint Lucia.* LI - The country code for Liechtenstein.* LK - The country code for Sri Lanka.* LR - The country code for Liberia.* LS - The country code for Lesotho.* LT - The country code for Lithuania.* LU - The country code for Luxembourg.* LV - The country code for Latvia.* LY - The country code for Libya.* MA - The country code for Morocco.* MC - The country code for Monaco.* MD - The country code for Republic of Moldova.* ME - The country code for Montenegro.* MF - The country code for Saint Martin (French part).* MG - The country code for Madagascar.* MH - The country code for Marshall Islands.* MK - The country code for North Macedonia.* ML - The country code for Mali.* MM - The country code for Myanmar.* MN - The country code for Mongolia.* MO - The country code for Macao.* MP - The country code for Northern Mariana Islands.* MQ - The country code for Martinique.* MR - The country code for Mauritania.* MS - The country code for Montserrat.* MT - The country code for Malta.* MU - The country code for Mauritius.* MV - The country code for Maldives.* MW - The country code for Malawi.* MX - The country code for Mexico.* MY - The country code for Malaysia.* MZ - The country code for Mozambique.* NA - The country code for Namibia.* NC - The country code for New Caledonia.* NE - The country code for Niger.* NF - The country code for Norfolk Island.* NG - The country code for Nigeria.* NI - The country code for Nicaragua.* NL - The country code for Kingdom of the Netherlands.* NO - The country code for Norway.* NP - The country code for Nepal.* NR - The country code for Nauru.* NU - The country code for Niue.* NZ - The country code for New Zealand.* OM - The country code for Oman.* PA - The country code for Panama.* PE - The country code for Peru.* PF - The country code for French Polynesia.* PG - The country code for Papua New Guinea.* PH - The country code for Philippines.* PK - The country code for Pakistan.* PL - The country code for Poland.* PM - The country code for Saint Pierre and Miquelon.* PN - The country code for Pitcairn.* PR - The country code for Puerto Rico.* PS - The country code for State of Palestine.* PT - The country code for Portugal.* PW - The country code for Palau.* PY - The country code for Paraguay.* QA - The country code for Qatar.* RE - The country code for Réunion.* RO - The country code for Romania.* RS - The country code for Serbia.* RU - The country code for Russian Federation.* RW - The country code for Rwanda.* SA - The country code for Saudi Arabia.* SB - The country code for Solomon Islands.* SC - The country code for Seychelles.* SD - The country code for Sudan.* SE - The country code for Sweden.* SG - The country code for Singapore.* SH - The country code for Ascension and Tristan da Cunha Saint Helena.* SI - The country code for Slovenia.* SJ - The country code for Svalbard and Jan Mayen.* SK - The country code for Slovakia.* SL - The country code for Sierra Leone.* SM - The country code for San Marino.* SN - The country code for Senegal.* SO - The country code for Somalia.* SR - The country code for Suriname.* SS - The country code for South Sudan.* ST - The country code for Sao Tome and Principe.* SV - The country code for El Salvador.* SX - The country code for Sint Maarten (Dutch part).* SY - The country code for Syrian Arab Republic.* SZ - The country code for Eswatini.* TC - The country code for Turks and Caicos Islands.* TD - The country code for Chad.* TF - The country code for French Southern Territories.* TG - The country code for Togo.* TH - The country code for Thailand.* TJ - The country code for Tajikistan.* TK - The country code for Tokelau.* TL - The country code for Timor-Leste.* TM - The country code for Turkmenistan.* TN - The country code for Tunisia.* TO - The country code for Tonga.* TR - The country code for Türkiye.* TT - The country code for Trinidad and Tobago.* TV - The country code for Tuvalu.* TW - The country code for Province of China Taiwan.* TZ - The country code for United Republic of Tanzania.* UA - The country code for Ukraine.* UG - The country code for Uganda.* UM - The country code for United States Minor Outlying Islands.* US - The country code for United States of America.* UY - The country code for Uruguay.* UZ - The country code for Uzbekistan.* VA - The country code for Holy See.* VC - The country code for Saint Vincent and the Grenadines.* VE - The country code for Bolivarian Republic of Venezuela.* VG - The country code for Virgin Islands (British).* VI - The country code for Virgin Islands (U.S.).* VN - The country code for Viet Nam.* VU - The country code for Vanuatu.* WF - The country code for Wallis and Futuna.* WS - The country code for Samoa.* YE - The country code for Yemen.* YT - The country code for Mayotte.* ZA - The country code for South Africa.* ZM - The country code for Zambia.* ZW - The country code for Zimbabwe.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    postalCode String
    The postal or ZIP code for the address.
    stateProvince String
    The state or province where the address is located.

    AssetGeoLocationAncestor, AssetGeoLocationAncestorArgs

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

    AssetGeoLocationCoordinate, AssetGeoLocationCoordinateArgs

    AdditionalProperties string
    ClassId string
    Latitude double
    The latitude coordinate value.
    Longitude double
    The longitude coordinate value.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    Latitude float64
    The latitude coordinate value.
    Longitude float64
    The longitude coordinate value.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    latitude Double
    The latitude coordinate value.
    longitude Double
    The longitude coordinate value.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    latitude number
    The latitude coordinate value.
    longitude number
    The longitude coordinate value.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    latitude float
    The latitude coordinate value.
    longitude float
    The longitude coordinate value.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    latitude Number
    The latitude coordinate value.
    longitude Number
    The longitude coordinate value.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.

    AssetGeoLocationParent, AssetGeoLocationParentArgs

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

    AssetGeoLocationPermissionResource, AssetGeoLocationPermissionResourceArgs

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

    AssetGeoLocationTag, AssetGeoLocationTagArgs

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

    AssetGeoLocationTagAncestorDefinition, AssetGeoLocationTagAncestorDefinitionArgs

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

    AssetGeoLocationTagDefinition, AssetGeoLocationTagDefinitionArgs

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

    AssetGeoLocationVersionContext, AssetGeoLocationVersionContextArgs

    AdditionalProperties string
    ClassId string
    InterestedMos List<AssetGeoLocationVersionContextInterestedMo>
    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<AssetGeoLocationVersionContextRefMo>
    (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 []AssetGeoLocationVersionContextInterestedMo
    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 []AssetGeoLocationVersionContextRefMo
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    Timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    VersionType string
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    interestedMos List<AssetGeoLocationVersionContextInterestedMo>
    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<AssetGeoLocationVersionContextRefMo>
    (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 AssetGeoLocationVersionContextInterestedMo[]
    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 AssetGeoLocationVersionContextRefMo[]
    (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[AssetGeoLocationVersionContextInterestedMo]
    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[AssetGeoLocationVersionContextRefMo]
    (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.

    AssetGeoLocationVersionContextInterestedMo, AssetGeoLocationVersionContextInterestedMoArgs

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

    AssetGeoLocationVersionContextRefMo, AssetGeoLocationVersionContextRefMoArgs

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

    Import

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

    $ pulumi import intersight:index/assetGeoLocation:AssetGeoLocation example 1234567890987654321abcde
    

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet
      Meet Neo: Your AI Platform Teammate