Amazon IAM Identity Center · JSON Structure

Sso Admin Attached Managed Policy List Structure

AttachedManagedPolicyList schema from AWS IAM Identity Center

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

AttachedManagedPolicyList 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-attached-managed-policy-list-structure.json",
  "name": "AttachedManagedPolicyList",
  "description": "AttachedManagedPolicyList schema from AWS IAM Identity Center",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "Name": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Name"
          },
          {
            "description": "The name of the AWS managed policy."
          }
        ]
      },
      "Arn": {
        "allOf": [
          {
            "$ref": "#/components/schemas/ManagedPolicyArn"
          },
          {
            "description": "The ARN of the AWS managed policy. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>."
          }
        ]
      }
    },
    "description": "A structure that stores the details of the AWS managed policy."
  }
}