Amazon IAM Identity Center · JSON Structure

Sso Admin Get Permissions Boundary For Permission Set Response Structure

GetPermissionsBoundaryForPermissionSetResponse schema from AWS IAM Identity Center

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

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

Properties

PermissionsBoundary

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-get-permissions-boundary-for-permission-set-response-structure.json",
  "name": "GetPermissionsBoundaryForPermissionSetResponse",
  "description": "GetPermissionsBoundaryForPermissionSetResponse schema from AWS IAM Identity Center",
  "type": "object",
  "properties": {
    "PermissionsBoundary": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PermissionsBoundary"
        },
        {
          "description": "The permissions boundary attached to the specified permission set."
        }
      ]
    }
  }
}