Defines a SiteMinder Response object.
Syntax
typedef struct Sm_PolicyApi_Response_s
{
int iStructId;
char pszOid[BFSIZE];
char pszName[BFSIZE]; /* Required */
char pszDesc[BFSIZE];
char pszAgentTypeOid[BFSIZE]; /* Required */
char pszDomainOid[BFSIZE]; /* Required */
struct Sm_PolicyApi_Response_s* next;
} Sm_PolicyApi_Response_t;
|
Field |
Description |
|---|---|
|
iStructId |
Response data structure ID, defined in Sm_PolicyApi_Structs_t. |
|
pszOid |
The object identifier of the Response object. |
|
pszName |
Name of the Response. |
|
pszDesc |
Brief description of the Response. |
|
pszAgentTypeOid |
The object identifier of the agent type. |
|
pszDomainOid |
The object identifier of the domain. Required for a domain-specific response; ignored for a global response. |
|
next |
Pointer to the next Response structure. |
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|