Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldRestriction

Package version

The restrictions on a field imposed by a specific policy.

Hierarchy

  • FieldRestriction

Index

Properties

Optional defaultValue

defaultValue: undefined | string

The value that policy will set for the field if the user does not provide a value. NOTE: This property will not be serialized. It can only be populated by the server.

Optional policy

The details of the policy that is causing the field restriction. NOTE: This property will not be serialized. It can only be populated by the server.

Optional result

The type of restriction that is imposed on the field. NOTE: This property will not be serialized. It can only be populated by the server.

Optional values

values: string[]

The values that policy either requires or denies for the field. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc