Sm_PolicyApi_AgentTypeAttr_t

Defines a stmndr Agent Type Attribute object.
casso10
Defines a
CA Single Sign-On
Agent Type Attribute object.
Syntax
typedef struct Sm_PolicyApi_AgentTypeAttr_s
{
int 
iStructId
;
char 
pszOid
[BFSIZE];
char 
pszName
[BFSIZE];
char 
pszDesc
[BFSIZE];
char 
pszAgentTypeOid
[BFSIZE];
struct Sm_PolicyApi_AgentTypeAttr_s* 
next
;
} Sm_PolicyApi_AgentTypeAttr_t;
Field
Description
iStructId
Agent Type Attribute data structure ID, defined in Sm_PolicyApi_Structs_t.
pszOid
The object identifier of the Agent Type Attribute object.
pszName
Name of the Agent Type Attribute object.
pszDesc
Brief description of the Agent Type Attribute object.
pszAgentTypeOid
The object identifier of the Agent Type.
next
Pointer to the next Agent Type Attribute structure.