Previous Topic: Sm_PolicyApi_AgentTypeAttr_t

Next Topic: Sm_PolicyApi_AuthAzMap_t

Sm_PolicyApi_Association_t

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.


Copyright © 2010 CA. All rights reserved. Email CA about this topic