AWSIoTRegisterCertificateRequest
Objective-C
@interface AWSIoTRegisterCertificateRequestSwift
class AWSIoTRegisterCertificateRequestThe input to the RegisterCertificate operation.
Required parameters: [certificatePem]
- 
                  
                  The CA certificate used to sign the device certificate being registered. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable caCertificatePem;Swift var caCertificatePem: String? { get set }
- 
                  
                  The certificate data, in PEM format. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable certificatePem;Swift var certificatePem: String? { get set }
- 
                  
                  A boolean value that specifies if the certificate is set to active. Valid values: ACTIVE | INACTIVEDeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable setAsActive;Swift var setAsActive: NSNumber? { get set }
- 
                  
                  The status of the register certificate request. Valid values that you can use include ACTIVE,INACTIVE, andREVOKED.DeclarationObjective-C @property (nonatomic) AWSIoTCertificateStatus status;Swift var status: AWSIoTCertificateStatus { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSIoTRegisterCertificateRequest Class Reference
        AWSIoTRegisterCertificateRequest Class Reference