Update Member with Policies

APIs.ioEngineeringPlatform

Properties

Name Type Description
policies array Array of policies associated with this member.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-update-member-with-policies-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_update-member-with-policies",
  "title": "Update Member with Policies",
  "properties": {
    "policies": {
      "description": "Array of policies associated with this member.",
      "items": {
        "$ref": "#/components/schemas/iam_create_member_policy"
      },
      "type": "array"
    }
  },
  "required": [
    "policies"
  ],
  "type": "object"
}