Policy
Class representation of a Nylas policy object.
Constructors
Link copied to clipboard
public Policy Policy(@Json(name = "id" ) String id, @Json(name = "name" ) String name, @Json(name = "application_id" ) String applicationId, @Json(name = "organization_id" ) String organizationId, @Json(name = "options" ) PolicyOptions options, @Json(name = "limits" ) PolicyLimits limits, @Json(name = "rules" ) List<String> rules, @Json(name = "spam_detection" ) PolicySpamDetection spamDetection, @Json(name = "created_at" ) Long createdAt, @Json(name = "updated_at" ) Long updatedAt)
Properties
Link copied to clipboard
The ID of the Nylas application this policy belongs to.
Link copied to clipboard
Resource and rate limits for agent accounts using this policy.
Link copied to clipboard
Optional mailbox and behavior settings.
Link copied to clipboard
The ID of the organization this policy belongs to.
Link copied to clipboard
Spam detection configuration.
Functions
Link copied to clipboard
The ID of the Nylas application this policy belongs to.
Link copied to clipboard
Unix timestamp when the policy was created.
Link copied to clipboard
Resource and rate limits for agent accounts using this policy.
Link copied to clipboard
Optional mailbox and behavior settings.
Link copied to clipboard
The ID of the organization this policy belongs to.
Link copied to clipboard
Spam detection configuration.
Link copied to clipboard
Unix timestamp when the policy was last updated.