DataPolicyManifest Class

The data policy manifest.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.resource.policy._serialization.Model
DataPolicyManifest

Constructor

DataPolicyManifest(*, namespaces: List[str] | None = None, policy_mode: str | None = None, is_built_in_only: bool | None = None, resource_type_aliases: List[_models.ResourceTypeAliases] | None = None, effects: List[_models.DataEffect] | None = None, field_values: List[str] | None = None, standard: List[str] | None = None, custom: List[_models.DataManifestCustomResourceFunctionDefinition] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
namespaces

The list of namespaces for the data policy manifest.

policy_mode
str

The policy mode of the data policy manifest.

is_built_in_only

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

resource_type_aliases

An array of resource type aliases.

effects

The effect definition.

field_values

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

standard

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

custom

An array of data manifest custom resource definition.

Variables

Name Description
id
str

The ID of the data policy manifest.

name
str

The name of the data policy manifest (it's the same as the Policy Mode).

type
str

The type of the resource (Microsoft.Authorization/dataPolicyManifests).

namespaces

The list of namespaces for the data policy manifest.

policy_mode
str

The policy mode of the data policy manifest.

is_built_in_only

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

resource_type_aliases

An array of resource type aliases.

effects

The effect definition.

field_values

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

standard

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

custom

An array of data manifest custom resource definition.