Sm_PolicyApi_AffiliateAttr_t
Represents affiliate attributes. Used with affiliate methods to manipulate affiliate attributes.
sm1252sp1
Represents affiliate attributes. Used with affiliate methods to manipulate affiliate attributes.
Syntax
typedef struct Sm_PolicyApi_AffiliateAttr_s{intiStructId;Sm_PolicyApi_AffiliateAttrType_tnAttrType;charpszValue[BFSIZE];struct Sm_PolicyApi_AffiliateAttr_s*next;} Sm_PolicyApi_AffiliateAttr_t;
Field | Description |
iStructId
| Domain data structure ID, defined in Sm_PolicyApi_Structs_t. |
nAttrType
| An affiliate attribute type from Sm_PolicyApi_AffiliateAttrType_t. |
pszValue
| An affiliate attribute specification. The affiliate attribute's name and value, in one of these formats: Static attributes: variableName=value User attributes:variableName=<%userattr="AttrName"%> DN attributes:variableName=<#dn="DNSpec"attr="AttrName"#> To allow CA Single Sign-On to retrieve DN attributes from a nested group, begin DNSpec with an exclamation mark (!)-for example:dn="!ou=People,o=security.com" |
next
| Pointer to the next Affiliate Attribute structure. |