Cloudflare\Zone\Settings::tls_1_2_only PHP Method

tls_1_2_only() public method

Get Zone Enable TLS 1.2 setting (permission needed: #zone_settings:read) Enable Crypto TLS 1.2 feature for this zone and prevent use of previous versions. This is limited to Enterprise or Business Zones.
public tls_1_2_only ( string $zone_identifier )
$zone_identifier string API item identifier tag
    public function tls_1_2_only($zone_identifier)
    {
        return $this->get('zones/' . $zone_identifier . '/settings/tls_1_2_only');
    }