Language

IDataPolicyManifestProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.DataPolicyManifestPropertiesTypeConverter))]
public interface IDataPolicyManifestProperties : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.DataPolicyManifestPropertiesTypeConverter))>]
type IDataPolicyManifestProperties = interface
    interface IJsonSerializable
Public Interface IDataPolicyManifestProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Effect

The effect definition.

FieldValue

The non-alias field accessor values that can be used in the policy rule.

IsBuiltInOnly

A value indicating whether policy mode is allowed only in built-in definitions.

Namespace

The list of namespaces for the data policy manifest.

PolicyMode

The policy mode of the data policy manifest.

ResourceFunctionCustom

An array of data manifest custom resource definitions.

ResourceFunctionStandard

The standard resource functions (subscription and/or resourceGroup).

ResourceTypeAlias

An array of resource type aliases.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to