AttachedManagedPolicyList

AttachedManagedPolicyList schema from AWS IAM Identity Center

Access ControlAuthenticationIdentity ManagementSingle Sign-On
View JSON Schema on GitHub

JSON Schema

sso-admin-attached-managed-policy-list-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-attached-managed-policy-list-schema.json",
  "title": "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."
  }
}