Represents affiliate attributes. Used with affiliate methods to manipulate affiliate attributes.
Syntax
typedef struct Sm_PolicyApi_AffiliateAttr_s { int iStructId; Sm_PolicyApi_AffiliateAttrType_t nAttrType; char pszValue[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:
To allow SiteMinder to retrieve DN attributes from a nested group, begin DNSpec with an exclamation mark ( ! )-for example: |
next |
Pointer to the next Affiliate Attribute structure. |
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |