NAME
Mojo::SAML::Document::RequestedAttribute
DESCRIPTION
Represents an RequestedAttribute SAML metadata tag
ATTRIBUTES
Mojo::SAML::Document::RequestedAttribute inherits all attributes from Mojo::SAML::Document and implements the following new ones.
name
Required. The machine-readable name of the attribute to be returned.
name_format
Optional. The SAML-defined format of the attribute name or short alias as understood by "attrname_format" in Mojo::SAML::Names. Per the spec, if this is not given it is undestood to mean urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified
.
friendly_name
Optional. The (possibly) human-readable name of the attribute to be returned.
is_required
A boolean indicating that this attribute is a required value.
template
A template specific to the document type.