Attribute Mapper 修正
- 印刷する
- PDF
Attribute Mapper 修正
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
Attribute Mapperを修正します。
リクエスト
- POST /tenant/saml-idp/profile-mapping
リクエストボディ
{
"firstName": {"syncMode":"string","idpValue":"string"},
"lastName": {"syncMode":"string","idpValue":"string"},
"email": {"syncMode":"string","idpValue":"string"},
"emailVerified": {"syncMode":"string","idpValue":"string"},
"empNo": {"syncMode":"string","idpValue":"string"},
"phoneNo": {"syncMode":"string","idpValue":"string"},
"phoneNoVerified": {"syncMode":"string","idpValue":"string"},
"phoneCountryCode": {"syncMode":"string", "idpValue":"string"},
"deptName": {"syncMode":"string","idpValue":"string"}
}
パラメータ | 要否 | タイプ | 説明 | 制約事項 |
---|---|---|---|---|
firstName.syncMode | Y | String | Attribute情報アップデートポリシー | (none, import, force) |
firstName.idpValue | Y | String | Ncloud SIngle Sign-Onに渡す firstNameの AttributeName | 渡す Attributeがない場合は空白に設定、最大200文字まで |
lastName.syncMode | Y | String | Attribute情報アップデートポリシー | (none, import, force) |
lastName.idpValue | Y | String | Ncloud SIngle Sign-Onに渡す lastNameの AttributeName | 渡す Attributeがない場合は空白に設定、最大200文字まで |
email.syncMode | Y | String | Attribute情報アップデートポリシー | (none, import, force) |
email.idpValue | Y | String | Ncloud SIngle Sign-Onに渡す emailの AttributeName | 渡す Attributeがない場合は空白に設定、最大200文字まで |
emailVerified.syncMode | Y | String | Attribute情報アップデートポリシー | (none, import, force) |
emailVerified.idpValue | Y | String | Ncloud SIngle Sign-Onに渡す emailVerifiedの AttributeName | 渡す Attributeがない場合は空白に設定、最大200文字まで |
empNo.syncMode | Y | String | Attribute情報アップデートポリシー | (none, import, force) |
empNo.idpValue | Y | String | Ncloud SIngle Sign-Onに渡す empNoの AttributeName | 渡す Attributeがない場合は空白に設定、最大200文字まで |
phoneNo.syncMode | Y | String | Attribute情報アップデートポリシー | (none, import, force) |
phoneNo.idpValue | Y | String | Ncloud SIngle Sign-Onに渡す phoneNoの AttributeName | 渡す Attributeがない場合は空白に設定、最大200文字まで |
phoneNoVerified.syncMode | Y | String | Attribute情報アップデートポリシー | (none, import, force) |
phoneNoVerified.idpValue | Y | String | Ncloud SIngle Sign-Onに渡す phoneNoVerifiedの AttributeName | 渡す Attributeがない場合は空白に設定、最大200文字まで |
phoneCountryCode.syncMode | Y | String | Attribute情報アップデートポリシー | (none, import, force) |
phoneCountryCode.idpValue | Y | String | Ncloud SIngle Sign-Onに渡す phoneCountryCodeの AttributeName | 渡す Attributeがない場合は空白に設定、最大200文字まで |
deptName.syncMode | Y | String | Attribute情報アップデートポリシー | (none, import, force) |
deptName.idpValue | Y | String | Ncloud SIngle Sign-Onに渡す deptNameの AttributeName | 渡す Attributeがない場合は空白に設定、最大200文字まで |
レスポンス
レスポンスボディ
{
"success": "boolean"
}
パラメータ | タイプ | 説明 | 制約事項 |
---|---|---|---|
success | Boolean | 成否 |
エラー
以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式は Error Responseをご参照ください。
よく発生するエラーについての詳細は、NAVER Cloud Platform APIをご参照ください。
HTTP status code | エラーコード | エラーメッセージ |
---|---|---|
400 | 400 | 不正なリクエストです。 |
400 | 9021 | 存在しない Identity Providerです。 |
この記事は役に立ちましたか?