ServiceNow CMDB CI relationship sync: faster, more complete →
Mods
ServiceNow

Policy: Kubernetes > ConfigMap > ServiceNow > Table > Definition

The policy enables the definition of ServiceNow table properties, including its name and the base table from which it extends, and details the specific columns required for representing Kubernetes > ConfigMap data.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Policy Specification

Schema Type
object
Default
table:
name: guardrails_kubernetes_configmap
label: Kubernetes > ConfigMap
extendsTable: cmdb_ci
columns:
- name: cluster_name
label: Cluster Name
type: string
- name: cluster_uid
label: Cluster UID
type: string
size: 50
- name: creation_timestamp
label: Creation Timestamp
size: 50
- name: data
label: Data
type: string
size: 10000
- name: labels
label: Labels
type: string
size: 10000
- name: name
label: Name
type: string
size: 255
- name: namespace
label: Namespace
- name: uid
label: UID
size: 50

Category

In Your Workspace

Developers