DataPolicyManifest Class

The data policy manifest.

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

Inheritance
DataPolicyManifest

Constructor

DataPolicyManifest(*, namespaces: Optional[List[str]] = None, policy_mode: Optional[str] = None, is_built_in_only: Optional[bool] = None, resource_type_aliases: Optional[List[azure.mgmt.resource.policy.v2021_06_01.models._models_py3.ResourceTypeAliases]] = None, effects: Optional[List[azure.mgmt.resource.policy.v2021_06_01.models._models_py3.DataEffect]] = None, field_values: Optional[List[str]] = None, standard: Optional[List[str]] = None, custom: Optional[List[azure.mgmt.resource.policy.v2021_06_01.models._models_py3.DataManifestCustomResourceFunctionDefinition]] = None, **kwargs)

Variables

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
list[str]

The list of namespaces for the data policy manifest.

policy_mode
str

The policy mode of the data policy manifest.

is_built_in_only
bool

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

resource_type_aliases
list[ResourceTypeAliases]

An array of resource type aliases.

effects
list[DataEffect]

The effect definition.

field_values
list[str]

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

standard
list[str]

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

custom
list[DataManifestCustomResourceFunctionDefinition]

An array of data manifest custom resource definition.