Sm_PolicyApi_SAMLAffiliation_t
Defines a SAML 2.0 affiliation object. A SAML 2.0 affiliation is a set of entities that share a single federated namespace of unique Name IDs for principals.
casso10
Defines a SAML 2.0 affiliation object. A SAML 2.0 affiliation is a set of entities that share a single federated namespace of unique Name IDs for principals.
Syntax
typedef struct Sm_PolicyApi_SAMLAffiliation_s{int iStructId;Sm_PolicyApi_SAMLProviderProp_t *pProps;struct Sm_PolicyApi_SAMLAffiliation_s *next;} Sm_PolicyApi_SAMLAffiliation_t;
Field | Description |
iStructId
| SAML affiliation structure ID, defined in Sm_PolicyApi_Structs_t. |
pProps
| SAML 2.0 metadata properties associated with the affiliation. If you do not assign a value to a property associated with a default value, the default will be assigned. |
next
| Pointer to the next SAML affiliation structure. |