- server_name
- The name given to the foreign server object.
- EXTERNAL SECURITY
- Associates an authorization object with the foreign server. The authorization stores the encrypted credentials for a user as a database object. The Teradata connector passes the credentials in the authorization to the remote platform identified by the foreign server when the foreign server is accessed.
- INVOKER
- DEFINER
- You can specify either a DEFINER or an INVOKER, but not both. If neither INVOKER nor DEFINER are specified then INVOKER is used by default.
- TRUSTED
- A keyword that indicates the associated authorization object was created as TRUSTED.
- authorization_name
- Specifies the name of the authorization object to be used when the foreign server is accessed.