Sm_PolicyApi_Domain_t

Defines a stmndr Domain object.
casso10
Defines a
CA Single Sign-On
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.