Skip to content

raw_keycloak_resources

Info

Data contract for ingesting Keycloak authorization Resources data from the landing zone into raw. - name: Keycloak Resources - version: 0.0.6 - status: active

Terms of Use

Purpose

Data contract for ingesting Keycloak authorization Resources data from the landing zone into raw.

Servers

Name Type Attributes
production databricks No description.
environment: production
roles: [{'role': 'Admins', 'description': 'Access to all the data and settings'}]
catalog: raw_production
host: dbc-2030845a-6c3b.cloud.databricks.com
schema_: keycloak
development databricks No description.
environment: development
roles: [{'role': 'Admins', 'description': 'Access to all the data and settings'}]
catalog: raw_development
host: dbc-03ed8bbb-c0ec.cloud.databricks.com
schema_: keycloak

Schema

resources

Table storing Keycloak authorization resources data in the raw layer of the Biocloud. Nested structs are flattened before storage (e.g. owner.id becomes owner_id).

Field Type Attributes
_id string Unique identifier of the Keycloak authorization resource.
primaryKey
required
name string Name of the resource (e.g. deployment:diopsis:123).
required
type string Type of the Keycloak resource (e.g. deployment:diopsis).
ownerManagedAccess boolean Whether the resource owner manages access to this resource.
owner_id string Identifier of the resource owner (flattened from owner.id).
owner_name string Name of the resource owner (flattened from owner.name).
displayName string The display name of the resource.
uris array List of URIs associated with the resource.
 ↳ items string No description.
scopes array List of authorization scopes associated with this resource.
 ↳ items object No description.
  ↳ iconUri string No description.
  ↳ id string No description.
  ↳ name string No description.
attributes_description array Description attribute values from the Keycloak resource attributes map.
 ↳ items string No description.
attributes_source_system array Source system attribute values from the Keycloak resource attributes map.
 ↳ items string No description.
attributes_source_system_id array Source system ID attribute values from the Keycloak resource attributes map.
 ↳ items string No description.
inserted_ts_utc timestamp UTC timestamp when the record was inserted into the system.
updated_ts_utc timestamp UTC timestamp when the record was last updated in the system.

SLA Properties