APIs.io Engineering Platform · Schema
ListPoliciesGrantingServiceAccessRequest
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| Marker | object | |
| Arn | object | |
| ServiceNamespaces | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ListPoliciesGrantingServiceAccessRequest",
"title": "ListPoliciesGrantingServiceAccessRequest",
"type": "object",
"required": [
"Arn",
"ServiceNamespaces"
],
"properties": {
"Marker": {
"allOf": [
{
"$ref": "#/components/schemas/markerType"
},
{
"description": "Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start."
}
]
},
"Arn": {
"allOf": [
{
"$ref": "#/components/schemas/arnType"
},
{
"description": "The ARN of the IAM identity (user, group, or role) whose policies you want to list."
}
]
},
"ServiceNamespaces": {
"allOf": [
{
"$ref": "#/components/schemas/serviceNamespaceListType"
},
{
"description": "<p>The service namespace for the Amazon Web Services services whose policies you want to list.</p> <p>To learn the service namespace for 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>IAM User Guide</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>"
}
]
}
}
}