Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Introduction

Pin code configuration in each configuration (Default, Registry, and Service (tenant))

NameType DescriptionExample
charLengthintegerLength of Pin Code6
charactersstringCharacters allowed to be used for Pin Code01234

Examples

Pin Configuration Example


Pin configuration
{
	"pinConfiguration": {
		"charLength": 4,
		"characters": "0123456789"
	}
}


URAC Object Example

URAC in Tenant configuration
{
  "urac": {
	"pinConfiguration": {
		"charLength": 4,
		"characters": "0123456789"
	},
  }
}
  • No labels