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 AssociateTeamMember operation. Adds an IAM user to the team for an AWS CodeStar project.

Inheritance Hierarchy

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

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

Syntax

C#
public class AssociateTeamMemberRequest : AmazonCodeStarRequest
         IAmazonWebServiceRequest

The AssociateTeamMemberRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

A user- or system-generated token that identifies the entity that requested the team member association to the project. This token can be used to repeat the request.

Public Property ProjectId System.String

Gets and sets the property ProjectId.

The ID of the project to which you will add the IAM user.

Public Property ProjectRole System.String

Gets and sets the property ProjectRole.

The AWS CodeStar project role that will apply to this user. This role determines what actions a user can take in an AWS CodeStar project.

Public Property RemoteAccessAllowed System.Boolean

Gets and sets the property RemoteAccessAllowed.

Whether the team member is allowed to use an SSH public/private key pair to remotely access project resources, for example Amazon EC2 instances.

Public Property UserArn System.String

Gets and sets the property UserArn.

The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.

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