AssociateDelegateToResourceRequest Class
(QtAws::WorkMail::AssociateDelegateToResourceRequest)The AssociateDelegateToResourceRequest class provides an interface for WorkMail AssociateDelegateToResource requests. More...
| Header: | #include <AssociateDelegateToResourceRequest> |
| Inherits: | QtAws::WorkMail::WorkMailRequest |
Public Functions
| AssociateDelegateToResourceRequest(const AssociateDelegateToResourceRequest &other) | |
| AssociateDelegateToResourceRequest() |
Reimplemented Public Functions
| virtual bool | isValid() const override |
- 7 public functions inherited from QtAws::WorkMail::WorkMailRequest
- 7 public functions inherited from QtAws::Core::AwsAbstractRequest
Reimplemented Protected Functions
| virtual QtAws::Core::AwsAbstractResponse * | response(QNetworkReply * const reply) const override |
- 7 protected functions inherited from QtAws::WorkMail::WorkMailRequest
- 4 protected functions inherited from QtAws::Core::AwsAbstractRequest
Detailed Description
The AssociateDelegateToResourceRequest class provides an interface for WorkMail AssociateDelegateToResource requests.
Amazon WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients. You can access your email, contacts, and calendars using Microsoft Outlook, your browser, or their native iOS and Android email applications. You can integrate Amazon WorkMail with your existing corporate directory and control both the keys that encrypt your data and the location in which your data is
stored>
The Amazon WorkMail API is designed for the following
scenarios> <ul> <li>
Listing and describing
organization> </li> </ul> <ul> <li>
Managing
user> </li> </ul> <ul> <li>
Managing
group> </li> </ul> <ul> <li>
Managing
resource> </li> </ul>
All Amazon WorkMail API actions are Amazon-authenticated and certificate-signed. They not only require the use of the AWS SDK, but also allow for the exclusive use of IAM users and roles to help facilitate access, trust, and permission policies. By creating a role and allowing an IAM user to access the Amazon WorkMail site, the IAM user gains full administrative visibility into the entire Amazon WorkMail organization (or as set in the IAM policy). This includes, but is not limited to, the ability to create, update, and delete users, groups, and resources. This allows developers to perform the scenarios listed above, as well as give users the ability to grant access on a selective basis using the IAM
See also WorkMailClient::associateDelegateToResource.
Member Function Documentation
AssociateDelegateToResourceRequest::AssociateDelegateToResourceRequest(const AssociateDelegateToResourceRequest &other)
Constructs a copy of other.
AssociateDelegateToResourceRequest::AssociateDelegateToResourceRequest()
Constructs a AssociateDelegateToResourceRequest object.
[override virtual] bool AssociateDelegateToResourceRequest::isValid() const
Reimplemented from AwsAbstractRequest::isValid().
[override virtual protected] QtAws::Core::AwsAbstractResponse *AssociateDelegateToResourceRequest::response(QNetworkReply * const reply) const
Reimplemented from AwsAbstractRequest::response().
Returns a AssociateDelegateToResourceResponse object to process reply.
See also QtAws::Core::AwsAbstractClient::send.
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.