Amazon IAM Identity Center · JSON Structure

Sso Admin Attached Managed Policy Structure

A structure that stores the details of the AWS managed policy.

Type: object Properties: 2
Access ControlAuthenticationIdentity ManagementSingle Sign-On

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

Properties

Name Arn

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-structure.json",
  "name": "AttachedManagedPolicy",
  "description": "A structure that stores the details of the AWS managed policy.",
  "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>."
        }
      ]
    }
  }
}