![]() |
Home | Documentation |
saml2__AttributeType Struct Reference
updated Wed Oct 30 2024 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. | |
_XML * | saml2__AttributeValue |
Array _XML* of size 0..unbounded. | |
char * | Name |
Attribute "Name" of type xs:string. | |
char * | NameFormat |
Attribute "NameFormat" of type xs:anyURI. | |
char * | FriendlyName |
Attribute "FriendlyName" of type xs:string. | |
"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.