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 UpdateTeamMember operation. Updates a team member's attributes in an AWS CodeStar project. For example, you can change a team member's role in the project, or change whether they have remote access to project resources.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateTeamMemberRequest : AmazonCodeStarRequest
         IAmazonWebServiceRequest

The UpdateTeamMemberRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateTeamMemberRequest()

Properties

NameTypeDescription
Public Property ProjectId System.String

Gets and sets the property ProjectId.

The ID of the project.

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 a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.

Public Property UserArn System.String

Gets and sets the property UserArn.

The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.

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