Amazon IAM Identity Center · JSON Structure

Sso Admin Target Type Structure

TargetType schema from AWS IAM Identity Center

Type: string Properties: 0
Access ControlAuthenticationIdentity ManagementSingle Sign-On

TargetType is a JSON Structure definition published by Amazon IAM Identity Center. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-structure/sso-admin-target-type-structure.json",
  "name": "TargetType",
  "description": "TargetType schema from AWS IAM Identity Center",
  "type": "string",
  "enum": [
    "AWS_ACCOUNT"
  ]
}