Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownPolicyContentFormat

Package version

Known values of PolicyContentFormat that the service accepts.

Index

Enumeration members

Enumeration members

Rawxml

Rawxml: = "rawxml"

The contents are inline and Content type is a non XML encoded policy document.

RawxmlLink

RawxmlLink: = "rawxml-link"

The policy document is not Xml encoded and is hosted on a http endpoint accessible from the API Management service.

Xml

Xml: = "xml"

The contents are inline and Content type is an XML document.

XmlLink

XmlLink: = "xml-link"

The policy XML document is hosted on a http endpoint accessible from the API Management service.

Generated using TypeDoc