Property
|
Description
|
Valid Values
|
{id}
|
The ID of the authentication service.
|
The automatically generated external authentication service ID.
|
Property
|
Description
|
Valid Values
|
"name"
|
The name of the authentication service.
|
A string that provides a name for the authentication service.
|
"tenantId"
|
The ID of the tenant.
|
A valid tenant ID.
|
"description"
|
The description of the authentication service.
|
A string that provides a description for the authentication service.
|
"authDefinition"
|
An object that defines the authentication service.
|
The authDefinition property must include the className property for a Java plugin service. The attributes property can provide useful information, such as an authentication server name, to be consumed by the authentication service.
See authDefinition Object for details.
|
"lastModifiedTime"
|
The date and time the service was last modified.
|
A complete datetime with timezone string.
|
"authTypeId"
|
The ID of the authentication type.
|
2 must be specified for a Java plugin service.
|
"tenantName"
|
The name of the tenant.
|
A string that specifies the name of the tenant.
|
Property
|
Description
|
Valid Values
|
"name"
|
The name of the authentication service.
|
A string that provides a name for the authentication service.
|
"tenantId"
|
The ID of the tenant.
|
A valid tenant ID.
|
"description"
|
The description of the authentication service.
|
A string that provides a description for the authentication service.
|
"authDefinition"
|
An object that defines the authentication service.
|
For an LDAP service, the following attributes must be specified via the attributes object.
targetUrl
securityAuthentication
securityPrincipal
securityCredentials (optional)
See authDefinition Object for details.
|
"lastModifiedTime"
|
The date and time the service was last modified.
|
A complete datetime with timezone string.
|
"authTypeId"
|
The ID of the authentication type.
|
3 must be specified for an LDAP service.
|
"tenantName"
|
The name of the tenant.
|
A string that specifies the name of the tenant.
|