Amazon IAM Identity Center · JSON Structure

Sso Admin Attach Customer Managed Policy Reference To Permission Set Request Structure

AttachCustomerManagedPolicyReferenceToPermissionSetRequest schema from AWS IAM Identity Center

Type: object Properties: 3 Required: 3
Access ControlAuthenticationIdentity ManagementSingle Sign-On

AttachCustomerManagedPolicyReferenceToPermissionSetRequest is a JSON Structure definition published by Amazon IAM Identity Center, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

InstanceArn PermissionSetArn CustomerManagedPolicyReference

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-attach-customer-managed-policy-reference-to-permission-set-request-structure.json",
  "name": "AttachCustomerManagedPolicyReferenceToPermissionSetRequest",
  "description": "AttachCustomerManagedPolicyReferenceToPermissionSetRequest schema from AWS IAM Identity Center",
  "type": "object",
  "properties": {
    "InstanceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InstanceArn"
        },
        {
          "description": "The ARN of the IAM Identity Center instance under which the operation will be executed. "
        }
      ]
    },
    "PermissionSetArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PermissionSetArn"
        },
        {
          "description": "The ARN of the <code>PermissionSet</code>."
        }
      ]
    },
    "CustomerManagedPolicyReference": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomerManagedPolicyReference"
        },
        {
          "description": "Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each AWS account where you want to deploy your permission set."
        }
      ]
    }
  },
  "required": [
    "InstanceArn",
    "PermissionSetArn",
    "CustomerManagedPolicyReference"
  ]
}