/AWS1/CL_APMTLSVALIDATIONCTX02¶
An object that represents a Transport Layer Security (TLS) validation context trust.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_acm TYPE REF TO /AWS1/CL_APMTLSVALIDATIONCTX03 /AWS1/CL_APMTLSVALIDATIONCTX03¶
A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
io_file TYPE REF TO /AWS1/CL_APMTLSVALIDATIONCTX00 /AWS1/CL_APMTLSVALIDATIONCTX00¶
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
io_sds TYPE REF TO /AWS1/CL_APMTLSVALIDATIONCTX01 /AWS1/CL_APMTLSVALIDATIONCTX01¶
A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
Queryable Attributes¶
acm¶
A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACM() |
Getter for ACM |
file¶
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILE() |
Getter for FILE |
sds¶
A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SDS() |
Getter for SDS |