DataManifestCustomResourceFunctionDefinition Class
The custom resource function definition.
Constructor
DataManifestCustomResourceFunctionDefinition(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The function name as it will appear in the policy rule. eg - 'vault'. |
|
fully_qualified_resource_type
|
The fully qualified control plane resource type that this function represents. eg - 'Microsoft.KeyVault/vaults'. |
|
default_properties
|
The top-level properties that can be selected on the function's output. eg - [ "name", "location" ] if vault().name and vault().location are supported. |
|
allow_custom_properties
|
A value indicating whether the custom properties within the property bag are allowed. Needs api-version to be specified in the policy rule eg - vault('2019-06-01'). |
Attributes
allow_custom_properties
A value indicating whether the custom properties within the property bag are allowed. Needs api-version to be specified in the policy rule eg - vault('2019-06-01').
allow_custom_properties: bool | None
default_properties
The top-level properties that can be selected on the function's output. eg - [ "name", "location" ] if vault().name and vault().location are supported.
default_properties: list[str] | None
fully_qualified_resource_type
The fully qualified control plane resource type that this function represents. eg - 'Microsoft.KeyVault/vaults'.
fully_qualified_resource_type: str | None
name
The function name as it will appear in the policy rule. eg - 'vault'.
name: str | None