Application の個別照会
- 印刷する
- PDF
Application の個別照会
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
Applicationを個別に照会します。
リクエスト
- GET /applications/{applicationId}
リクエスト Path
パラメータ | タイプ | 必須有無 | 説明 | 制限事項 |
---|---|---|---|---|
applicationId | String | Y | Application Id |
レスポンス
レスポンスボディ
{
"applicationId" : "string",
"applicationUrl" : "string",
"name" : "string",
"description" : "string",
"applicationType" : "string",
"mbrLoginAllow" : "string",
"protocol" : "string",
"clientId" : "string",
"clientSecret" : "string",
"clientAuthMethod" : "string",
"accessType" : "string",
"redirectUris" : "string",
"grantTypes" : "string",
"scopes" : "string",
"accessTokenValidity" : "string",
"refreshTokenValidity" : "string",
"createdAt" : "string"
"consentPage" : {
"applicationName" : {
"ko" : "string",
"en" : "string",
"ja" : "string"
},
"useLanguages" : ["string"],
"defaultLanguage" : "string",
"usePurposeDesc" : {
"ko" : "string",
"en" : "string",
"ja" : "string"
},
"usePeriodDesc" : {
"ko" : "string",
"en" : "string",
"ja" : "string"
},
"dataTransferAbroad" : "boolean",
"dataTransferCountry" : {
"ko" : "string",
"en" : "string",
"ja" : "string"
},
"dataRecipients" : {
"ko" : "string",
"en" : "string",
"ja" : "string"
},
"dataRecipientsContact" : {
"ko" : "string",
"en" : "string",
"ja" : "string"
}
}
}
パラメータ | タイプ | 説明 | 制限事項 |
---|---|---|---|
applicationId | String | application id | |
applicationUrl | String | applicationショートカット Url | |
name | String | application name | |
description | String | application description | |
applicationType | String | application type | app, web |
mbrLoginAllow | String | application mbrLoginAllow | ALLOW, DENY |
protocol | String | application protocol | OAUTH2 |
clientId | String | [Oauth2] application clientId | |
clientSecret | String | [Oauth2] application clientSecret | |
clientAuthMethod | String | [Oauth2] application clientAuthMethod | client_secret_basic, client_secret_post, none |
accessType | String | [Oauth2] application accessType | confidential, public |
redirectUris | Array | [Oauth2] application redirectUris | |
grantTypes | Array | [Oauth2] application grantTypes | authorization_code, refresh_token, implicit |
scopes | Array | [Oauth2] application scopes | profile, openid, groups |
accessTokenValidity | Number | [Oauth2] access token有効期限 | |
refreshTokenValidity | Number | [Oauth2] refresh token有効期限 | |
createdAt | String | [Oauth2] applicationの作成日時(UTC、例: 2023-04-25T13:11:50Z) | |
consentPage.applicationName | Object | [ConsentPage] 提供先 | key: ko, ja, en |
consentPage.useLanguages | Array | [ConsentPage] 対応言語 | ko, ja, en |
consentPage.defaultLanguage | String | [ConsentPage] デフォルト言語 | ko, ja, en |
consentPage.usePurposeDesc | Object | [ConsentPage] 使用目的 | key: ko, ja, en |
consentPage.usePeriodDesc | Object | [ConsentPage] 使用期間 | key: ko, ja, en |
consentPage.dataTransferAbroad | Boolean | [ConsentPage] 海外移行の有無 | |
consentPage.dataTransferCountry | Object | [ConsentPage] 海外移行先の国 | key: ko, ja, en |
consentPage.dataRecipients | Object | [ConsentPage] 移行先 | key: ko, ja, en |
consentPage.dataRecipientsContact | Object | [ConsentPage] 移行先の連絡先 | key: ko, ja, en |
この記事は役に立ちましたか?