Skip to content

/AWS1/CL_ACMACMEACCOUNT

Contains detailed information about an ACME account.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_accounturl TYPE /AWS1/ACMSTRING00 /AWS1/ACMSTRING00

The URL of the ACME account.

iv_publickeythumbprint TYPE /AWS1/ACMSTRING00 /AWS1/ACMSTRING00

The thumbprint of the public key associated with the ACME account.

iv_status TYPE /AWS1/ACMACMEACCOUNTSTATUS /AWS1/ACMACMEACCOUNTSTATUS

The status of the ACME account.

iv_createdat TYPE /AWS1/ACMTIMESTAMP /AWS1/ACMTIMESTAMP

The time at which the ACME account was created.

iv_acmeextrnlacctbindingarn TYPE /AWS1/ACMACMEEXTRNLACCTBNDGARN /AWS1/ACMACMEEXTRNLACCTBNDGARN

The Amazon Resource Name (ARN) of the external account binding associated with this ACME account.

it_contacts TYPE /AWS1/CL_ACMCONTACTLIST_W=>TT_CONTACTLIST TT_CONTACTLIST

The contact information for the ACME account.


Queryable Attributes

AccountUrl

The URL of the ACME account.

Accessible with the following methods

Method Description
GET_ACCOUNTURL() Getter for ACCOUNTURL, with configurable default
ASK_ACCOUNTURL() Getter for ACCOUNTURL w/ exceptions if field has no value
HAS_ACCOUNTURL() Determine if ACCOUNTURL has a value

PublicKeyThumbprint

The thumbprint of the public key associated with the ACME account.

Accessible with the following methods

Method Description
GET_PUBLICKEYTHUMBPRINT() Getter for PUBLICKEYTHUMBPRINT, with configurable default
ASK_PUBLICKEYTHUMBPRINT() Getter for PUBLICKEYTHUMBPRINT w/ exceptions if field has no
HAS_PUBLICKEYTHUMBPRINT() Determine if PUBLICKEYTHUMBPRINT has a value

Status

The status of the ACME account.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

CreatedAt

The time at which the ACME account was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

AcmeExternalAccountBindingArn

The Amazon Resource Name (ARN) of the external account binding associated with this ACME account.

Accessible with the following methods

Method Description
GET_ACMEEXTRNLACCTBINDINGARN() Getter for ACMEEXTRNLACCOUNTBINDINGARN, with configurable de
ASK_ACMEEXTRNLACCTBINDINGARN() Getter for ACMEEXTRNLACCOUNTBINDINGARN w/ exceptions if fiel
HAS_ACMEEXTRNLACCTBINDINGARN() Determine if ACMEEXTRNLACCOUNTBINDINGARN has a value

Contacts

The contact information for the ACME account.

Accessible with the following methods

Method Description
GET_CONTACTS() Getter for CONTACTS, with configurable default
ASK_CONTACTS() Getter for CONTACTS w/ exceptions if field has no value
HAS_CONTACTS() Determine if CONTACTS has a value