Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameSourceMandatoryTypeSpecial FormatDescription
nameBodyYESStringN/ATenant Name
descriptionBodyYESStringN/ATenant Description
codeBodyNOStringN/ATenant Code
typeBodyNOString
"enum": ["product", "client"]
Tenant Type
tagBodyNOStringN/ATenant Tag
consoleBodyNOBooleanTrue or FalseTenant is Console or not.
mainTenantBodyNOStringN/AName of Main Tenant if the new Tenant is a subtenant
profileBodyNOObjectN/A
oauthBodyNOObjectCheck Nested Table BelowOAuth access delegations


NameMandatoryTypeSpecial FormatDescription
secretYESStringN/AString for secret of oauth
redirectURIYESStringN/AURL for redirection
grantsYESArrayArray of Strings
disabledYESInteger"enum": [0, 1]Tenant Code
typeYESInteger

"enum": [1, 2]

Tenant Type
loginModeYESInteger"enum": ["urac", "oauth"]Login Technology


applicationBodyNOObjectCheck Nested Table BelowTenant Application


NameMandatoryTypeSpecial FormatDescription
descriptionNoStringN/AApplication Description
productCodeYESStringN/AApplication Product Code
productPackageYESStringN/AApplication Product Package
_TTLYESString"enum": ['6', '12', '24', '48', '72', '96', '120', '144', '168']
appKeyNOObject


Code Block
languagejs
titleappKey Object
"key": {
	"key": %KEY%,
	"config": {}
}


Application Key
extKeyYESObjectIncludes Key NameĀ 


Code Block
languagejs
titleKey Object
"key": {
	"label": %key_label%,
	"env": %environment_name%,
	"name"expDate": %expiry_date%,
	"device": %device_name%,
	"geo": %KEY%geo_NAME%location% 
}


External Key


Output

...

Response

...