ProvisionTargetType

ProvisionTargetType schema from AWS IAM Identity Center

Access ControlAuthenticationIdentity ManagementSingle Sign-On
View JSON Schema on GitHub

JSON Schema

sso-admin-provision-target-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-schema/sso-admin-provision-target-type-schema.json",
  "title": "ProvisionTargetType",
  "description": "ProvisionTargetType schema from AWS IAM Identity Center",
  "type": "string",
  "enum": [
    "AWS_ACCOUNT",
    "ALL_PROVISIONED_ACCOUNTS"
  ]
}