Attribute Mapper 照会
- 印刷する
- PDF
Attribute Mapper 照会
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
Attribute Mapperを照会します。
リクエスト
- GET /tenant/saml-idp/profile-mapping
レスポンス
レスポンスボディ
{
"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"
}
}
パラメータ | タイプ | 説明 | 制約事項 |
---|---|---|---|
firstName.displayName | String | Consoleに表示される名前 | |
firstName.syncMode | String | Attribute情報アップデートポリシー | (none, import, force) |
firstName.idpValue | String | Ncloud SIngle Sign-Onに渡す firstNameの AttributeName | |
lastName.displayName | String | Consoleに表示される名前 | |
lastName.syncMode | String | Attribute情報アップデートポリシー | (none, import, force) |
lastName.idpValue | String | Ncloud SIngle Sign-Onに渡す lastNameの AttributeName | |
email.displayName | String | Consoleに表示される名前 | |
email.syncMode | String | Attribute情報アップデートポリシー | (none, import, force) |
email.idpValue | String | Ncloud SIngle Sign-Onに渡す emailの AttributeName | |
emailVerified.displayName | String | Consoleに表示される名前 | |
emailVerified.syncMode | String | Attribute情報アップデートポリシー | (none, import, force) |
emailVerified.idpValue | String | Ncloud SIngle Sign-Onに渡す emailVerifiedの AttributeName | |
empNo.displayName | String | Consoleに表示される名前 | |
empNo.syncMode | String | Attribute情報アップデートポリシー | (none, import, force) |
empNo.idpValue | String | Ncloud SIngle Sign-Onに渡す empNoの AttributeName | |
phoneNo.displayName | String | Consoleに表示される名前 | |
phoneNo.syncMode | String | Attribute情報アップデートポリシー | (none, import, force) |
phoneNo.idpValue | String | Ncloud SIngle Sign-Onに渡す phoneNoの AttributeName | |
phoneNoVerified.displayName | String | Consoleに表示される名前 | |
phoneNoVerified.syncMode | String | Attribute情報アップデートポリシー | (none, import, force) |
phoneNoVerified.idpValue | String | Ncloud SIngle Sign-Onに渡す phoneNoVerifiedの AttributeName | |
phoneCountryCode.displayName | String | Consoleに表示される名前 | |
phoneCountryCode.syncMode | String | Attribute情報アップデートポリシー | (none, import, force) |
phoneCountryCode.idpValue | String | Ncloud SIngle Sign-Onに渡す phoneCountryCodeの AttributeName | |
deptName.displayName | String | Consoleに表示される名前 | |
deptName.syncMode | String | Attribute情報アップデートポリシー | (none, import, force) |
deptName.idpValue | String | Ncloud SIngle Sign-Onに渡す deptNameの AttributeName |
この記事は役に立ちましたか?