Home | Documentation |
saml2__AttributeType Struct Reference
updated Thu Apr 15 2021 by Robert van Engelen
|
"urn:oasis:names:tc:SAML:2.0:assertion":AttributeType is a complexType. More...
#include <saml2.h>
Public Attributes | |
int | __sizeAttributeValue |
Size of the dynamic array of values of type _XML* is 0..unbounded. More... | |
_XML * | saml2__AttributeValue |
Array _XML* of size 0..unbounded. More... | |
char * | Name |
Attribute "Name" of type xs:string. More... | |
char * | NameFormat |
Attribute "NameFormat" of type xs:anyURI. More... | |
char * | FriendlyName |
Attribute "FriendlyName" of type xs:string. More... | |
"urn:oasis:names:tc:SAML:2.0:assertion":AttributeType is a complexType.
int saml2__AttributeType::__sizeAttributeValue |
Size of the dynamic array of values of type _XML* is 0..unbounded.
char* saml2__AttributeType::FriendlyName |
Attribute "FriendlyName" of type xs:string.
Optional attribute.
char* saml2__AttributeType::Name |
Attribute "Name" of type xs:string.
Required attribute.
char* saml2__AttributeType::NameFormat |
Attribute "NameFormat" of type xs:anyURI.
Optional attribute.
_XML* saml2__AttributeType::saml2__AttributeValue |
Array _XML* of size 0..unbounded.
Multiple elements.