internal/docstrings/identity_ids.go (7 lines of code) (raw):

package docstrings const ( identityIds = `A list of User Managed Identity ID's which should be assigned to the azure resource.` ) // IdentityIds returns the docstring for the identity type attribute. func IdentityIds() string { return identityIds }