Container for the parameters to the GetIdentityDkimAttributes operation.
            Returns the current status of Easy DKIM signing for an entity. For domain name   
                    identities, this action also returns the DKIM tokens that are required for
            Easy DKIM            signing, and whether Amazon SES has successfully verified that
            these tokens have been            published.
            
                    
            
This action takes a list of identities as input and returns the following information for each:
- Whether Easy DKIM signing is enabled or disabled.
- A set of DKIM tokens that represent the identity. If the identity is an email address, the tokens represent the domain of that address.
- Whether Amazon SES has successfully verified the DKIM tokens published in the domain's DNS. This information is only returned for domain name identities, not for email addresses.
This action is throttled at one request per second.
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetIdentityDkimAttributesRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetIdentityDkimAttributesRequest()()()() | Initializes a new instance of the GetIdentityDkimAttributesRequest 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 one or more verified identities - email addresses, domains, or both. | 
|  | 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
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | GetIdentityDkimAttributesRequest | |