Variable $OauthProfileAccessLevelGroupMsgVpnAccessLevelExceptionConst

$OauthProfileAccessLevelGroupMsgVpnAccessLevelException: {
    properties: {
        accessLevel: {
            type: "Enum";
        };
        groupName: {
            description: "The name of the group.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the message VPN.";
            type: "string";
        };
        oauthProfileName: {
            description: "The name of the OAuth profile.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        accessLevel: {
            type: "Enum";
        };
        groupName: {
            description: "The name of the group.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the message VPN.";
            type: "string";
        };
        oauthProfileName: {
            description: "The name of the OAuth profile.";
            type: "string";
        };
    }
    • accessLevel: {
          type: "Enum";
      }
      • type: "Enum"
    • groupName: {
          description: "The name of the group.";
          type: "string";
      }
      • description: "The name of the group."
      • type: "string"
    • msgVpnName: {
          description: "The name of the message VPN.";
          type: "string";
      }
      • description: "The name of the message VPN."
      • type: "string"
    • oauthProfileName: {
          description: "The name of the OAuth profile.";
          type: "string";
      }
      • description: "The name of the OAuth profile."
      • type: "string"