Include
Synopsis
Create or clone an include
Syntax
Copy-PropertyInclude -Name <String> -ProductID <String> [-RuleFormat <String>] -IncludeType <String> -CloneIncludeName <String> -CloneIncludeVersion <String> [-CloneIncludeVersionEtag <String>] -GroupID <String> -ContractID <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Copy-PropertyInclude -Name <String> -ProductID <String> [-RuleFormat <String>] -IncludeType <String> -CloneIncludeID <String> -CloneIncludeVersion <String> [-CloneIncludeVersionEtag <String>] -GroupID <String> -ContractID <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Copy-PropertyInclude -Body <Object> -GroupID <String> -ContractID <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
This operation either creates a new include from scratch or bases one on another include's rule tree.
Version 1 of a new include is created automatically.
Parameters
‑AccountSwitchKey | An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑BodyConditionally required | A request body, either as a |
‑CloneIncludeIDConditionally required | The ID of the property include to clone. If cloning an include, provide this or the |
‑CloneIncludeNameConditionally required | The name of the property include to clone. If cloning an include, provide this or the |
‑CloneIncludeVersionConditionally required | The version of the property include to clone. Can be an integer or the word |
‑CloneIncludeVersionEtag | Performs an ETag data integrity check on the original property include version to ensure no edits have occurred since your last check. |
‑ContractIDRequired | Your contract's ID. The parameter is optional if a property belongs to only one contract; otherwise, you need to specify it along with the |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑GroupIDRequired | Your group's ID. The parameter is optional if a property belongs to only one group, otherwise you need to specify it along with the |
‑IncludeTypeConditionally required | The type of an include. Used for filtering. Value is one of: MICROSERVICES. Specifies includes with a separate access control and activation flow, which allows different teams to work independently on different parts of a single site. In a parent property's rule tree, you add the MICROSERVICES includes to rules with mutually exclusive path matches. COMMON_SETTINGS. Specifies includes used across different properties that share a significant number of settings, often managed by a central team. |
‑NameConditionally required | A human-readable name you give to identify your property. |
‑ProductIDConditionally required | The product's ID. |
‑RuleFormat | The name of the rule format. The rule format can be frozen to a specific version, or represent the |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 5 days ago
