JOC API

Version 2.6.5

Download RAML
JOC API
/iam/identityservice/store
POST

Stores an Identity Service


Parameters in the POST body schema

Name Type Description Example Default
identityServiceName required, string The name of the idendityService that should be considered for this call myService
identityServiceType required, enum The type of the idendityService
  • SHIRO
  • VAULT
  • VAULT-JOC
  • VAULT-JOC-ACTIVE
  • LDAP
  • LDAP-JOC
  • JOC
VAULT
disabled optional, boolean Whether the Identity Service is disabled false false
required optional, boolean Whether the Identity Service is required false false
ordering optional, integer The ordering of the identity service 1 1
singleFactorCert optional, boolean When the identity service scheme is SINGLE-FACTOR whether a certificate will authenticate the account. false false
singleFactorPwd optional, boolean When the identity service scheme is SINGLE-FACTOR whether a passoword will authenticate the account. false false
auditLog optional, object Object that contains comment, timeSpent and ticketLink.
{
  "comment": "Operational requirement!",
  "timeSpent": 2
}
comment optional, string Field in auditLog to comment this action, e.g. the reason.
timeSpent optional, integer Field in auditLog to enter the time spent in minutes.
ticketLink optional, string Field in auditLog to enter a link to a corresponding ticket.