DataManifestCustomResourceFunctionDefinition Class

The custom resource function definition.

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

Constructor

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

Keyword-Only Parameters

Name Description
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

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

Variables

Name Description
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

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