Amazon IAM Identity Center · JSON Structure

Sso Admin Get Inline Policy For Permission Set Response Structure

GetInlinePolicyForPermissionSetResponse schema from AWS IAM Identity Center

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

GetInlinePolicyForPermissionSetResponse 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

InlinePolicy

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-inline-policy-for-permission-set-response-structure.json",
  "name": "GetInlinePolicyForPermissionSetResponse",
  "description": "GetInlinePolicyForPermissionSetResponse schema from AWS IAM Identity Center",
  "type": "object",
  "properties": {
    "InlinePolicy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PermissionSetPolicyDocument"
        },
        {
          "description": "The inline policy that is attached to the permission set."
        }
      ]
    }
  }
}