Sm_PolicyApi_Association_t

Defines a configuration parameter name and its associated value for an agent configuration object.
casso126
Defines a configuration parameter name and its associated value for an agent configuration object.
Syntax
typedef struct Sm_PolicyApi_Association_s
{
int iStructId;
char pszOid[BFSIZE];
char pszName[BFSIZE];/* Required */
char* pszValue;
int iFlags;
struct Sm_PolicyApi_Association_s* next;
} Sm_PolicyApi_Association_t;
Field
Description
iStructId
Data structure ID, defined in Sm_PolicyApi_Structs_t.
pszOid
The object identifier of the configuration parameter association object.
pszName
The name of the configuration parameter.
pszValue
The value of the configuration parameter.
iFlags
If 1, the name/value pair is stored in encrypted format. If 0, storage is in plain text.
next
Pointer to the next configuration parameter association structure.