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.

Information about a team member in a project.

Inheritance Hierarchy

System.Object
  Amazon.CodeStar.Model.TeamMember

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

Syntax

C#
public class TeamMember

The TeamMember type exposes the following members

Constructors

NameDescription
Public Method TeamMember()

Properties

NameTypeDescription
Public Property ProjectRole System.String

Gets and sets the property ProjectRole.

The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.

Public Property RemoteAccessAllowed System.Boolean

Gets and sets the property RemoteAccessAllowed.

Whether the user is allowed to remotely access project resources using an SSH public/private key pair.

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