![]() |
![]()
| ![]() |
![]()
NAMEPaws::Finspace::FederationParameters USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Finspace::FederationParameters object: $service_obj->Method(Att1 => { ApplicationCallBackURL => $value, ..., SamlMetadataURL => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Finspace::FederationParameters object: $result = $service_obj->Method(...); $result->Att1->ApplicationCallBackURL DESCRIPTIONConfiguration information when authentication mode is FEDERATED. ATTRIBUTESApplicationCallBackURL => StrThe redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP). AttributeMap => Paws::Finspace::AttributeMapSAML attribute name and value. The name must always be "Email" and the value should be set to the attribute definition in which user email is set. For example, name would be "Email" and value "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress". Please check your SAML 2.0 compliant identity provider (IdP) documentation for details. FederationProviderName => StrName of the identity provider (IdP). FederationURN => StrThe Uniform Resource Name (URN). Also referred as Service Provider URN or Audience URI or Service Provider Entity ID. SamlMetadataDocument => StrSAML 2.0 Metadata document from identity provider (IdP). SamlMetadataURL => StrProvide the metadata URL from your SAML 2.0 compliant identity provider (IdP). SEE ALSOThis class forms part of Paws, describing an object used in Paws::Finspace BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|