access_schemas-require

Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-schemas-require-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_schemas-require",
  "title": "access_schemas-require",
  "description": "Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.",
  "items": {
    "$ref": "#/components/schemas/access_rule"
  },
  "type": "array"
}