# UrlMappingsVUrlMappings
- Catalog: `UrlMappings`
- Schema: `Basic`
- Primary Keys: `id`
- Retrieve: True
- Insert: True
- Update: False
- Delete: True
## Table Columns
The columns of the table `UrlMappingsVUrlMappings` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `cdnPurgeEmbargoTime` | `int64` | | ☐ | |
| `contentGroupId` | `int64` | Content Group ID | ☐ | |
| `cosObjectType` | `varchar2` | | ☐ | |
| `created` | `int64` | Created at | ☐ | |
| `createdById` | `int32` | Created by ID | ☐ | |
| `deletedAt` | `int64` | Deleted at | ☐ | |
| `destination` | `varchar2` | Destination | ☐ | |
| `id` | `int64` | ID | ☐ | |
| `internallyCreated` | `char` | | ☐ | |
| `isActive` | `char` | Is Active | ☐ | |
| `isMatchFullUrl` | `char` | Is Match Full URL | ☐ | |
| `isMatchQueryString` | `char` | Is Match Query String | ☐ | |
| `isOnlyAfterNotFound` | `char` | Is Only after not Found | ☐ | |
| `isPattern` | `char` | Is Pattern | ☐ | |
| `isProtocolAgnostic` | `char` | Is Protocol Agnostic | ☐ | |
| `isRegex` | `char` | | ☐ | |
| `isTrailingSlashOptional` | `char` | is Trailing Slash Optional | ☐ | |
| `label` | `varchar2` | Label | ☐ | |
| `lastUsedAt` | `int64` | | ☐ | |
| `name` | `varchar2` | Name | ☐ | |
| `note` | `varchar2` | | ☐ | |
| `portalId` | `int32` | Portal ID | ☐ | |
| `precedence` | `int32` | Precedence | ☐ | |
| `redirectStyle` | `int32` | Redirect Style | ☐ | |
| `routePrefix` | `varchar2` | Route Prefix | ☐ | |
| `updated` | `int64` | Updated at | ☐ | |
| `updatedById` | `int32` | Updated by ID | ☐ | |