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 DisassociateTeamMember operation. Removes a user from a project. Removing a user from a project also removes the IAM policies from that user that allowed access to the project and its resources. Disassociating a team member does not remove that user's profile from AWS CodeStar. It does not remove the user from IAM.

Inheritance Hierarchy

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

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

Syntax

C#
public class DisassociateTeamMemberRequest : AmazonCodeStarRequest
         IAmazonWebServiceRequest

The DisassociateTeamMemberRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ProjectId System.String

Gets and sets the property ProjectId.

The ID of the AWS CodeStar project from which you want to remove a team member.

Public Property UserArn System.String

Gets and sets the property UserArn.

The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the 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