Defines a SiteMinder Group object. SiteMinder 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. |
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|