Commit 552c974b authored by Mike-no's avatar Mike-no Committed by Giacomo Bernini
Browse files

update ManoServiceInterfaceModifications with IndividualManoInterface patch

parent aff81588
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -23,12 +23,13 @@
      ],
      "properties": {
        "authType": {
          "description": "Type of API request authorization to be used by the API producer.\nThe support of authorization methods for the API producer is specified  in clause 8.3.6 of ETSI GS NFV-SOL 013.\nPermitted values:\n  - TLS_TUNNEL: Using TLS tunnel, as defined by TLS 1.2 in IETF RFC 5246.\n  - OAUTH2: Using access token, as defined by the OAuth 2.0 specification \n  in IETF RFC 6749. \n",
          "description": "Type of API request authorization to be used by the API producer.\nThe support of authorization methods for the API producer is specified in clause 8.3.6 of ETSI GS NFV-SOL 013.\nPermitted values:\n  - TLS_TUNNEL: Using TLS tunnel, as defined by TLS 1.2 in IETF RFC 5246.\n  - TLS_TUNNEL_13: Using TLS tunnel, as defined by TLS 1.3 in IETF RFC 8446.\n  - OAUTH2: Using access token, as defined by the OAuth 2.0 specification\n  in IETF RFC 6749.\n",
          "type": "array",
          "items": {
            "type": "string",
            "enum": [
              "TLS_TUNNEL",
              "TLS_TUNNEL_13",
              "OAUTH2"
            ]
          },