/AWS1/CL_ACSCONNECTORSUMMARY¶
Lists the Amazon Web Services Private CA SCEP connectors belonging to your Amazon Web Services account.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/ACSCONNECTORARN /AWS1/ACSCONNECTORARN¶
The Amazon Resource Name (ARN) of the connector.
iv_certificateauthorityarn TYPE /AWS1/ACSCERTAUTHORITYARN /AWS1/ACSCERTAUTHORITYARN¶
The Amazon Resource Name (ARN) of the connector's associated certificate authority.
iv_type TYPE /AWS1/ACSCONNECTORTYPE /AWS1/ACSCONNECTORTYPE¶
The connector type.
io_mobiledevicemanagement TYPE REF TO /AWS1/CL_ACSMOBILEDEVMANAGEM00 /AWS1/CL_ACSMOBILEDEVMANAGEM00¶
Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configure
MobileDeviceManagement, then the connector is for general-purpose use and this object is empty.
io_openidconfiguration TYPE REF TO /AWS1/CL_ACSOPENIDCONF /AWS1/CL_ACSOPENIDCONF¶
Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.
iv_status TYPE /AWS1/ACSCONNECTORSTATUS /AWS1/ACSCONNECTORSTATUS¶
The connector's status. Status can be creating, active, deleting, or failed.
iv_statusreason TYPE /AWS1/ACSCONNECTORSTATUSREASON /AWS1/ACSCONNECTORSTATUSREASON¶
Information about why connector creation failed, if status is
FAILED.
iv_endpoint TYPE /AWS1/ACSSTRING /AWS1/ACSSTRING¶
The connector's HTTPS public SCEP URL.
iv_createdat TYPE /AWS1/ACSTIMESTAMP /AWS1/ACSTIMESTAMP¶
The date and time that the challenge was created.
iv_updatedat TYPE /AWS1/ACSTIMESTAMP /AWS1/ACSTIMESTAMP¶
The date and time that the challenge was updated.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
CertificateAuthorityArn¶
The Amazon Resource Name (ARN) of the connector's associated certificate authority.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATEAUTHORITYARN() |
Getter for CERTIFICATEAUTHORITYARN, with configurable defaul |
ASK_CERTIFICATEAUTHORITYARN() |
Getter for CERTIFICATEAUTHORITYARN w/ exceptions if field ha |
HAS_CERTIFICATEAUTHORITYARN() |
Determine if CERTIFICATEAUTHORITYARN has a value |
Type¶
The connector type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
MobileDeviceManagement¶
Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configure
MobileDeviceManagement, then the connector is for general-purpose use and this object is empty.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MOBILEDEVICEMANAGEMENT() |
Getter for MOBILEDEVICEMANAGEMENT |
OpenIdConfiguration¶
Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPENIDCONFIGURATION() |
Getter for OPENIDCONFIGURATION |
Status¶
The connector's status. Status can be creating, active, deleting, or failed.
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 |
StatusReason¶
Information about why connector creation failed, if status is
FAILED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
Endpoint¶
The connector's HTTPS public SCEP URL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINT() |
Getter for ENDPOINT, with configurable default |
ASK_ENDPOINT() |
Getter for ENDPOINT w/ exceptions if field has no value |
HAS_ENDPOINT() |
Determine if ENDPOINT has a value |
CreatedAt¶
The date and time that the challenge 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 |
UpdatedAt¶
The date and time that the challenge was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CONNECTORLIST¶
TYPES TT_CONNECTORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ACSCONNECTORSUMMARY WITH DEFAULT KEY
.