Show / Hide Table of Contents

Class CfnUserProfilePropsMixin.SsoUserProfileDetailsProperty

The details of the SSO User Profile.

Inheritance
object
CfnUserProfilePropsMixin.SsoUserProfileDetailsProperty
Implements
CfnUserProfilePropsMixin.ISsoUserProfileDetailsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnUserProfilePropsMixin.SsoUserProfileDetailsProperty : CfnUserProfilePropsMixin.ISsoUserProfileDetailsProperty
Syntax (vb)
Public Class CfnUserProfilePropsMixin.SsoUserProfileDetailsProperty Implements CfnUserProfilePropsMixin.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.Mixins.Preview.AWS.DataZone.Mixins;

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

Synopsis

Constructors

SsoUserProfileDetailsProperty()

The details of the SSO User Profile.

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.

Constructors

SsoUserProfileDetailsProperty()

The details of the SSO User Profile.

public SsoUserProfileDetailsProperty()
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.Mixins.Preview.AWS.DataZone.Mixins;

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

Properties

FirstName

The First Name of the IAM User Profile.

public string? FirstName { get; set; }
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.

public string? LastName { get; set; }
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.

public string? Username { get; set; }
Property Value

string

Remarks

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

Implements

CfnUserProfilePropsMixin.ISsoUserProfileDetailsProperty
Back to top Generated by DocFX