指定された EIAM アプリケーションの詳細を取得します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
eiam:GetApplication |
get |
*Application
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| InstanceId |
string |
必須 |
インスタンスの ID。 |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| ApplicationId |
string |
必須 |
アプリケーションの ID。 |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| RequestId |
string |
リクエストの ID。 |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| Application |
object |
返されるアプリケーション情報。 |
|
| ApiInvokeStatus |
string |
アプリケーションの開発者 API 特徴のステータス。有効な値:
|
disabled |
| ApplicationVisibility |
array |
アプリケーションの可視性。 |
|
|
string |
アプリケーションの可視性。 |
[web] |
|
| ApplicationId |
string |
アプリケーションの ID。 |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
| ApplicationName |
string |
アプリケーションの名前。 |
SAML application |
| ApplicationSourceType |
string |
アプリケーションの作成元のソース。有効な値:
|
urn:alibaba:idaas:app:source:template |
| ApplicationTemplateId |
string |
作成時に関連付けられたアプリケーションテンプレートの ID。この値は、アプリケーションがアプリケーションテンプレートから作成された場合にのみ返されます。 |
apt_rpa_tdsxxx |
| AuthorizationType |
string |
アプリケーションのアクセス権限付与タイプ。有効な値:
|
authorize_required |
| ClientId |
string |
アプリケーションのクライアント ID。 |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
| CreateTime |
integer |
アプリケーションが作成された時間。値はミリ秒単位の UNIX タイムスタンプです。 |
1649830226000 |
| Description |
string |
アプリケーションの説明。 |
An application for test environment |
| Features |
string |
アプリケーションがサポートする特徴。JSON 配列文字列として返されます。有効な値:
|
["sso", "provision"] |
| InstanceId |
string |
インスタンスの ID。 |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| LogoUrl |
string |
アプリケーションのロゴの URL。 |
https://img.alicdn.com/imgextra/i4/O1CN01lvYwpv1aGowQXDML9_!!6000000003303-0-tps-580-580.jpg |
| ManagedServiceCode |
string |
アプリケーションテンプレートを管理するクラウドサービスの ServiceCode。 |
rpa |
| ServiceManaged |
boolean |
アプリケーションテンプレートがクラウドサービスによって管理されているかどうかを示します。 |
true |
| SsoType |
string |
シングルサインオン (SSO) プロトコル。有効な値:
|
saml2 |
| Status |
string |
アプリケーションステータス。有効な値:
|
enabled |
| UpdateTime |
integer |
アプリケーションが最後に更新された時間。値はミリ秒単位の UNIX タイムスタンプです。 |
1649830226000 |
| M2MClientStatus |
string |
M2MClient のステータス。 |
enabled |
| ResourceServerStatus |
string |
ResourceServer ソースのステータス。 |
enabled |
| ResourceServerIdentifier |
string |
ResourceServer ソースの一意の識別子。ResourceServer のオーディエンスに対応します。 |
https://www.example.com |
| CustomSubjectStatus |
string |
トークン内のカスタム Subject フィールドが有効かどうかを示します。この特徴を有効にすると、発行されるアクセストークンが <clientId> から <clientId>:<client.activeSubjectUrn> に変更されます。ここで、client.activeSubjectUrn はアプリケーションのフェデレーション ID 認証情報の属性マッピングで設定されます。クライアントの activeSubjectUrn 属性を使用します。 |
enabled |
| ApplicationCreationType |
string |
アプリケーションの作成タイプ。 列挙値:
|
user_custom |
| ResourceServerSourceType |
string |
リソースサーバーのソースタイプ。 列挙値:
|
urn:cloud:idaas:resourceserver:source:custom |
| ApplicationIdentityType |
string |
アプリケーションの ID タイプ。有効な値:
列挙値:
|
application |
| CustomFields |
array<object> |
アプリケーションのカスタムフィールド。 |
|
|
object |
|||
| FieldName |
string |
カスタムフィールド名。 |
|
| FieldValue |
string |
カスタムフィールド値。 |
|
| ApplicationOwner |
object |
アプリケーションの所有者。 |
|
| UserIds |
array |
アプリケーション所有者のユーザー ID。 |
|
|
string |
|||
| GroupIds |
array |
アプリケーション所有者のグループ ID。 |
|
|
string |
|||
| SmartConfigCapabilities |
array |
||
|
string |
例
成功レスポンス
JSONJSON
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"Application": {
"ApiInvokeStatus": "disabled",
"ApplicationVisibility": [
"[web]"
],
"ApplicationId": "app_mkv7rgt4d7i4u7zqtzev2mxxxx",
"ApplicationName": "SAML application",
"ApplicationSourceType": "urn:alibaba:idaas:app:source:template",
"ApplicationTemplateId": "apt_rpa_tdsxxx",
"AuthorizationType": "authorize_required",
"ClientId": "app_mkv7rgt4d7i4u7zqtzev2mxxxx",
"CreateTime": 1649830226000,
"Description": "An application for test environment",
"Features": "[\"sso\", \"provision\"]",
"InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"LogoUrl": "https://img.alicdn.com/imgextra/i4/O1CN01lvYwpv1aGowQXDML9_!!6000000003303-0-tps-580-580.jpg",
"ManagedServiceCode": "rpa",
"ServiceManaged": true,
"SsoType": "saml2",
"Status": "enabled",
"UpdateTime": 1649830226000,
"M2MClientStatus": "enabled",
"ResourceServerStatus": "enabled",
"ResourceServerIdentifier": "https://www.example.com",
"CustomSubjectStatus": "enabled",
"ApplicationCreationType": "user_custom",
"ResourceServerSourceType": "urn:cloud:idaas:resourceserver:source:custom",
"ApplicationIdentityType": "application",
"CustomFields": [
{
"FieldName": "",
"FieldValue": ""
}
],
"ApplicationOwner": {
"UserIds": [
""
],
"GroupIds": [
""
]
},
"SmartConfigCapabilities": [
""
]
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。