ParameterDefinitionsValueMetadata Class
General metadata for the parameter.
- Inheritance
-
ParameterDefinitionsValueMetadata
Constructor
ParameterDefinitionsValueMetadata(*, additional_properties: Optional[Dict[str, Any]] = None, display_name: Optional[str] = None, description: Optional[str] = None, strong_type: Optional[str] = None, assign_permissions: Optional[bool] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- 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
- bool
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.
Feedback
Submit and view feedback for