ParameterDefinitionsValueMetadata Class

General metadata for the parameter.

Constructor

ParameterDefinitionsValueMetadata(*args: Any, **kwargs: Any)

Variables

Name Description
display_name
str

The display name for the parameter.

description
str

The description of the parameter.

strong_type
str

Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from.

assign_permissions

Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment. This property is useful in case you wish to assign permissions outside the assignment scope.

Attributes

assign_permissions

Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment. This property is useful in case you wish to assign permissions outside the assignment scope.

assign_permissions: bool | None

description

The description of the parameter.

description: str | None

display_name

The display name for the parameter.

display_name: str | None

strong_type

Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from.

strong_type: str | None