Samlo.Metadata.RequestedAttribute (samlo v0.1.0)
Struct that defines the RequestedAttribute element.
Link to this section Summary
Link to this section Types
Specs
t() :: %Samlo.Metadata.RequestedAttribute{
attrs: [tuple()],
friendly_name: nil | String.t(),
is_required: nil | boolean(),
name: String.t(),
name_format: nil | Samlo.Assertion.Attribute.name_format(),
values: [Samlo.Assertion.Attribute.value()]
}
Link to this section Functions
Link to this function
to_saml_attribute(requested_attribute)
Specs
to_saml_attribute(required_attribute :: t()) :: Samlo.Assertion.Attribute.t()