Previous Topic: Sm_PolicyApi_Affiliate_t

Next Topic: Sm_PolicyApi_AffiliateDomain_t

Sm_PolicyApi_AffiliateAttr_t

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:

  • Static attributes:
    variableName=value
  • User attributes:
    variableName=<%userattr="AttrName"%>
  • DN attributes:
    variableName=<#dn="DNSpec"
       attr="AttrName"#>

To allow SiteMinder 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.


Copyright © 2010 CA. All rights reserved. Email CA about this topic