func()

in msi/msi.go [99:102]


func (p *provider) GetMsiUsingObjectId(objectId string, targetResource string) (Msi, error) {
	msi, err := p.getMsiHelper(map[string]string{objectIdQueryParam: objectId, resourceQueryParam: targetResource})
	return *msi, err
}