DataManifestCustomResourceFunctionDefinition Class

The custom resource function definition.

Inheritance
DataManifestCustomResourceFunctionDefinition

Constructor

DataManifestCustomResourceFunctionDefinition(*, name: Optional[str] = None, fully_qualified_resource_type: Optional[str] = None, default_properties: Optional[List[str]] = None, allow_custom_properties: Optional[bool] = None, **kwargs)

Variables

name
str

The function name as it will appear in the policy rule. eg - 'vault'.

fully_qualified_resource_type
str

The fully qualified control plane resource type that this function represents. eg - 'Microsoft.KeyVault/vaults'.

default_properties
list[str]

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
bool

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').