ListPoliciesGrantingServiceAccessEntry

Contains details about the permissions policies that are attached to the specified identity (user, group, or role).

This data type is used as a response element in the ListPoliciesGrantingServiceAccess operation.

APIs.ioEngineeringPlatform

Properties

Name Type Description
ServiceNamespace object
Policies object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-listpoliciesgrantingserviceaccessentry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListPoliciesGrantingServiceAccessEntry",
  "title": "ListPoliciesGrantingServiceAccessEntry",
  "type": "object",
  "properties": {
    "ServiceNamespace": {
      "allOf": [
        {
          "$ref": "#/components/schemas/serviceNamespaceType"
        },
        {
          "description": "<p>The namespace of the service that was accessed.</p> <p>To learn the service namespace of a service, see <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html\">Actions, resources, and condition keys for Amazon Web Services services</a> in the <i>Service Authorization Reference</i>. Choose the name of the service to view details for that service. In the first paragraph, find the service prefix. For example, <code>(service prefix: a4b)</code>. For more information about service namespaces, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces\">Amazon Web Services service namespaces</a> in the\u00c2 <i>Amazon Web Services General Reference</i>.</p>"
        }
      ]
    },
    "Policies": {
      "allOf": [
        {
          "$ref": "#/components/schemas/policyGrantingServiceAccessListType"
        },
        {
          "description": "The\u00c2 <code>PoliciesGrantingServiceAccess</code> object that contains details about the policy."
        }
      ]
    }
  },
  "description": "<p>Contains details about the permissions policies that are attached to the specified identity (user, group, or role).</p> <p>This data type is used as a response element in the <a>ListPoliciesGrantingServiceAccess</a> operation.</p>"
}