Show / Hide Table of Contents

Interface CfnUserProfile.ISsoUserProfileDetailsProperty

The details of the SSO User Profile.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnUserProfile.ISsoUserProfileDetailsProperty
Syntax (vb)
Public Interface CfnUserProfile.ISsoUserProfileDetailsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-userprofile-ssouserprofiledetails.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.DataZone;

             var ssoUserProfileDetailsProperty = new SsoUserProfileDetailsProperty {
                 FirstName = "firstName",
                 LastName = "lastName",
                 Username = "username"
             };

Synopsis

Properties

FirstName

The First Name of the IAM User Profile.

LastName

The Last Name of the IAM User Profile.

Username

The username of the SSO User Profile.

Properties

FirstName

The First Name of the IAM User Profile.

string? FirstName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-userprofile-ssouserprofiledetails.html#cfn-datazone-userprofile-ssouserprofiledetails-firstname

LastName

The Last Name of the IAM User Profile.

string? LastName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-userprofile-ssouserprofiledetails.html#cfn-datazone-userprofile-ssouserprofiledetails-lastname

Username

The username of the SSO User Profile.

string? Username { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-userprofile-ssouserprofiledetails.html#cfn-datazone-userprofile-ssouserprofiledetails-username

Back to top Generated by DocFX