Put Inbound Dmarc Settings
workmail_put_inbound_dmarc_settings | R Documentation |
Enables or disables a DMARC policy for a given organization¶
Description¶
Enables or disables a DMARC policy for a given organization.
Usage¶
workmail_put_inbound_dmarc_settings(OrganizationId, Enforced)
Arguments¶
OrganizationId |
[required] The ID of the organization that you are applying the DMARC policy to. |
Enforced |
[required] Enforces or suspends a policy after it's applied. |
Value¶
An empty list.
Request syntax¶
svc$put_inbound_dmarc_settings(
OrganizationId = "string",
Enforced = TRUE|FALSE
)