C# Class Amazon.IoT.Model.TransferCertificateRequest

Container for the parameters to the TransferCertificate operation. Transfers the specified certificate to the specified AWS account.

You can cancel the transfer until it is acknowledged by the recipient.

No notification is sent to the transfer destination's account. It is up to the caller to notify the transfer target.

The certificate being transferred must not be in the ACTIVE state. You can use the UpdateCertificate API to deactivate it.

The certificate must not have any policies attached to it. You can use the DetachPrincipalPolicy API to detach them.

Inheritance: AmazonIoTRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetCertificateId ( ) : bool
IsSetTargetAwsAccount ( ) : bool
IsSetTransferMessage ( ) : bool