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.

This is the response object from the DescribeUserProfile operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CodeStar.Model.DescribeUserProfileResponse

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

Syntax

C#
public class DescribeUserProfileResponse : AmazonWebServiceResponse

The DescribeUserProfileResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The date and time when the user profile was created in AWS CodeStar, in timestamp format.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The display name shown for the user in AWS CodeStar projects. For example, this could be set to both first and last name ("Mary Major") or a single name ("Mary"). The display name is also used to generate the initial icon associated with the user in AWS CodeStar projects. If spaces are included in the display name, the first character that appears after the space will be used as the second character in the user initial icon. The initial icon displays a maximum of two characters, so a display name with more than one space (for example "Mary Jane Major") would generate an initial icon using the first character and the first character after the space ("MJ", not "MM").

Public Property EmailAddress System.String

Gets and sets the property EmailAddress.

The email address for the user. Optional.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedTimestamp System.DateTime

Gets and sets the property LastModifiedTimestamp.

The date and time when the user profile was last modified, in timestamp format.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SshPublicKey System.String

Gets and sets the property SshPublicKey.

The SSH public key associated with the user. This SSH public key is associated with the user profile, and can be used in conjunction with the associated private key for access to project resources, such as Amazon EC2 instances, if a project owner grants remote access to those resources.

Public Property UserArn System.String

Gets and sets the property UserArn.

The Amazon Resource Name (ARN) of the user.

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