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 DeleteAlias operation. Remove one or more specified aliases from a set of aliases for a given user.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.WorkMail.AmazonWorkMailRequest
      Amazon.WorkMail.Model.DeleteAliasRequest

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

Syntax

C#
public class DeleteAliasRequest : AmazonWorkMailRequest
         IAmazonWebServiceRequest

The DeleteAliasRequest type exposes the following members

Constructors

NameDescription
Public Method DeleteAliasRequest()

Properties

NameTypeDescription
Public Property Alias System.String

Gets and sets the property Alias.

The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).

Public Property EntityId System.String

Gets and sets the property EntityId.

The identifier for the member (user or group) from which to have the aliases removed.

Public Property OrganizationId System.String

Gets and sets the property OrganizationId.

The identifier for the organization under which the user exists.

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