Defines a SiteMinder Domain object.
Syntax
typedef struct Sm_PolicyApi_Domain_s { int iStructId; char pszOid[BFSIZE]; char pszName[BFSIZE]; /* Required */ char pszDesc[BFSIZE]; struct Sm_PolicyApi_Domain_s* next; Sm_PolicyApi_DomainFlags_t iFlags; } Sm_PolicyApi_Domain_t;
Field |
Description |
---|---|
iStructId |
Domain data structure ID, defined in Sm_PolicyApi_Structs_t. |
pszOid |
The object identifier of the Domain object. |
pszName |
Name of the Domain. |
pszDesc |
Brief description of the Domain. |
next |
Pointer to the next domain structure. |
iFlags |
Flag to enable or disable global policies processing for the domain. |
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |