Represents a list of all verified identities for the AWS Account.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListIdentitiesResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListIdentitiesResult()()()() | Initializes a new instance of the ListIdentitiesResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Identities | 
            Gets and sets the property Identities. 
             A list of identities. | 
|  | NextToken | 
            Gets and sets the property NextToken. 
             The token used for pagination. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithIdentities(array<String>[]()[][]) | Obsolete. 
            Sets the Identities property
             | 
|  | WithIdentities(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the Identities property
             | 
|  | WithNextToken(String) | Obsolete. 
            Sets the NextToken property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListIdentitiesResult |