Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PolicyDefinition

Package version

The policy definition.

Hierarchy

  • any
    • PolicyDefinition

Index

Properties

Optional description

description: undefined | string

The policy definition description.

Optional displayName

displayName: undefined | string

The display name of the policy definition.

Optional id

id: undefined | string

The ID of the policy definition. NOTE: This property will not be serialized. It can only be populated by the server.

Optional metadata

metadata: any

The policy definition metadata.

Optional mode

The policy definition mode. Possible values are NotSpecified, Indexed, and All. Possible values include: 'NotSpecified', 'Indexed', 'All'

Optional name

name: undefined | string

The name of the policy definition. NOTE: This property will not be serialized. It can only be populated by the server.

Optional parameters

parameters: any

Required if a parameter is used in policy rule.

Optional policyRule

policyRule: any

The policy rule.

Optional policyType

policyType: PolicyType

The type of policy definition. Possible values are NotSpecified, BuiltIn, and Custom. Possible values include: 'NotSpecified', 'BuiltIn', 'Custom'

Generated using TypeDoc