Viewing attribute mapper
- Print
- PDF
Viewing attribute mapper
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can view an attribute mapper.
Requests
- GET /tenant/saml-idp/profile-mapping
Responses
Response bodies
{
"firstName": {
"displayName": "First Name",
"syncMode": "string",
"idpValue": "string"
},
"lastName": {
"displayName": "Last Name",
"syncMode": "string",
"idpValue": "string"
},
"email": {
"displayName": "Email",
"syncMode": "string",
"idpValue": "string"
},
"emailVerified": {
"displayName": "Email Verified",
"syncMode": "string",
"idpValue": "string"
},
"empNo": {
"displayName": "Employee Number",
"syncMode": "string",
"idpValue": "string"
},
"phoneNo": {
"displayName": "Phone Number",
"syncMode": "string",
"idpValue": "string"
},
"phoneNoVerified": {
"displayName": "Phone Number Verified",
"syncMode": "string",
"idpValue": "string"
},
"phoneCountryCode": {
"displayName": "Phone Country Code",
"syncMode": "string",
"idpValue": "string"
},
"deptName": {
"displayName": "Department",
"syncMode": "string",
"idpValue": "string"
}
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
firstName.displayName | String | Name displayed in on the console | |
firstName.syncMode | String | Attribute update policy | (none, import, force) |
firstName.idpValue | String | AttributeName of firstName to be sent to Ncloud Single Sign-On | |
lastName.displayName | String | Name displayed in on the console | |
lastName.syncMode | String | Attribute update policy | (none, import, force) |
lastName.idpValue | String | AttributeName of lastName to be sent to Ncloud Single Sign-On | |
email.displayName | String | Name displayed in on the console | |
email.syncMode | String | Attribute update policy | (none, import, force) |
email.idpValue | String | AttributeName of email to be sent to Ncloud Single Sign-On | |
emailVerified.displayName | String | Name displayed in on the console | |
emailVerified.syncMode | String | Attribute update policy | (none, import, force) |
emailVerified.idpValue | String | AttributeName of emailVerified to be sent to Ncloud Single Sign-On | |
empNo.displayName | String | Name displayed in on the console | |
empNo.syncMode | String | Attribute update policy | (none, import, force) |
empNo.idpValue | String | AttributeName of empNo to be sent to Ncloud Single Sign-On | |
phoneNo.displayName | String | Name displayed in on the console | |
phoneNo.syncMode | String | Attribute update policy | (none, import, force) |
phoneNo.idpValue | String | AttributeName of phoneNo to be sent to Ncloud Single Sign-On | |
phoneNoVerified.displayName | String | Name displayed in on the console | |
phoneNoVerified.syncMode | String | Attribute update policy | (none, import, force) |
phoneNoVerified.idpValue | String | AttributeName of phoneNoVerified to be sent to Ncloud Single Sign-On | |
phoneCountryCode.displayName | String | Name displayed in on the console | |
phoneCountryCode.syncMode | String | Attribute update policy | (none, import, force) |
phoneCountryCode.idpValue | String | AttributeName of phoneCountryCode to be sent to Ncloud Single Sign-On | |
deptName.displayName | String | Name displayed in on the console | |
deptName.syncMode | String | Attribute update policy | (none, import, force) |
deptName.idpValue | String | AttributeName of deptName to be sent to Ncloud Single Sign-On |
Was this article helpful?