Get Core Network Policy Document Attachment Policy
data class GetCoreNetworkPolicyDocumentAttachmentPolicy(val action: GetCoreNetworkPolicyDocumentAttachmentPolicyAction, val conditionLogic: String? = null, val conditions: List<GetCoreNetworkPolicyDocumentAttachmentPolicyCondition>, val description: String? = null, val ruleNumber: Int)
Constructors
Link copied to clipboard
fun GetCoreNetworkPolicyDocumentAttachmentPolicy(action: GetCoreNetworkPolicyDocumentAttachmentPolicyAction, conditionLogic: String? = null, conditions: List<GetCoreNetworkPolicyDocumentAttachmentPolicyCondition>, description: String? = null, ruleNumber: Int)
Types
Properties
Link copied to clipboard
Valid values include and or or. This is a mandatory parameter only if you have more than one condition. The condition_logic apply to all of the conditions for a rule, which also means nested conditions of and or or are not supported. Use or if you want to associate the attachment with the segment by either the segment name or attachment tag value, or by the chosen conditions. Use and if you want to associate the attachment with the segment by either the segment name or attachment tag value and by the chosen conditions. Detailed Below.
Link copied to clipboard