DataPolicyManifestProperties Class
The properties of the data policy manifest.
Constructor
DataPolicyManifestProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
namespaces
|
The list of namespaces for the data policy manifest. |
|
policy_mode
|
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. |
|
resource_functions
|
The resource functions definition specified in the data manifest. |
Attributes
effects
The effect definition.
effects: list['_models.DataEffect'] | None
field_values
The non-alias field accessor values that can be used in the policy rule.
field_values: list[str] | None
is_built_in_only
A value indicating whether policy mode is allowed only in built-in definitions.
is_built_in_only: bool | None
namespaces
The list of namespaces for the data policy manifest.
namespaces: list[str] | None
policy_mode
The policy mode of the data policy manifest.
policy_mode: str | None
resource_functions
The resource functions definition specified in the data manifest.
resource_functions: _models.DataManifestResourceFunctionsDefinition | None
resource_type_aliases
An array of resource type aliases.
resource_type_aliases: list['_models.ResourceTypeAliases'] | None