ListCustomerManagedPolicyReferencesInPermissionSetRequest

ListCustomerManagedPolicyReferencesInPermissionSetRequest schema from AWS IAM Identity Center

Access ControlAuthenticationIdentity ManagementSingle Sign-On

Properties

Name Type Description
InstanceArn object
PermissionSetArn object
MaxResults object
NextToken object
View JSON Schema on GitHub

JSON Schema

sso-admin-list-customer-managed-policy-references-in-permission-set-request-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-list-customer-managed-policy-references-in-permission-set-request-schema.json",
  "title": "ListCustomerManagedPolicyReferencesInPermissionSetRequest",
  "description": "ListCustomerManagedPolicyReferencesInPermissionSetRequest 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>. "
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "The maximum number of results to display for the list call."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Token"
        },
        {
          "description": "The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls."
        }
      ]
    }
  },
  "required": [
    "InstanceArn",
    "PermissionSetArn"
  ]
}