#[non_exhaustive]pub struct UpdatePortalInput { /* private fields */ }
Implementations§
source§impl UpdatePortalInput
impl UpdatePortalInput
sourcepub fn portal_arn(&self) -> Option<&str>
pub fn portal_arn(&self) -> Option<&str>
The ARN of the web portal.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The name of the web portal. This is not visible to users who log into the web portal.
sourcepub fn authentication_type(&self) -> Option<&AuthenticationType>
pub fn authentication_type(&self) -> Option<&AuthenticationType>
The type of authentication integration points used when signing into the web portal. Defaults to Standard
.
Standard
web portals are authenticated directly through your identity provider. You need to call CreateIdentityProvider
to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.
IAM_Identity_Center
web portals are authenticated through AWS IAM Identity Center (successor to AWS Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
source§impl UpdatePortalInput
impl UpdatePortalInput
sourcepub fn builder() -> UpdatePortalInputBuilder
pub fn builder() -> UpdatePortalInputBuilder
Creates a new builder-style object to manufacture UpdatePortalInput
.
source§impl UpdatePortalInput
impl UpdatePortalInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePortal, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdatePortal, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdatePortal
>
Trait Implementations§
source§impl Clone for UpdatePortalInput
impl Clone for UpdatePortalInput
source§fn clone(&self) -> UpdatePortalInput
fn clone(&self) -> UpdatePortalInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdatePortalInput
impl Debug for UpdatePortalInput
source§impl PartialEq<UpdatePortalInput> for UpdatePortalInput
impl PartialEq<UpdatePortalInput> for UpdatePortalInput
source§fn eq(&self, other: &UpdatePortalInput) -> bool
fn eq(&self, other: &UpdatePortalInput) -> bool
self
and other
values to be equal, and is used
by ==
.