Country
Description
An object representing Countries. These objects are saved as part of the Geolocation package install. These objects can be used in Geolocation objects which will be used to create location based policies. These objects are NOT user editable (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Supported Operations
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
name | True | string | The name of the Country | |||
code | True | integer | An integer used to represent the ISO 3116-1 numeric Country Code of the country object Field level constraints: cannot be null, must be between 0 and 9223372036854775807 (inclusive). (Note: Additional constraints might exist) |
|||
deprecated | False | boolean | A Boolean value, TRUE or FALSE. The TRUE value indicates that this object is deprecated | |||
iso2 | False | string | A two letter string used to represent the ISO 3116-1 alpha-2 country code Field level constraints: length must be between 0 and 2 (inclusive), must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
iso3 | False | string | A three letter string used to represent the ISO 3116-1 alpha-3 country code Field level constraints: length must be between 0 and 3 (inclusive), must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
id | False | string | A unique string identifier assigned by the system when the object is created. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete (or reference) an existing object. Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |