Interface CfnUserProfile.SsoUserProfileDetailsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnUserProfile.SsoUserProfileDetailsProperty.Jsii$Proxy
Enclosing class:
CfnUserProfile

@Stability(Stable) public static interface CfnUserProfile.SsoUserProfileDetailsProperty extends software.amazon.jsii.JsiiSerializable
The single sign-on details of the user profile.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.datazone.*;
 SsoUserProfileDetailsProperty ssoUserProfileDetailsProperty = SsoUserProfileDetailsProperty.builder()
         .firstName("firstName")
         .lastName("lastName")
         .username("username")
         .build();
 

See Also: