Struct aws_sdk_ssoadmin::operation::describe_application_assignment::builders::DescribeApplicationAssignmentFluentBuilder
source · pub struct DescribeApplicationAssignmentFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeApplicationAssignment
.
Retrieves a direct assignment of a user or group to an application. If the user doesn’t have a direct assignment to the application, the user may still have access to the application through a group. Therefore, don’t use this API to test access to an application for a user. Instead use ListApplicationAssignmentsForPrincipal
.
Implementations§
source§impl DescribeApplicationAssignmentFluentBuilder
impl DescribeApplicationAssignmentFluentBuilder
sourcepub fn as_input(&self) -> &DescribeApplicationAssignmentInputBuilder
pub fn as_input(&self) -> &DescribeApplicationAssignmentInputBuilder
Access the DescribeApplicationAssignment as a reference.
sourcepub async fn send(
self
) -> Result<DescribeApplicationAssignmentOutput, SdkError<DescribeApplicationAssignmentError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeApplicationAssignmentOutput, SdkError<DescribeApplicationAssignmentError, HttpResponse>>
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.
sourcepub fn customize(
self
) -> CustomizableOperation<DescribeApplicationAssignmentOutput, DescribeApplicationAssignmentError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeApplicationAssignmentOutput, DescribeApplicationAssignmentError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn application_arn(self, input: impl Into<String>) -> Self
pub fn application_arn(self, input: impl Into<String>) -> Self
Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
sourcepub fn set_application_arn(self, input: Option<String>) -> Self
pub fn set_application_arn(self, input: Option<String>) -> Self
Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
sourcepub fn get_application_arn(&self) -> &Option<String>
pub fn get_application_arn(&self) -> &Option<String>
Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
sourcepub fn principal_id(self, input: impl Into<String>) -> Self
pub fn principal_id(self, input: impl Into<String>) -> Self
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
sourcepub fn set_principal_id(self, input: Option<String>) -> Self
pub fn set_principal_id(self, input: Option<String>) -> Self
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
sourcepub fn get_principal_id(&self) -> &Option<String>
pub fn get_principal_id(&self) -> &Option<String>
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
sourcepub fn principal_type(self, input: PrincipalType) -> Self
pub fn principal_type(self, input: PrincipalType) -> Self
The entity type for which the assignment will be created.
sourcepub fn set_principal_type(self, input: Option<PrincipalType>) -> Self
pub fn set_principal_type(self, input: Option<PrincipalType>) -> Self
The entity type for which the assignment will be created.
sourcepub fn get_principal_type(&self) -> &Option<PrincipalType>
pub fn get_principal_type(&self) -> &Option<PrincipalType>
The entity type for which the assignment will be created.
Trait Implementations§
source§impl Clone for DescribeApplicationAssignmentFluentBuilder
impl Clone for DescribeApplicationAssignmentFluentBuilder
source§fn clone(&self) -> DescribeApplicationAssignmentFluentBuilder
fn clone(&self) -> DescribeApplicationAssignmentFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more