Struct aws_sdk_appstream::model::EntitlementAttribute
source · #[non_exhaustive]pub struct EntitlementAttribute { /* private fields */ }
Expand description
An attribute associated with an entitlement. Application entitlements work by matching a supported SAML 2.0 attribute name to a value when a user identity federates to an Amazon AppStream 2.0 SAML application.
Implementations§
source§impl EntitlementAttribute
impl EntitlementAttribute
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
A supported AWS IAM SAML PrincipalTag
attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.
The following are valid values:
-
roles
-
department
-
organization
-
groups
-
title
-
costCenter
-
userType
source§impl EntitlementAttribute
impl EntitlementAttribute
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EntitlementAttribute
.
Trait Implementations§
source§impl Clone for EntitlementAttribute
impl Clone for EntitlementAttribute
source§fn clone(&self) -> EntitlementAttribute
fn clone(&self) -> EntitlementAttribute
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 more