AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateUserProfile operation. Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar. The user profile is not project-specific. Information in the user profile is displayed wherever the user's information appears to other users in AWS CodeStar.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodeStar.AmazonCodeStarRequest
      Amazon.CodeStar.Model.CreateUserProfileRequest

Namespace: Amazon.CodeStar.Model
Assembly: AWSSDK.CodeStar.dll
Version: 3.x.y.z

Syntax

C#
public class CreateUserProfileRequest : AmazonCodeStarRequest
         IAmazonWebServiceRequest

The CreateUserProfileRequest type exposes the following members

Constructors

NameDescription
Public Method CreateUserProfileRequest()

Properties

NameTypeDescription
Public Property DisplayName System.String

Gets and sets the property DisplayName.

The name that will be displayed as the friendly name for the user in AWS CodeStar.

Public Property EmailAddress System.String

Gets and sets the property EmailAddress.

The email address that will be displayed as part of the user's profile in AWS CodeStar.

Public Property SshPublicKey System.String

Gets and sets the property SshPublicKey.

The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.

Public Property UserArn System.String

Gets and sets the property UserArn.

The Amazon Resource Name (ARN) of the user in IAM.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5