Skip to content

Describe Inbound Dmarc Settings

workmail_describe_inbound_dmarc_settings R Documentation

Lists the settings in a DMARC policy for a specified organization

Description

Lists the settings in a DMARC policy for a specified organization.

Usage

workmail_describe_inbound_dmarc_settings(OrganizationId)

Arguments

OrganizationId

[required] Lists the ID of the given organization.

Value

A list with the following syntax:

list(
  Enforced = TRUE|FALSE
)

Request syntax

svc$describe_inbound_dmarc_settings(
  OrganizationId = "string"
)