すべてのエンティティ・タイプのリストの取得
get
/exports/types
デプロイメント・マネージャでエクスポートまたはインポートできるすべてのエンティティ・タイプのリストを返します。
リクエスト
この操作にはリクエスト・パラメータはありません。
セキュリティ
- basicAuth: basic
型:
basic
レスポンス
サポートされているメディア・タイプ
- application/json
- application/xml
200レスポンス
OK
リクエストが正常に完了されました。レスポンス本文には、エンティティに関する情報が含まれます。
ネストされたスキーマ: types-array
型:
ソースを表示
object- entityType(optional): string
エンティティのタイプの指定します。
- entityTypeDisplay(optional): string
ロケールに依存するエンティティ・タイプの表示名を指定します。
例
この例では、特定のアカウントのアカウント情報を取得します。ここに示す情報は、擬似システムを使用した場合のものであり、プロトタイプとして提供しています。
cURLの例
curl -H "Content-Type: application/json" -H "Accept: application/json" -X GET -u username:password https://pseudo.com/iam/governance/configmgmt/rest/exports/types
GETレスポンス本文の例
JSON形式のレスポンス本文のコンテンツの例を次に示します。
[
{
"entityType": "AccessPolicy",
"entityTypeDisplay": "Access Policy"
},
{
"entityType": "AdminRole",
"entityTypeDisplay": "Admin Role"
},
{
"entityType": "ApplicationInstance",
"entityTypeDisplay": "Application Instance"
},
{
"entityType": "ApplicationTemplate",
"entityTypeDisplay": "Application Template"
},
{
"entityType": "ApprovalPolicy",
"entityTypeDisplay": "Approval Policy"
},
{
"entityType": "AttestationProcess",
"entityTypeDisplay": "Attestation Process"
},
{
"entityType": "CatalogDefinition",
"entityTypeDisplay": "Catalog Metadata"
},
{
"entityType": "CertificationConfiguration",
"entityTypeDisplay": "Certification Configuration"
},
{
"entityType": "CertificationDefinition",
"entityTypeDisplay": "Certification Definition"
},
{
"entityType": "CustomResourceBundle",
"entityTypeDisplay": "Custom Resource Bundle"
},
{
"entityType": "DataObjectDef",
"entityTypeDisplay": "Data Object Definition"
},
{
"entityType": "EmailDef",
"entityTypeDisplay": "Email Definition"
},
{
"entityType": "EntityAdapter",
"entityTypeDisplay": "Entity Adapter (Deprecated)"
},
{
"entityType": "ErrorCode",
"entityTypeDisplay": "Error Code"
},
{
"entityType": "EventHandler",
"entityTypeDisplay": "Event Handler"
},
{
"entityType": "GTCProvider",
"entityTypeDisplay": "GTC Provider"
},
{
"entityType": "GenericConnector",
"entityTypeDisplay": "Generic Connector"
},
{
"entityType": "ITResource",
"entityTypeDisplay": "IT Resource"
},
{
"entityType": "ITResourceDef",
"entityTypeDisplay": "IT Resource Definition"
},
{
"entityType": "IDAConfiguration",
"entityTypeDisplay": "Identity Audit Configuration"
},
{
"entityType": "IDARules",
"entityTypeDisplay": "Identity Audit Rule"
},
{
"entityType": "IDAScanDefinition",
"entityTypeDisplay": "Identity Audit Scan Definition"
},
{
"entityType": "Jar",
"entityTypeDisplay": "Jar"
},
{
"entityType": "Job",
"entityTypeDisplay": "Job"
},
{
"entityType": "Lookup",
"entityTypeDisplay": "Lookup"
},
{
"entityType": "NOTIFICATIONTEMPLATE",
"entityTypeDisplay": "Notification Templates"
},
{
"entityType": "eventhandlers",
"entityTypeDisplay": "Orchestration Event Handler"
},
{
"entityType": "Org Metadata",
"entityTypeDisplay": "Org Metadata"
},
{
"entityType": "Organization",
"entityTypeDisplay": "Organization"
},
{
"entityType": "PasswordPolicy",
"entityTypeDisplay": "Password Policy"
},
{
"entityType": "Plugin",
"entityTypeDisplay": "Plugin"
},
{
"entityType": "Policies",
"entityTypeDisplay": "Policy"
},
{
"entityType": "PrepopAdapter",
"entityTypeDisplay": "Prepopulate Adapter"
},
{
"entityType": "Process",
"entityTypeDisplay": "Process"
},
{
"entityType": "Process Form",
"entityTypeDisplay": "Process Form"
},
{
"entityType": "RequestDataset",
"entityTypeDisplay": "Request DataSet"
},
{
"entityType": "Resource",
"entityTypeDisplay": "Resource"
},
{
"entityType": "RiskConfiguration",
"entityTypeDisplay": "Risk Configuration"
},
{
"entityType": "UserGroup",
"entityTypeDisplay": "Role"
},
{
"entityType": "Role Metadata",
"entityTypeDisplay": "Role Metadata"
},
{
"entityType": "Rule",
"entityTypeDisplay": "Rule-deprecated"
},
{
"entityType": "scheduledTask",
"entityTypeDisplay": "Scheduled Task"
},
{
"entityType": "SystemProperties",
"entityTypeDisplay": "System Property"
},
{
"entityType": "TaskAdapter",
"entityTypeDisplay": "Task Adapter"
},
{
"entityType": "User Metadata",
"entityTypeDisplay": "User Metadata "
}
]