Sm_PolicyApi_Agent_t
Defines a stmndr Agent object.
casso127
Defines a
CA Single Sign-On
Agent object.Syntax
typedef struct Sm_PolicyApi_Agent_s{intiStructId;charpszOid[BFSIZE];charpszName[BFSIZE];/* Required */charpszDesc[BFSIZE];charpszIpAddr[BFSIZE];charpszSecret[BFSIZE];charpszAgentTypeOid[BFSIZE];/* Required */intnRealmHintAttrId;/* Required */struct Sm_PolicyApi_Agent_s*next;} Sm_PolicyApi_Agent_t;
Field | Description |
iStructId
| Agent data structure ID, defined in Sm_PolicyApi_Structs_t. |
pszOid
| The object identifier of the agent object. |
pszName
| Name of the agent. Agent names are converted to lower case when written to the policy store. |
pszDesc
| Brief description of the agent. |
pszIpAddr
| IP address of the server on which the agent resides. |
pszSecret
| A shared secret known to two parties for the purpose of establishing secure data exchange. If a shared secret is provided, the agent is considered to be a CA Single Sign-On version 4.x agent. If a shared secret is not provided, the agent is considered to be a CA Single Sign-On version 5.x or 6.0 agent. |
pszAgentTypeOid
| Type of agent. |
nRealmHintAttrId
| The hint attribute is a RADIUS attribute that is sent by the RADIUS client device. |
next
| Pointer to the next agent structure. |