Struct aws_sdk_finspace::model::federation_parameters::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for FederationParameters.
Implementations§
source§impl Builder
impl Builder
sourcepub fn saml_metadata_document(self, input: impl Into<String>) -> Self
pub fn saml_metadata_document(self, input: impl Into<String>) -> Self
SAML 2.0 Metadata document from identity provider (IdP).
sourcepub fn set_saml_metadata_document(self, input: Option<String>) -> Self
pub fn set_saml_metadata_document(self, input: Option<String>) -> Self
SAML 2.0 Metadata document from identity provider (IdP).
sourcepub fn saml_metadata_url(self, input: impl Into<String>) -> Self
pub fn saml_metadata_url(self, input: impl Into<String>) -> Self
Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).
sourcepub fn set_saml_metadata_url(self, input: Option<String>) -> Self
pub fn set_saml_metadata_url(self, input: Option<String>) -> Self
Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).
sourcepub fn application_call_back_url(self, input: impl Into<String>) -> Self
pub fn application_call_back_url(self, input: impl Into<String>) -> Self
The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).
sourcepub fn set_application_call_back_url(self, input: Option<String>) -> Self
pub fn set_application_call_back_url(self, input: Option<String>) -> Self
The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).
sourcepub fn federation_urn(self, input: impl Into<String>) -> Self
pub fn federation_urn(self, input: impl Into<String>) -> Self
The Uniform Resource Name (URN). Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.
sourcepub fn set_federation_urn(self, input: Option<String>) -> Self
pub fn set_federation_urn(self, input: Option<String>) -> Self
The Uniform Resource Name (URN). Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.
sourcepub fn federation_provider_name(self, input: impl Into<String>) -> Self
pub fn federation_provider_name(self, input: impl Into<String>) -> Self
Name of the identity provider (IdP).
sourcepub fn set_federation_provider_name(self, input: Option<String>) -> Self
pub fn set_federation_provider_name(self, input: Option<String>) -> Self
Name of the identity provider (IdP).
sourcepub fn attribute_map(self, k: impl Into<String>, v: impl Into<String>) -> Self
pub fn attribute_map(self, k: impl Into<String>, v: impl Into<String>) -> Self
Adds a key-value pair to attribute_map.
To override the contents of this collection use set_attribute_map.
SAML 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.
sourcepub fn set_attribute_map(self, input: Option<HashMap<String, String>>) -> Self
pub fn set_attribute_map(self, input: Option<HashMap<String, String>>) -> Self
SAML 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.
sourcepub fn build(self) -> FederationParameters
pub fn build(self) -> FederationParameters
Consumes the builder and constructs a FederationParameters.