Previous Topic: Sm_PolicyApi_AgentType_t

Next Topic: Sm_PolicyApi_Association_t

Sm_PolicyApi_AgentTypeAttr_t

Defines a SiteMinder 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.


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