SoftLayer_Security_Certificate_Request


SoftLayer_Security_Certificate_Request

Description

The SoftLayer_Security_Certificate_Request data type is used to view details about your SSL certificate order. This contains data that is required by a Certificate Authority to place an SSL certificate order.

Local


accountId

This is a reference to your SoftLayer account.
Type: int


approverEmailAddress

The email address of a person who will approve your SSL certificate order. This is usually an email address of your domain administrator.
Type: string


certificateSigningRequest

A Certificate Signing Request (CSR) string
Type: string


commonName

A domain name of a SSL certificate request
Type: string


createDate

The date a SSL certificate request was created.
Type: dateTime


effectiveDate

The date of your SSL certificate went into effect
Type: dateTime


expirationDate

The expiration date of your SSL certificate
Type: dateTime


id

The internal identifier of an SSL certificate request
Type: int


modifyDate

The date a SSL certificate request was last modified.
Type: dateTime


statusId

A status id reflecting the state of a SSL certificate request
Type: int


technicalContactEmailAddress

The technical contact email address.
Type: string

Relational


account

The account to which a SSL certificate request belongs.
Type: SoftLayer_Account


order

The order contains the information related to a SSL certificate request.
Type: SoftLayer_Billing_Order


orderItem

The associated order item for this SSL certificate request.
Type: SoftLayer_Billing_Order_Item


status

The status of a SSL certificate request.
Type: SoftLayer_Security_Certificate_Request_Status

Count