ToolsControllerApi
in package
ToolsControllerApi Class Doc Comment
Tags
Table of Contents
- contentTypes = ['generateBimiRecord' => ['application/json'], 'generateDmarcRecord' => ['application/json'], 'generateMtaStsRecord' => ['application/json'], 'generateTlsReportingRecord' => ['application/json'], 'lookupBimiDomain' => ['application/json'], 'lookupDmarcDomain' => ['application/json'], 'lookupMtaStsDomain' => ['application/json'], 'lookupTlsReportingDomain' => ['application/json']]
- $client : ClientInterface
- $config : Configuration
- $headerSelector : HeaderSelector
- $hostIndex : int
- __construct() : mixed
- generateBimiRecord() : GenerateBimiRecordResults
- Operation generateBimiRecord
- generateBimiRecordAsync() : PromiseInterface
- Operation generateBimiRecordAsync
- generateBimiRecordAsyncWithHttpInfo() : PromiseInterface
- Operation generateBimiRecordAsyncWithHttpInfo
- generateBimiRecordRequest() : Request
- Create request for operation 'generateBimiRecord'
- generateBimiRecordWithHttpInfo() : array<string|int, mixed>
- Operation generateBimiRecordWithHttpInfo
- generateDmarcRecord() : GenerateDmarcRecordResults
- Operation generateDmarcRecord
- generateDmarcRecordAsync() : PromiseInterface
- Operation generateDmarcRecordAsync
- generateDmarcRecordAsyncWithHttpInfo() : PromiseInterface
- Operation generateDmarcRecordAsyncWithHttpInfo
- generateDmarcRecordRequest() : Request
- Create request for operation 'generateDmarcRecord'
- generateDmarcRecordWithHttpInfo() : array<string|int, mixed>
- Operation generateDmarcRecordWithHttpInfo
- generateMtaStsRecord() : GenerateMtaStsRecordResults
- Operation generateMtaStsRecord
- generateMtaStsRecordAsync() : PromiseInterface
- Operation generateMtaStsRecordAsync
- generateMtaStsRecordAsyncWithHttpInfo() : PromiseInterface
- Operation generateMtaStsRecordAsyncWithHttpInfo
- generateMtaStsRecordRequest() : Request
- Create request for operation 'generateMtaStsRecord'
- generateMtaStsRecordWithHttpInfo() : array<string|int, mixed>
- Operation generateMtaStsRecordWithHttpInfo
- generateTlsReportingRecord() : GenerateTlsReportingRecordResults
- Operation generateTlsReportingRecord
- generateTlsReportingRecordAsync() : PromiseInterface
- Operation generateTlsReportingRecordAsync
- generateTlsReportingRecordAsyncWithHttpInfo() : PromiseInterface
- Operation generateTlsReportingRecordAsyncWithHttpInfo
- generateTlsReportingRecordRequest() : Request
- Create request for operation 'generateTlsReportingRecord'
- generateTlsReportingRecordWithHttpInfo() : array<string|int, mixed>
- Operation generateTlsReportingRecordWithHttpInfo
- getConfig() : Configuration
- getHostIndex() : int
- Get the host index
- lookupBimiDomain() : LookupBimiDomainResults
- Operation lookupBimiDomain
- lookupBimiDomainAsync() : PromiseInterface
- Operation lookupBimiDomainAsync
- lookupBimiDomainAsyncWithHttpInfo() : PromiseInterface
- Operation lookupBimiDomainAsyncWithHttpInfo
- lookupBimiDomainRequest() : Request
- Create request for operation 'lookupBimiDomain'
- lookupBimiDomainWithHttpInfo() : array<string|int, mixed>
- Operation lookupBimiDomainWithHttpInfo
- lookupDmarcDomain() : LookupDmarcDomainResults
- Operation lookupDmarcDomain
- lookupDmarcDomainAsync() : PromiseInterface
- Operation lookupDmarcDomainAsync
- lookupDmarcDomainAsyncWithHttpInfo() : PromiseInterface
- Operation lookupDmarcDomainAsyncWithHttpInfo
- lookupDmarcDomainRequest() : Request
- Create request for operation 'lookupDmarcDomain'
- lookupDmarcDomainWithHttpInfo() : array<string|int, mixed>
- Operation lookupDmarcDomainWithHttpInfo
- lookupMtaStsDomain() : LookupMtaStsDomainResults
- Operation lookupMtaStsDomain
- lookupMtaStsDomainAsync() : PromiseInterface
- Operation lookupMtaStsDomainAsync
- lookupMtaStsDomainAsyncWithHttpInfo() : PromiseInterface
- Operation lookupMtaStsDomainAsyncWithHttpInfo
- lookupMtaStsDomainRequest() : Request
- Create request for operation 'lookupMtaStsDomain'
- lookupMtaStsDomainWithHttpInfo() : array<string|int, mixed>
- Operation lookupMtaStsDomainWithHttpInfo
- lookupTlsReportingDomain() : LookupTlsReportingDomainResults
- Operation lookupTlsReportingDomain
- lookupTlsReportingDomainAsync() : PromiseInterface
- Operation lookupTlsReportingDomainAsync
- lookupTlsReportingDomainAsyncWithHttpInfo() : PromiseInterface
- Operation lookupTlsReportingDomainAsyncWithHttpInfo
- lookupTlsReportingDomainRequest() : Request
- Create request for operation 'lookupTlsReportingDomain'
- lookupTlsReportingDomainWithHttpInfo() : array<string|int, mixed>
- Operation lookupTlsReportingDomainWithHttpInfo
- setHostIndex() : void
- Set the host index
- createHttpClientOption() : array<string|int, mixed>
- Create http client option
Constants
contentTypes
public
array<string|int, string>
contentTypes
= ['generateBimiRecord' => ['application/json'], 'generateDmarcRecord' => ['application/json'], 'generateMtaStsRecord' => ['application/json'], 'generateTlsReportingRecord' => ['application/json'], 'lookupBimiDomain' => ['application/json'], 'lookupDmarcDomain' => ['application/json'], 'lookupMtaStsDomain' => ['application/json'], 'lookupTlsReportingDomain' => ['application/json']]
Properties
$client
protected
ClientInterface
$client
$config
protected
Configuration
$config
$headerSelector
protected
HeaderSelector
$headerSelector
$hostIndex
protected
int
$hostIndex
Host index
Methods
__construct()
public
__construct([ClientInterface $client = null ][, Configuration $config = null ][, HeaderSelector $selector = null ], int $hostIndex) : mixed
Parameters
- $client : ClientInterface = null
- $config : Configuration = null
- $selector : HeaderSelector = null
- $hostIndex : int
-
(Optional) host index to select the list of hosts if defined in the OpenAPI spec
Return values
mixed —generateBimiRecord()
Operation generateBimiRecord
public
generateBimiRecord(GenerateBimiRecordOptions $generate_bimi_record_options[, string $contentType = self::contentTypes['generateBimiRecord'][0] ]) : GenerateBimiRecordResults
Create a BIMI record policy
Parameters
- $generate_bimi_record_options : GenerateBimiRecordOptions
-
generate_bimi_record_options (required)
- $contentType : string = self::contentTypes['generateBimiRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateBimiRecord'] to see the possible values for this operation
Tags
Return values
GenerateBimiRecordResults —generateBimiRecordAsync()
Operation generateBimiRecordAsync
public
generateBimiRecordAsync(GenerateBimiRecordOptions $generate_bimi_record_options[, string $contentType = self::contentTypes['generateBimiRecord'][0] ]) : PromiseInterface
Create a BIMI record policy
Parameters
- $generate_bimi_record_options : GenerateBimiRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateBimiRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateBimiRecord'] to see the possible values for this operation
Tags
Return values
PromiseInterface —generateBimiRecordAsyncWithHttpInfo()
Operation generateBimiRecordAsyncWithHttpInfo
public
generateBimiRecordAsyncWithHttpInfo(GenerateBimiRecordOptions $generate_bimi_record_options[, string $contentType = self::contentTypes['generateBimiRecord'][0] ]) : PromiseInterface
Create a BIMI record policy
Parameters
- $generate_bimi_record_options : GenerateBimiRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateBimiRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateBimiRecord'] to see the possible values for this operation
Tags
Return values
PromiseInterface —generateBimiRecordRequest()
Create request for operation 'generateBimiRecord'
public
generateBimiRecordRequest(GenerateBimiRecordOptions $generate_bimi_record_options[, string $contentType = self::contentTypes['generateBimiRecord'][0] ]) : Request
Parameters
- $generate_bimi_record_options : GenerateBimiRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateBimiRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateBimiRecord'] to see the possible values for this operation
Tags
Return values
Request —generateBimiRecordWithHttpInfo()
Operation generateBimiRecordWithHttpInfo
public
generateBimiRecordWithHttpInfo(GenerateBimiRecordOptions $generate_bimi_record_options[, string $contentType = self::contentTypes['generateBimiRecord'][0] ]) : array<string|int, mixed>
Create a BIMI record policy
Parameters
- $generate_bimi_record_options : GenerateBimiRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateBimiRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateBimiRecord'] to see the possible values for this operation
Tags
Return values
array<string|int, mixed> —of \MailSlurp\Models\GenerateBimiRecordResults, HTTP status code, HTTP response headers (array of strings)
generateDmarcRecord()
Operation generateDmarcRecord
public
generateDmarcRecord(GenerateDmarcRecordOptions $generate_dmarc_record_options[, string $contentType = self::contentTypes['generateDmarcRecord'][0] ]) : GenerateDmarcRecordResults
Create a DMARC record policy
Parameters
- $generate_dmarc_record_options : GenerateDmarcRecordOptions
-
generate_dmarc_record_options (required)
- $contentType : string = self::contentTypes['generateDmarcRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateDmarcRecord'] to see the possible values for this operation
Tags
Return values
GenerateDmarcRecordResults —generateDmarcRecordAsync()
Operation generateDmarcRecordAsync
public
generateDmarcRecordAsync(GenerateDmarcRecordOptions $generate_dmarc_record_options[, string $contentType = self::contentTypes['generateDmarcRecord'][0] ]) : PromiseInterface
Create a DMARC record policy
Parameters
- $generate_dmarc_record_options : GenerateDmarcRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateDmarcRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateDmarcRecord'] to see the possible values for this operation
Tags
Return values
PromiseInterface —generateDmarcRecordAsyncWithHttpInfo()
Operation generateDmarcRecordAsyncWithHttpInfo
public
generateDmarcRecordAsyncWithHttpInfo(GenerateDmarcRecordOptions $generate_dmarc_record_options[, string $contentType = self::contentTypes['generateDmarcRecord'][0] ]) : PromiseInterface
Create a DMARC record policy
Parameters
- $generate_dmarc_record_options : GenerateDmarcRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateDmarcRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateDmarcRecord'] to see the possible values for this operation
Tags
Return values
PromiseInterface —generateDmarcRecordRequest()
Create request for operation 'generateDmarcRecord'
public
generateDmarcRecordRequest(GenerateDmarcRecordOptions $generate_dmarc_record_options[, string $contentType = self::contentTypes['generateDmarcRecord'][0] ]) : Request
Parameters
- $generate_dmarc_record_options : GenerateDmarcRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateDmarcRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateDmarcRecord'] to see the possible values for this operation
Tags
Return values
Request —generateDmarcRecordWithHttpInfo()
Operation generateDmarcRecordWithHttpInfo
public
generateDmarcRecordWithHttpInfo(GenerateDmarcRecordOptions $generate_dmarc_record_options[, string $contentType = self::contentTypes['generateDmarcRecord'][0] ]) : array<string|int, mixed>
Create a DMARC record policy
Parameters
- $generate_dmarc_record_options : GenerateDmarcRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateDmarcRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateDmarcRecord'] to see the possible values for this operation
Tags
Return values
array<string|int, mixed> —of \MailSlurp\Models\GenerateDmarcRecordResults, HTTP status code, HTTP response headers (array of strings)
generateMtaStsRecord()
Operation generateMtaStsRecord
public
generateMtaStsRecord(GenerateMtaStsRecordOptions $generate_mta_sts_record_options[, string $contentType = self::contentTypes['generateMtaStsRecord'][0] ]) : GenerateMtaStsRecordResults
Create a TLS reporting record policy
Parameters
- $generate_mta_sts_record_options : GenerateMtaStsRecordOptions
-
generate_mta_sts_record_options (required)
- $contentType : string = self::contentTypes['generateMtaStsRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateMtaStsRecord'] to see the possible values for this operation
Tags
Return values
GenerateMtaStsRecordResults —generateMtaStsRecordAsync()
Operation generateMtaStsRecordAsync
public
generateMtaStsRecordAsync(GenerateMtaStsRecordOptions $generate_mta_sts_record_options[, string $contentType = self::contentTypes['generateMtaStsRecord'][0] ]) : PromiseInterface
Create a TLS reporting record policy
Parameters
- $generate_mta_sts_record_options : GenerateMtaStsRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateMtaStsRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateMtaStsRecord'] to see the possible values for this operation
Tags
Return values
PromiseInterface —generateMtaStsRecordAsyncWithHttpInfo()
Operation generateMtaStsRecordAsyncWithHttpInfo
public
generateMtaStsRecordAsyncWithHttpInfo(GenerateMtaStsRecordOptions $generate_mta_sts_record_options[, string $contentType = self::contentTypes['generateMtaStsRecord'][0] ]) : PromiseInterface
Create a TLS reporting record policy
Parameters
- $generate_mta_sts_record_options : GenerateMtaStsRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateMtaStsRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateMtaStsRecord'] to see the possible values for this operation
Tags
Return values
PromiseInterface —generateMtaStsRecordRequest()
Create request for operation 'generateMtaStsRecord'
public
generateMtaStsRecordRequest(GenerateMtaStsRecordOptions $generate_mta_sts_record_options[, string $contentType = self::contentTypes['generateMtaStsRecord'][0] ]) : Request
Parameters
- $generate_mta_sts_record_options : GenerateMtaStsRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateMtaStsRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateMtaStsRecord'] to see the possible values for this operation
Tags
Return values
Request —generateMtaStsRecordWithHttpInfo()
Operation generateMtaStsRecordWithHttpInfo
public
generateMtaStsRecordWithHttpInfo(GenerateMtaStsRecordOptions $generate_mta_sts_record_options[, string $contentType = self::contentTypes['generateMtaStsRecord'][0] ]) : array<string|int, mixed>
Create a TLS reporting record policy
Parameters
- $generate_mta_sts_record_options : GenerateMtaStsRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateMtaStsRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateMtaStsRecord'] to see the possible values for this operation
Tags
Return values
array<string|int, mixed> —of \MailSlurp\Models\GenerateMtaStsRecordResults, HTTP status code, HTTP response headers (array of strings)
generateTlsReportingRecord()
Operation generateTlsReportingRecord
public
generateTlsReportingRecord(GenerateTlsReportingRecordOptions $generate_tls_reporting_record_options[, string $contentType = self::contentTypes['generateTlsReportingRecord'][0] ]) : GenerateTlsReportingRecordResults
Create a TLS reporting record policy
Parameters
- $generate_tls_reporting_record_options : GenerateTlsReportingRecordOptions
-
generate_tls_reporting_record_options (required)
- $contentType : string = self::contentTypes['generateTlsReportingRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateTlsReportingRecord'] to see the possible values for this operation
Tags
Return values
GenerateTlsReportingRecordResults —generateTlsReportingRecordAsync()
Operation generateTlsReportingRecordAsync
public
generateTlsReportingRecordAsync(GenerateTlsReportingRecordOptions $generate_tls_reporting_record_options[, string $contentType = self::contentTypes['generateTlsReportingRecord'][0] ]) : PromiseInterface
Create a TLS reporting record policy
Parameters
- $generate_tls_reporting_record_options : GenerateTlsReportingRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateTlsReportingRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateTlsReportingRecord'] to see the possible values for this operation
Tags
Return values
PromiseInterface —generateTlsReportingRecordAsyncWithHttpInfo()
Operation generateTlsReportingRecordAsyncWithHttpInfo
public
generateTlsReportingRecordAsyncWithHttpInfo(GenerateTlsReportingRecordOptions $generate_tls_reporting_record_options[, string $contentType = self::contentTypes['generateTlsReportingRecord'][0] ]) : PromiseInterface
Create a TLS reporting record policy
Parameters
- $generate_tls_reporting_record_options : GenerateTlsReportingRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateTlsReportingRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateTlsReportingRecord'] to see the possible values for this operation
Tags
Return values
PromiseInterface —generateTlsReportingRecordRequest()
Create request for operation 'generateTlsReportingRecord'
public
generateTlsReportingRecordRequest(GenerateTlsReportingRecordOptions $generate_tls_reporting_record_options[, string $contentType = self::contentTypes['generateTlsReportingRecord'][0] ]) : Request
Parameters
- $generate_tls_reporting_record_options : GenerateTlsReportingRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateTlsReportingRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateTlsReportingRecord'] to see the possible values for this operation
Tags
Return values
Request —generateTlsReportingRecordWithHttpInfo()
Operation generateTlsReportingRecordWithHttpInfo
public
generateTlsReportingRecordWithHttpInfo(GenerateTlsReportingRecordOptions $generate_tls_reporting_record_options[, string $contentType = self::contentTypes['generateTlsReportingRecord'][0] ]) : array<string|int, mixed>
Create a TLS reporting record policy
Parameters
- $generate_tls_reporting_record_options : GenerateTlsReportingRecordOptions
-
(required)
- $contentType : string = self::contentTypes['generateTlsReportingRecord'][0]
-
The value for the Content-Type header. Check self::contentTypes['generateTlsReportingRecord'] to see the possible values for this operation
Tags
Return values
array<string|int, mixed> —of \MailSlurp\Models\GenerateTlsReportingRecordResults, HTTP status code, HTTP response headers (array of strings)
getConfig()
public
getConfig() : Configuration
Return values
Configuration —getHostIndex()
Get the host index
public
getHostIndex() : int
Return values
int —Host index
lookupBimiDomain()
Operation lookupBimiDomain
public
lookupBimiDomain(LookupBimiDomainOptions $lookup_bimi_domain_options[, string $contentType = self::contentTypes['lookupBimiDomain'][0] ]) : LookupBimiDomainResults
Lookup a BIMI record policy
Parameters
- $lookup_bimi_domain_options : LookupBimiDomainOptions
-
lookup_bimi_domain_options (required)
- $contentType : string = self::contentTypes['lookupBimiDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupBimiDomain'] to see the possible values for this operation
Tags
Return values
LookupBimiDomainResults —lookupBimiDomainAsync()
Operation lookupBimiDomainAsync
public
lookupBimiDomainAsync(LookupBimiDomainOptions $lookup_bimi_domain_options[, string $contentType = self::contentTypes['lookupBimiDomain'][0] ]) : PromiseInterface
Lookup a BIMI record policy
Parameters
- $lookup_bimi_domain_options : LookupBimiDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupBimiDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupBimiDomain'] to see the possible values for this operation
Tags
Return values
PromiseInterface —lookupBimiDomainAsyncWithHttpInfo()
Operation lookupBimiDomainAsyncWithHttpInfo
public
lookupBimiDomainAsyncWithHttpInfo(LookupBimiDomainOptions $lookup_bimi_domain_options[, string $contentType = self::contentTypes['lookupBimiDomain'][0] ]) : PromiseInterface
Lookup a BIMI record policy
Parameters
- $lookup_bimi_domain_options : LookupBimiDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupBimiDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupBimiDomain'] to see the possible values for this operation
Tags
Return values
PromiseInterface —lookupBimiDomainRequest()
Create request for operation 'lookupBimiDomain'
public
lookupBimiDomainRequest(LookupBimiDomainOptions $lookup_bimi_domain_options[, string $contentType = self::contentTypes['lookupBimiDomain'][0] ]) : Request
Parameters
- $lookup_bimi_domain_options : LookupBimiDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupBimiDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupBimiDomain'] to see the possible values for this operation
Tags
Return values
Request —lookupBimiDomainWithHttpInfo()
Operation lookupBimiDomainWithHttpInfo
public
lookupBimiDomainWithHttpInfo(LookupBimiDomainOptions $lookup_bimi_domain_options[, string $contentType = self::contentTypes['lookupBimiDomain'][0] ]) : array<string|int, mixed>
Lookup a BIMI record policy
Parameters
- $lookup_bimi_domain_options : LookupBimiDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupBimiDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupBimiDomain'] to see the possible values for this operation
Tags
Return values
array<string|int, mixed> —of \MailSlurp\Models\LookupBimiDomainResults, HTTP status code, HTTP response headers (array of strings)
lookupDmarcDomain()
Operation lookupDmarcDomain
public
lookupDmarcDomain(LookupDmarcDomainOptions $lookup_dmarc_domain_options[, string $contentType = self::contentTypes['lookupDmarcDomain'][0] ]) : LookupDmarcDomainResults
Lookup a DMARC record policy
Parameters
- $lookup_dmarc_domain_options : LookupDmarcDomainOptions
-
lookup_dmarc_domain_options (required)
- $contentType : string = self::contentTypes['lookupDmarcDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupDmarcDomain'] to see the possible values for this operation
Tags
Return values
LookupDmarcDomainResults —lookupDmarcDomainAsync()
Operation lookupDmarcDomainAsync
public
lookupDmarcDomainAsync(LookupDmarcDomainOptions $lookup_dmarc_domain_options[, string $contentType = self::contentTypes['lookupDmarcDomain'][0] ]) : PromiseInterface
Lookup a DMARC record policy
Parameters
- $lookup_dmarc_domain_options : LookupDmarcDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupDmarcDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupDmarcDomain'] to see the possible values for this operation
Tags
Return values
PromiseInterface —lookupDmarcDomainAsyncWithHttpInfo()
Operation lookupDmarcDomainAsyncWithHttpInfo
public
lookupDmarcDomainAsyncWithHttpInfo(LookupDmarcDomainOptions $lookup_dmarc_domain_options[, string $contentType = self::contentTypes['lookupDmarcDomain'][0] ]) : PromiseInterface
Lookup a DMARC record policy
Parameters
- $lookup_dmarc_domain_options : LookupDmarcDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupDmarcDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupDmarcDomain'] to see the possible values for this operation
Tags
Return values
PromiseInterface —lookupDmarcDomainRequest()
Create request for operation 'lookupDmarcDomain'
public
lookupDmarcDomainRequest(LookupDmarcDomainOptions $lookup_dmarc_domain_options[, string $contentType = self::contentTypes['lookupDmarcDomain'][0] ]) : Request
Parameters
- $lookup_dmarc_domain_options : LookupDmarcDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupDmarcDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupDmarcDomain'] to see the possible values for this operation
Tags
Return values
Request —lookupDmarcDomainWithHttpInfo()
Operation lookupDmarcDomainWithHttpInfo
public
lookupDmarcDomainWithHttpInfo(LookupDmarcDomainOptions $lookup_dmarc_domain_options[, string $contentType = self::contentTypes['lookupDmarcDomain'][0] ]) : array<string|int, mixed>
Lookup a DMARC record policy
Parameters
- $lookup_dmarc_domain_options : LookupDmarcDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupDmarcDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupDmarcDomain'] to see the possible values for this operation
Tags
Return values
array<string|int, mixed> —of \MailSlurp\Models\LookupDmarcDomainResults, HTTP status code, HTTP response headers (array of strings)
lookupMtaStsDomain()
Operation lookupMtaStsDomain
public
lookupMtaStsDomain(LookupMtaStsDomainOptions $lookup_mta_sts_domain_options[, string $contentType = self::contentTypes['lookupMtaStsDomain'][0] ]) : LookupMtaStsDomainResults
Lookup a MTA-STS domain policy
Parameters
- $lookup_mta_sts_domain_options : LookupMtaStsDomainOptions
-
lookup_mta_sts_domain_options (required)
- $contentType : string = self::contentTypes['lookupMtaStsDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupMtaStsDomain'] to see the possible values for this operation
Tags
Return values
LookupMtaStsDomainResults —lookupMtaStsDomainAsync()
Operation lookupMtaStsDomainAsync
public
lookupMtaStsDomainAsync(LookupMtaStsDomainOptions $lookup_mta_sts_domain_options[, string $contentType = self::contentTypes['lookupMtaStsDomain'][0] ]) : PromiseInterface
Lookup a MTA-STS domain policy
Parameters
- $lookup_mta_sts_domain_options : LookupMtaStsDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupMtaStsDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupMtaStsDomain'] to see the possible values for this operation
Tags
Return values
PromiseInterface —lookupMtaStsDomainAsyncWithHttpInfo()
Operation lookupMtaStsDomainAsyncWithHttpInfo
public
lookupMtaStsDomainAsyncWithHttpInfo(LookupMtaStsDomainOptions $lookup_mta_sts_domain_options[, string $contentType = self::contentTypes['lookupMtaStsDomain'][0] ]) : PromiseInterface
Lookup a MTA-STS domain policy
Parameters
- $lookup_mta_sts_domain_options : LookupMtaStsDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupMtaStsDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupMtaStsDomain'] to see the possible values for this operation
Tags
Return values
PromiseInterface —lookupMtaStsDomainRequest()
Create request for operation 'lookupMtaStsDomain'
public
lookupMtaStsDomainRequest(LookupMtaStsDomainOptions $lookup_mta_sts_domain_options[, string $contentType = self::contentTypes['lookupMtaStsDomain'][0] ]) : Request
Parameters
- $lookup_mta_sts_domain_options : LookupMtaStsDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupMtaStsDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupMtaStsDomain'] to see the possible values for this operation
Tags
Return values
Request —lookupMtaStsDomainWithHttpInfo()
Operation lookupMtaStsDomainWithHttpInfo
public
lookupMtaStsDomainWithHttpInfo(LookupMtaStsDomainOptions $lookup_mta_sts_domain_options[, string $contentType = self::contentTypes['lookupMtaStsDomain'][0] ]) : array<string|int, mixed>
Lookup a MTA-STS domain policy
Parameters
- $lookup_mta_sts_domain_options : LookupMtaStsDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupMtaStsDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupMtaStsDomain'] to see the possible values for this operation
Tags
Return values
array<string|int, mixed> —of \MailSlurp\Models\LookupMtaStsDomainResults, HTTP status code, HTTP response headers (array of strings)
lookupTlsReportingDomain()
Operation lookupTlsReportingDomain
public
lookupTlsReportingDomain(LookupTlsReportingDomainOptions $lookup_tls_reporting_domain_options[, string $contentType = self::contentTypes['lookupTlsReportingDomain'][0] ]) : LookupTlsReportingDomainResults
Lookup a TLS reporting domain policy
Parameters
- $lookup_tls_reporting_domain_options : LookupTlsReportingDomainOptions
-
lookup_tls_reporting_domain_options (required)
- $contentType : string = self::contentTypes['lookupTlsReportingDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupTlsReportingDomain'] to see the possible values for this operation
Tags
Return values
LookupTlsReportingDomainResults —lookupTlsReportingDomainAsync()
Operation lookupTlsReportingDomainAsync
public
lookupTlsReportingDomainAsync(LookupTlsReportingDomainOptions $lookup_tls_reporting_domain_options[, string $contentType = self::contentTypes['lookupTlsReportingDomain'][0] ]) : PromiseInterface
Lookup a TLS reporting domain policy
Parameters
- $lookup_tls_reporting_domain_options : LookupTlsReportingDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupTlsReportingDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupTlsReportingDomain'] to see the possible values for this operation
Tags
Return values
PromiseInterface —lookupTlsReportingDomainAsyncWithHttpInfo()
Operation lookupTlsReportingDomainAsyncWithHttpInfo
public
lookupTlsReportingDomainAsyncWithHttpInfo(LookupTlsReportingDomainOptions $lookup_tls_reporting_domain_options[, string $contentType = self::contentTypes['lookupTlsReportingDomain'][0] ]) : PromiseInterface
Lookup a TLS reporting domain policy
Parameters
- $lookup_tls_reporting_domain_options : LookupTlsReportingDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupTlsReportingDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupTlsReportingDomain'] to see the possible values for this operation
Tags
Return values
PromiseInterface —lookupTlsReportingDomainRequest()
Create request for operation 'lookupTlsReportingDomain'
public
lookupTlsReportingDomainRequest(LookupTlsReportingDomainOptions $lookup_tls_reporting_domain_options[, string $contentType = self::contentTypes['lookupTlsReportingDomain'][0] ]) : Request
Parameters
- $lookup_tls_reporting_domain_options : LookupTlsReportingDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupTlsReportingDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupTlsReportingDomain'] to see the possible values for this operation
Tags
Return values
Request —lookupTlsReportingDomainWithHttpInfo()
Operation lookupTlsReportingDomainWithHttpInfo
public
lookupTlsReportingDomainWithHttpInfo(LookupTlsReportingDomainOptions $lookup_tls_reporting_domain_options[, string $contentType = self::contentTypes['lookupTlsReportingDomain'][0] ]) : array<string|int, mixed>
Lookup a TLS reporting domain policy
Parameters
- $lookup_tls_reporting_domain_options : LookupTlsReportingDomainOptions
-
(required)
- $contentType : string = self::contentTypes['lookupTlsReportingDomain'][0]
-
The value for the Content-Type header. Check self::contentTypes['lookupTlsReportingDomain'] to see the possible values for this operation
Tags
Return values
array<string|int, mixed> —of \MailSlurp\Models\LookupTlsReportingDomainResults, HTTP status code, HTTP response headers (array of strings)
setHostIndex()
Set the host index
public
setHostIndex(int $hostIndex) : void
Parameters
- $hostIndex : int
-
Host index (required)
Return values
void —createHttpClientOption()
Create http client option
protected
createHttpClientOption() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —of http client options