displayName

@JvmName(name = "crkotklhpbepqbak")
suspend fun displayName(value: String?)

Parameters

value

Specifies the display name of the Policy Definition. Conflicts with name.

NOTE Looking up policies by display_name is not recommended by the Azure Policy team as the property is not unique nor immutable. As such errors may occur when there are multiple policy definitions with same display name or the display name is changed. To avoid these types of errors you may wish to use the name property instead.