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 UpdateUserProfile operation. Updates a user's profile 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.UpdateUserProfileRequest

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

Syntax

C#
public class UpdateUserProfileRequest : AmazonCodeStarRequest
         IAmazonWebServiceRequest

The UpdateUserProfileRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateUserProfileRequest()

Properties

NameTypeDescription
Public Property DisplayName System.String

Gets and sets the property DisplayName.

The name that is 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 is 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 name that will be displayed as the friendly name for the user in AWS CodeStar.

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