Struct aws_sdk_ssoadmin::operation::create_instance_access_control_attribute_configuration::builders::CreateInstanceAccessControlAttributeConfigurationInputBuilder
source · #[non_exhaustive]pub struct CreateInstanceAccessControlAttributeConfigurationInputBuilder { /* private fields */ }
Expand description
A builder for CreateInstanceAccessControlAttributeConfigurationInput
.
Implementations§
source§impl CreateInstanceAccessControlAttributeConfigurationInputBuilder
impl CreateInstanceAccessControlAttributeConfigurationInputBuilder
sourcepub fn instance_arn(self, input: impl Into<String>) -> Self
pub fn instance_arn(self, input: impl Into<String>) -> Self
The ARN of the IAM Identity Center instance under which the operation will be executed.
This field is required.sourcepub fn set_instance_arn(self, input: Option<String>) -> Self
pub fn set_instance_arn(self, input: Option<String>) -> Self
The ARN of the IAM Identity Center instance under which the operation will be executed.
sourcepub fn get_instance_arn(&self) -> &Option<String>
pub fn get_instance_arn(&self) -> &Option<String>
The ARN of the IAM Identity Center instance under which the operation will be executed.
sourcepub fn instance_access_control_attribute_configuration(
self,
input: InstanceAccessControlAttributeConfiguration
) -> Self
pub fn instance_access_control_attribute_configuration( self, input: InstanceAccessControlAttributeConfiguration ) -> Self
Specifies the IAM Identity Center 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 IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center will replace the attribute value with the value from the IAM Identity Center identity store.
This field is required.sourcepub 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 IAM Identity Center 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 IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center will replace the attribute value with the value from the IAM Identity Center identity store.
sourcepub fn get_instance_access_control_attribute_configuration(
&self
) -> &Option<InstanceAccessControlAttributeConfiguration>
pub fn get_instance_access_control_attribute_configuration( &self ) -> &Option<InstanceAccessControlAttributeConfiguration>
Specifies the IAM Identity Center 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 IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center will replace the attribute value with the value from the IAM Identity Center identity store.
sourcepub fn build(
self
) -> Result<CreateInstanceAccessControlAttributeConfigurationInput, BuildError>
pub fn build( self ) -> Result<CreateInstanceAccessControlAttributeConfigurationInput, BuildError>
Consumes the builder and constructs a CreateInstanceAccessControlAttributeConfigurationInput
.
source§impl CreateInstanceAccessControlAttributeConfigurationInputBuilder
impl CreateInstanceAccessControlAttributeConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateInstanceAccessControlAttributeConfigurationOutput, SdkError<CreateInstanceAccessControlAttributeConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateInstanceAccessControlAttributeConfigurationOutput, SdkError<CreateInstanceAccessControlAttributeConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateInstanceAccessControlAttributeConfigurationInputBuilder
impl Clone for CreateInstanceAccessControlAttributeConfigurationInputBuilder
source§fn clone(&self) -> CreateInstanceAccessControlAttributeConfigurationInputBuilder
fn clone(&self) -> CreateInstanceAccessControlAttributeConfigurationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateInstanceAccessControlAttributeConfigurationInputBuilder
impl Default for CreateInstanceAccessControlAttributeConfigurationInputBuilder
source§fn default() -> CreateInstanceAccessControlAttributeConfigurationInputBuilder
fn default() -> CreateInstanceAccessControlAttributeConfigurationInputBuilder
source§impl PartialEq for CreateInstanceAccessControlAttributeConfigurationInputBuilder
impl PartialEq for CreateInstanceAccessControlAttributeConfigurationInputBuilder
source§fn eq(
&self,
other: &CreateInstanceAccessControlAttributeConfigurationInputBuilder
) -> bool
fn eq( &self, other: &CreateInstanceAccessControlAttributeConfigurationInputBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.