Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertAlzMapToFrameworkType ¶ added in v0.12.0
func ConvertAlzMapToFrameworkType[T AlzMapTypes](m map[string]T) (basetypes.MapValue, diag.Diagnostics)
ConvertAlzMapToFrameworkType converts a map[string]armTypes to a map[string]attr.Value, using types.StringType as the value type.
Types ¶
type AlzMapTypes ¶ added in v0.12.0
type AlzMapTypes interface { *assets.PolicyAssignment | *assets.PolicyDefinition | *assets.PolicySetDefinition | *assets.RoleDefinition }
AlzMapTypes is used for the generic functions that operate on certain map types.
Click to show internal directories.
Click to hide internal directories.