MCPcopy Create free account
hub / github.com/crewjam/saml / RequestedAttribute

Struct RequestedAttribute

metadata.go:255–258  ·  view source on GitHub ↗

RequestedAttribute represents the SAML RequestedAttribute object. See http://docs.oasis-open.org/security/saml/v2.0/saml-metadata-2.0-os.pdf §2.4.4.2

Source from the content-addressed store, hash-verified

253//
254// See http://docs.oasis-open.org/security/saml/v2.0/saml-metadata-2.0-os.pdf §2.4.4.2
255type RequestedAttribute struct {
256 Attribute
257 IsRequired *bool `xml:"isRequired,attr"`
258}
259
260// AuthnAuthorityDescriptor represents the SAML AuthnAuthorityDescriptor object.
261//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected