Defines an attribute that can be requested by a SAML Requester in an AttributeQuery message.
Syntax
typedef struct Sm_PolicyApi_SAMLRequesterAttr_s
{
int iStructId;
Sm_PolicyApi_SAMLSPAttrNameFormat_t nAttrNameFormat;
char pszLocalName[BFSIZE];
char pszName[BUFSIZE];
struct Sm_PolicyApi_SAMLRequesterAttr_s* next;
} Sm_PolicyApi_SAMLRequesterAttr_t;
|
Field |
Description |
|---|---|
|
iStructId |
SAML attribute structure ID, defined in Sm_PolicyApi_Structs_t. |
|
nAttrNameFormat |
The format of the attribute name, as defined by the SAML 2.0 standard. |
|
pszLocalName |
Name of the attribute as defined in the SAML 2.0 authentication scheme. |
|
pszName |
Actual name of the attribute requested from the Attribute Authority. |
|
next |
Pointer to the next requester attribute structure. |
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|