Syntax - Teradata Meta Data Services

Teradata Meta Data Services Programmer Guide

Product
Teradata Meta Data Services
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
Product Category
Teradata Tools and Utilities

Syntax

class CMetaSecurityProfileEntry
{
public:
	bool: isUser;
	 OBJECTID_t ObjectID;
       short permissions;
};
 

Argument

Description

isUser

Set to “true” if the ObjectID is that of a user.
Set to “false if the ObjectID is that of an application group.

ObjectID

Set to the ObjectID of the user or application group that is being granted permissions in the security profile.

Permissions

Set to one of the following:

  • MD_READ - grants read access
  • MD_COLLECTION - Grants read and collection permissions
  • MD_UPDATE - Grants read, collection, write, and delete permissions.
  • MD_FULL - Grants all permissions.