/AWS1/CL_APMVGWCLIENTPOLICYTLS¶
An object that represents a Transport Layer Security (TLS) client policy.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_validation TYPE REF TO /AWS1/CL_APMVGWTLSVALIDATION00 /AWS1/CL_APMVGWTLSVALIDATION00¶
A reference to an object that represents a Transport Layer Security (TLS) validation context.
Optional arguments:¶
iv_enforce TYPE /AWS1/APMBOOLEAN /AWS1/APMBOOLEAN¶
Whether the policy is enforced. The default is
True, if a value isn't specified.
it_ports TYPE /AWS1/CL_APMPORTSET_W=>TT_PORTSET TT_PORTSET¶
One or more ports that the policy is enforced for.
io_certificate TYPE REF TO /AWS1/CL_APMVGWCLIENTTLSCERT /AWS1/CL_APMVGWCLIENTTLSCERT¶
A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.
Queryable Attributes¶
enforce¶
Whether the policy is enforced. The default is
True, if a value isn't specified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENFORCE() |
Getter for ENFORCE, with configurable default |
ASK_ENFORCE() |
Getter for ENFORCE w/ exceptions if field has no value |
HAS_ENFORCE() |
Determine if ENFORCE has a value |
ports¶
One or more ports that the policy is enforced for.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORTS() |
Getter for PORTS, with configurable default |
ASK_PORTS() |
Getter for PORTS w/ exceptions if field has no value |
HAS_PORTS() |
Determine if PORTS has a value |
certificate¶
A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATE() |
Getter for CERTIFICATE |
validation¶
A reference to an object that represents a Transport Layer Security (TLS) validation context.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATION() |
Getter for VALIDATION |