GetAssignmentValve

Valve for getting an assignment.

Supports getting assignment from a remote PhenixID server using the authentication API.

Properties

Name Description Default value Mandatory Supports property expansion
id The id of the assignment to get
YES YES
prefix Property prefix to use when adding assignments properties to current item assignment_ NO NO





api_base_url
API base url. If configured, valve will use API instead of local call to create assignment.

NO NO
api_tenant
API tenant identifier

NO NO
api_username
API username

NO NO
api_password
API password

NO NO





Example configuration

<p>{
	"name": "GetAssignmentValve",
	"config": {
		"id": "{{item.assignment_id}}",
		"api_base_url": "http://host:8888/api/authentication/onetouch",
		"api_tenant": "default",
		"api_username": "system",
		"api_password": "password"
	}
}</p>
Click to copy