Struct aws_sdk_grafana::operation::update_workspace_authentication::UpdateWorkspaceAuthenticationInput
source · #[non_exhaustive]pub struct UpdateWorkspaceAuthenticationInput { /* private fields */ }
Implementations§
source§impl UpdateWorkspaceAuthenticationInput
impl UpdateWorkspaceAuthenticationInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace to update the authentication for.
sourcepub fn authentication_providers(&self) -> Option<&[AuthenticationProviderTypes]>
pub fn authentication_providers(&self) -> Option<&[AuthenticationProviderTypes]>
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
sourcepub fn saml_configuration(&self) -> Option<&SamlConfiguration>
pub fn saml_configuration(&self) -> Option<&SamlConfiguration>
If the workspace uses SAML, use this structure to map SAML assertion attributes to workspace user information and define which groups in the assertion attribute are to have the Admin
and Editor
roles in the workspace.
source§impl UpdateWorkspaceAuthenticationInput
impl UpdateWorkspaceAuthenticationInput
sourcepub fn builder() -> UpdateWorkspaceAuthenticationInputBuilder
pub fn builder() -> UpdateWorkspaceAuthenticationInputBuilder
Creates a new builder-style object to manufacture UpdateWorkspaceAuthenticationInput
.
source§impl UpdateWorkspaceAuthenticationInput
impl UpdateWorkspaceAuthenticationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWorkspaceAuthentication, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateWorkspaceAuthentication, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateWorkspaceAuthentication
>
Trait Implementations§
source§impl Clone for UpdateWorkspaceAuthenticationInput
impl Clone for UpdateWorkspaceAuthenticationInput
source§fn clone(&self) -> UpdateWorkspaceAuthenticationInput
fn clone(&self) -> UpdateWorkspaceAuthenticationInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<UpdateWorkspaceAuthenticationInput> for UpdateWorkspaceAuthenticationInput
impl PartialEq<UpdateWorkspaceAuthenticationInput> for UpdateWorkspaceAuthenticationInput
source§fn eq(&self, other: &UpdateWorkspaceAuthenticationInput) -> bool
fn eq(&self, other: &UpdateWorkspaceAuthenticationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.