Sm_PolicyApi_Group_t

Defines a stmndr Group object. stmndr Groups are defined in the Sm_PolicyApi_Groups_t enumeration.
sm1252sp1
Defines a
CA Single Sign-On
Group object.
CA Single Sign-On
Groups are defined in the Sm_PolicyApi_Groups_t enumeration.
Syntax
typedef struct Sm_PolicyApi_Group_s
{
int 
iStructId
;
char 
pszOid
[BFSIZE];
char 
pszName
[BFSIZE];/* Required */
char 
pszDesc
[BFSIZE];
char 
pszAgentTypeOid
[BFSIZE];/* Required */
struct Sm_PolicyApi_Group_s* 
next
;
} Sm_PolicyApi_Group_t;
Field
Description
iStructId
Group data structure ID, defined in Sm_PolicyApi_Structs_t.
pszOid
The object identifier of the Group object.
pszName
Name of the Group.
pszDesc
Brief description of the Group.
pszpszAgentTypeOid
Object identifier of the agent.
next
Pointer to the next Group structure.