Struct aws_sdk_ssoadmin::client::fluent_builders::CreateInstanceAccessControlAttributeConfiguration [−][src]
pub struct CreateInstanceAccessControlAttributeConfiguration<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to CreateInstanceAccessControlAttributeConfiguration
.
Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
Implementations
impl<C, M, R> CreateInstanceAccessControlAttributeConfiguration<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateInstanceAccessControlAttributeConfiguration<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateInstanceAccessControlAttributeConfigurationOutput, SdkError<CreateInstanceAccessControlAttributeConfigurationError>> where
R::Policy: SmithyRetryPolicy<CreateInstanceAccessControlAttributeConfigurationInputOperationOutputAlias, CreateInstanceAccessControlAttributeConfigurationOutput, CreateInstanceAccessControlAttributeConfigurationError, CreateInstanceAccessControlAttributeConfigurationInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateInstanceAccessControlAttributeConfigurationOutput, SdkError<CreateInstanceAccessControlAttributeConfigurationError>> where
R::Policy: SmithyRetryPolicy<CreateInstanceAccessControlAttributeConfigurationInputOperationOutputAlias, CreateInstanceAccessControlAttributeConfigurationOutput, CreateInstanceAccessControlAttributeConfigurationError, CreateInstanceAccessControlAttributeConfigurationInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The ARN of the SSO instance under which the operation will be executed.
The ARN of the SSO instance under which the operation will be executed.
pub fn instance_access_control_attribute_configuration(
self,
inp: InstanceAccessControlAttributeConfiguration
) -> Self
pub fn instance_access_control_attribute_configuration(
self,
inp: InstanceAccessControlAttributeConfiguration
) -> Self
Specifies the Amazon Web Services SSO identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion. Doing so provides an alternative to configuring attributes from the Amazon Web Services SSO identity store. If a SAML assertion passes any of these attributes, Amazon Web Services SSO will replace the attribute value with the value from the Amazon Web Services SSO identity store.
pub fn set_instance_access_control_attribute_configuration(
self,
input: Option<InstanceAccessControlAttributeConfiguration>
) -> Self
pub fn set_instance_access_control_attribute_configuration(
self,
input: Option<InstanceAccessControlAttributeConfiguration>
) -> Self
Specifies the Amazon Web Services SSO identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion. Doing so provides an alternative to configuring attributes from the Amazon Web Services SSO identity store. If a SAML assertion passes any of these attributes, Amazon Web Services SSO will replace the attribute value with the value from the Amazon Web Services SSO identity store.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for CreateInstanceAccessControlAttributeConfiguration<C, M, R>
impl<C, M, R> Send for CreateInstanceAccessControlAttributeConfiguration<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateInstanceAccessControlAttributeConfiguration<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateInstanceAccessControlAttributeConfiguration<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for CreateInstanceAccessControlAttributeConfiguration<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more