You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/smardigo/pmci/process-variable-declaration/tenant-create.json

131 lines
3.2 KiB
JSON

{
"name" : "tenant-create",
"configKey" : "tenant-create",
"configType" : "process-variable-declaration",
"variableDeclarations" : {
"creation_date" : {
"type" : "date",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Erstelldatum",
"tags" : [ ]
},
"creation_user_id" : {
"type" : "userId",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Ersteller",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
},
"keycloak_admin" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "Keycloak Administrator",
"tags" : [ ]
},
"process_definition_key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "HIDDEN process_definition_key",
"tags" : [ ]
},
"simulation" : {
"type" : "boolean",
"classification" : "PRIVATE",
"label" : "simulation",
"tags" : [ ]
},
"stage" : {
"type" : "string",
"classification" : "PRIVATE",
"label" : "Stage",
"tags" : [ ]
},
"tenant" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "Mandant",
"fields" : {
"key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Mandantenschlüssel",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
},
"name" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Mandantenname",
"tags" : [ ]
},
"stage" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Stage",
"tags" : [ ]
},
"user_ids" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"admin" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "Admin",
"fields" : {
"email" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"first_name" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"last_name" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
}
},
"tags" : [ ]
}
},
"tags" : [ ]
},
"vorgang_status" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Status",
"tags" : [ ]
},
"vorgang_status_text" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Statustext",
"tags" : [ ]
}
}
}