interface SsoUserProfileDetailsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnUserProfile.SsoUserProfileDetailsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnUserProfile_SsoUserProfileDetailsProperty |
![]() | software.amazon.awscdk.services.datazone.CfnUserProfile.SsoUserProfileDetailsProperty |
![]() | aws_cdk.aws_datazone.CfnUserProfile.SsoUserProfileDetailsProperty |
![]() | aws-cdk-lib » aws_datazone » CfnUserProfile » SsoUserProfileDetailsProperty |
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 { aws_datazone as datazone } from 'aws-cdk-lib';
const ssoUserProfileDetailsProperty: datazone.CfnUserProfile.SsoUserProfileDetailsProperty = {
firstName: 'firstName',
lastName: 'lastName',
username: 'username',
};
Properties
Name | Type | Description |
---|---|---|
first | string | The first name included in the single sign-on details of the user profile. |
last | string | The last name included in the single sign-on details of the user profile. |
username? | string | The username included in the single sign-on details of the user profile. |
firstName?
Type:
string
(optional)
The first name included in the single sign-on details of the user profile.
lastName?
Type:
string
(optional)
The last name included in the single sign-on details of the user profile.
username?
Type:
string
(optional)
The username included in the single sign-on details of the user profile.