List of access policies assigned to the token.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_token_policies", "title": "iam_token_policies", "description": "List of access policies assigned to the token.", "items": { "$ref": "#/components/schemas/iam_policy_with_permission_groups_and_resources" }, "type": "array" }