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.

Contains details about the specified entity (user or role).

This data type is an element of the EntityDetails object.

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.EntityInfo

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

Syntax

C#
public class EntityInfo

The EntityInfo type exposes the following members

Constructors

NameDescription
Public Method EntityInfo()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

Public Property Id System.String

Gets and sets the property Id.

The identifier of the entity (user or role).

Public Property Name System.String

Gets and sets the property Name.

The name of the entity (user or role).

Public Property Path System.String

Gets and sets the property Path.

The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.

Public Property Type Amazon.IdentityManagement.PolicyOwnerEntityType

Gets and sets the property Type.

The type of entity (user or role).

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