Amazon IAM Identity Center · JSON Structure

Sso Admin Detach Managed Policy From Permission Set Request Structure

DetachManagedPolicyFromPermissionSetRequest schema from AWS IAM Identity Center

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

DetachManagedPolicyFromPermissionSetRequest 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 ManagedPolicyArn

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-detach-managed-policy-from-permission-set-request-structure.json",
  "name": "DetachManagedPolicyFromPermissionSetRequest",
  "description": "DetachManagedPolicyFromPermissionSetRequest 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. 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>."
        }
      ]
    },
    "PermissionSetArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PermissionSetArn"
        },
        {
          "description": "The ARN of the <a>PermissionSet</a> from which the policy should be detached."
        }
      ]
    },
    "ManagedPolicyArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ManagedPolicyArn"
        },
        {
          "description": "The AWS managed policy ARN to be detached from a permission set."
        }
      ]
    }
  },
  "required": [
    "InstanceArn",
    "PermissionSetArn",
    "ManagedPolicyArn"
  ]
}